COLOR #E0A2AA

HEX: #E0A2AA
RGB: (224,162,170)

Color info

#E0A2AA contains mainly red and blue colors. Web safe color of #E0A2AA is #CC9999 (or #C99).

RGB color model

#E0A2AA color RGB value is (224,162,170).

  • red value is 224;
  • green value is 162;
  • blue value is 170.
RGB:
(224,162,170)
(88%,64%,67%)

RGB channels and saturation

R 224 of 255 = 88%
G 162 of 255 = 64%
B 170 of 255 = 67%

224
162
170

R + G + B ~ 73%. #E0A2AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 162 + 170 = 556 (100%)
R 224 of 556 ~ 40.29%
G 162 of 556 ~ 29.14%
B 170 of 556 ~ 30.58%

%40.29
%29.14
%30.58

CMYK color model

#E0A2AA color CMYK value is (0,28,24,12).

  • cyan value is 0.00%
  • magenta value is 27.68%
  • yellow value is 24.11%
  • key color value is 12.16%
CMYK:
(0,28,24,12)
C0M28Y24K12 
(0%,28%,24%,12%)
(0.00/0.28/0.24/0.12)	

CMYK percentages

%0
%27.68
%24.11
%12.16

Codes

Color #E0A2AA in popluar color models

E0A2AA
RGB224162170
HSL352°50.00%75.69%
HSB/HSV352°27.68%87.84%
CMYK0.00%27.68%24.11%
12.16%

Color #E0A2AA in popluar number systems.

HEXE0A2AA
Decimal224162170
Binary111000001010001010101010
Octal340242252

Shades and tints

Shades of #E0A2AA

#E0A2AA
(224,162,170)
#CC949B
(204,148,155)
#B8868C
(184,134,140)
#A4787D
(164,120,125)
#906A6E
(144,106,110)
#7C5C5F
(124,92,95)
#684E50
(104,78,80)
#544041
(84,64,65)
#403232
(64,50,50)
#2C2423
(44,36,35)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #E0A2AA

#E0A2AA
(224,162,170)
#E2AAB1
(226,170,177)
#E4B2B8
(228,178,184)
#E6BABF
(230,186,191)
#E8C2C6
(232,194,198)
#EACACD
(234,202,205)
#ECD2D4
(236,210,212)
#EEDADB
(238,218,219)
#F0E2E2
(240,226,226)
#F2EAE9
(242,234,233)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0A2AA; }

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

This text font color is #E0A2AA.


Background Color

.myBgColor { background-color: #E0A2AA; }

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

This div background color is #E0A2AA.


Border color

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

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

This div border color is #E0A2AA.


Opacity

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

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

Text with #E0A2AA 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 #E0A2AA;}

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

This text has shadow with #E0A2AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0A2AA on black background.


Color preview on white background

This text has color #E0A2AA on white background.



Black color preview on #E0A2AA background

This text has black color on #E0A2AA background.


White color preview on #E0A2AA background

This text has white color on #E0A2AA background.