COLOR #E09A9A

HEX: #E09A9A
RGB: (224,154,154)

Color info

#E09A9A contains mainly red color. Web safe color of #E09A9A is #CC9999 (or #C99).

RGB color model

#E09A9A color RGB value is (224,154,154).

  • red value is 224;
  • green value is 154;
  • blue value is 154.
RGB:
(224,154,154)
(88%,60%,60%)

RGB channels and saturation

R 224 of 255 = 88%
G 154 of 255 = 60%
B 154 of 255 = 60%

224
154
154

R + G + B ~ 69%. #E09A9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 154 + 154 = 532 (100%)
R 224 of 532 ~ 42.11%
G 154 of 532 ~ 28.95%
B 154 of 532 ~ 28.95%

%42.11
%28.95
%28.95

CMYK color model

#E09A9A color CMYK value is (0,31,31,12).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 31.25%
  • key color value is 12.16%
CMYK:
(0,31,31,12)
C0M31Y31K12 
(0%,31%,31%,12%)
(0.00/0.31/0.31/0.12)	

CMYK percentages

%0
%31.25
%31.25
%12.16

Codes

Color #E09A9A in popluar color models

E09A9A
RGB224154154
HSL53.03%74.12%
HSB/HSV31.25%87.84%
CMYK0.00%31.25%31.25%
12.16%

Color #E09A9A in popluar number systems.

HEXE09A9A
Decimal224154154
Binary111000001001101010011010
Octal340232232

Shades and tints

Shades of #E09A9A

#E09A9A
(224,154,154)
#CC8C8C
(204,140,140)
#B87E7E
(184,126,126)
#A47070
(164,112,112)
#906262
(144,98,98)
#7C5454
(124,84,84)
#684646
(104,70,70)
#543838
(84,56,56)
#402A2A
(64,42,42)
#2C1C1C
(44,28,28)
#180E0E
(24,14,14)
#000000
(0,0,0)

Tints of #E09A9A

#E09A9A
(224,154,154)
#E2A3A3
(226,163,163)
#E4ACAC
(228,172,172)
#E6B5B5
(230,181,181)
#E8BEBE
(232,190,190)
#EAC7C7
(234,199,199)
#ECD0D0
(236,208,208)
#EED9D9
(238,217,217)
#F0E2E2
(240,226,226)
#F2EBEB
(242,235,235)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E09A9A color. Also use rgb(224,154,154) instead hex code.

Text Font Color

.myTextColor { color: #E09A9A; }

<p style="color:#E09A9A">This sample text font color is #E09A9A.</p>

This text font color is #E09A9A.


Background Color

.myBgColor { background-color: #E09A9A; }

<div style="background-color:#E09A9A">Inner text</div>

This div background color is #E09A9A.


Border color

.myBorderColor { border: 1px solid #E09A9A; }

<div style="border:3px solid #E09A9A">Div</div>

This div border color is #E09A9A.


Opacity

.myOpacity80 { color: #E09A9A; opacity: 0.8; }

<p style="color:#E09A9A;opacity:0.8;">80%</p>

Text with #E09A9A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E09A9A;}

<p style="text-shadow: 3px 3px 1px #E09A9A">Text here.</p>

This text has shadow with #E09A9A color.

.textShadow {text-shadow: 3px 3px 1px #E09A9A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E09A9A, 5px 5px 20px red">Text here.</p>

This text has shadow with #E09A9A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E09A9A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E09A9A, Direction=45, Strength=4)">Text</p>

This text has shadow with #E09A9A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E09A9A;
  -webkit-box-shadow:	1px 1px 3px 2px #E09A9A;
  box-shadow:		1px 1px 3px 2px #E09A9A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E09A9A;
-webkit-box-shadow: 1px 1px 3px 2px #E09A9A;
box-shadow:1px 1px 3px 2px #E09A9A;">
Div content here</div>
This div box has shadow with color #E09A9A.

Preview

Color preview on black background

This text has color #E09A9A on black background.


Color preview on white background

This text has color #E09A9A on white background.



Black color preview on #E09A9A background

This text has black color on #E09A9A background.


White color preview on #E09A9A background

This text has white color on #E09A9A background.