@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#ea9695 hex color - Orange - Warm color - Information

#ea9695 hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #ea9695 Color code in RGB color code model is created after adding 91.76% red color, 58.82% green color and 58.43% blue color. Hex #ea9695 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 36% magenta, 36% yellow and 8.24% black.

Hex #ea9695 color code is between #ee9999 web safe hex color code and #dd8888 web safe hex color code. #ee9999 is the nearest web safe color code. You can see here many more shades of #ea9695 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code ea9695 #ea9695
RGB Decimal 234, 150, 149 rgb(234, 150, 149)
RGB Percent 92%, 59%, 58% rgb(92%, 59%, 58%)
CSS RGBa 234, 150, 149,1 rgba(234,150,149,1)
CMYK Model cmyk(0%,36%,36%,8.24%)
HSL Color Space 1,67% ,75% hsl(1,67% ,75%)
HSV Color Space 1°, 36%, 92%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101010 10010110 10010101
Octal 352 226 225
Decimal 234 150 149
Hex ea 96 95

Different shades of #ea9695 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #ea9695
#f2c0c0
Dark Shade of #ea9695
#e26c6a
Saturated Shade of #ea9695
#f0908f
Desaturated Shade of #ea9695
#e49c9b
Grey scale Shade of #ea9695
#bfbfbf
Brighten Shade
#ffafae
Most Readable Shade
#000000

Shades of #ea9695 color code

Generate more color scales with scales (color stack) generator.

#ea9695
#d08584
#b67473
#9c6463
#825352
#684242
#4e3231
#342121
#1a1010
#000000

Similar Color like #ea9695 color

Find visually similar hex color codes nearing to #ea9695 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#eb9796
#ec9897
#ed9998
#ee9a99
#ef9b9a
#f09c9b
#f19d9c
#f29e9d
#f39f9e
#f4a09f
#f5a1a0
#f6a2a1
#f7a3a2
#f8a4a3
#e99594
#e89493
#e79392
#e69291
#e59190
#e4908f
#e38f8e
#e28e8d
#e18d8c
#e08c8b
#df8b8a
#de8a89
#dd8988
#dc8887

Monochromatic Color with #ea9695

#ea9695
#150e0e
#402929
#6a4444
#95605f
#bf7b7a

Tints of #ea9695 Color

#ea9695
#eca1a0
#eeadac
#f1b9b8
#f3c4c4
#f5d0cf
#f8dcdb
#fae7e7
#fcf3f3
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#ea9695
#95e9ea

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#ea9695
#95eac1
#95bfea

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#ea95b6
#ea95a5
#ea9695
#eaa795
#eab895

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#ea9695
#95ea96
#9695ea

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#ea9695
#beea95
#95e9ea
#c095ea

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#ea9695
#95e9ea
#95bfea
#eac195

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #ea9695 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#ea9695 Color Code Preview on Black Background Color

This is how #ea9695 Color will look on black background color. Color contrast ratio is 9.30

#ea9695 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#ea9695">Your Example Paragraph content text in with font color #ea9695 </p>

Your Example Paragraph content text in with font color #ea9695

HTML with inline CSS

<div style="color:#ea9695">Your Paragraph text in with font color #ea9695 </div>

Your Example Paragraph content text in with font color #ea9695

#ea9695 color code is use for CSS Background Color

Background color for the above div is #ea9695

HTML with inline CSS

<div style="background-color:#ea9695;"></div>

#ea9695 color code is use for CSS Border Color

CSS Border color for the above div is #ea9695

HTML with inline CSS

<div style="border:5px solid #ea9695;"></div>

CSS Border Left color for the above div is #ea9695

HTML with inline CSS

<div style="border-left:5px solid #ea9695;"></div>

CSS Border Right color for the above div is #ea9695

HTML with inline CSS

<div style="border-right:5px solid #ea9695;"></div>

CSS Border Bottom color for the above div is #ea9695

HTML with inline CSS

<div style="border-bottom:5px solid #ea9695;"></div>

CSS Border Top color for the above div is #ea9695

HTML with inline CSS

<div style="border-top:5px solid #ea9695;"></div>

#ea9695 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#ea9695; } .examplecolorclass {color:#ea9695; } .examplebordercolor {border:3px solid #ea9695; }

#ea9695 Color code Preview on White Background

This is how #ea9695 Color code will look on white background color. Color contrast ratio is 2.26

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #ea9695; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #ea9695; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(234,150,149,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(149,233,234,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(234,150,149,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.