COLOR #E0A2CE

HEX: #E0A2CE
RGB: (224,162,206)

Color info

#E0A2CE contains mainly red and blue colors. Web safe color of #E0A2CE is #CC99CC (or #C9C).

RGB color model

#E0A2CE color RGB value is (224,162,206).

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

RGB channels and saturation

R 224 of 255 = 88%
G 162 of 255 = 64%
B 206 of 255 = 81%

224
162
206

R + G + B ~ 78%. #E0A2CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 162 + 206 = 592 (100%)
R 224 of 592 ~ 37.84%
G 162 of 592 ~ 27.36%
B 206 of 592 ~ 34.8%

%37.84
%27.36
%34.8

CMYK color model

#E0A2CE color CMYK value is (0,28,8,12).

  • cyan value is 0.00%
  • magenta value is 27.68%
  • yellow value is 8.04%
  • key color value is 12.16%
CMYK:
(0,28,8,12)
C0M28Y8K12 
(0%,28%,8%,12%)
(0.00/0.28/0.08/0.12)	

CMYK percentages

%0
%27.68
%8.04
%12.16

Codes

Color #E0A2CE in popluar color models

E0A2CE
RGB224162206
HSL317°50.00%75.69%
HSB/HSV317°27.68%87.84%
CMYK0.00%27.68%8.04%
12.16%

Color #E0A2CE in popluar number systems.

HEXE0A2CE
Decimal224162206
Binary111000001010001011001110
Octal340242316

Shades and tints

Shades of #E0A2CE

#E0A2CE
(224,162,206)
#CC94BC
(204,148,188)
#B886AA
(184,134,170)
#A47898
(164,120,152)
#906A86
(144,106,134)
#7C5C74
(124,92,116)
#684E62
(104,78,98)
#544050
(84,64,80)
#40323E
(64,50,62)
#2C242C
(44,36,44)
#18161A
(24,22,26)
#000000
(0,0,0)

Tints of #E0A2CE

#E0A2CE
(224,162,206)
#E2AAD2
(226,170,210)
#E4B2D6
(228,178,214)
#E6BADA
(230,186,218)
#E8C2DE
(232,194,222)
#EACAE2
(234,202,226)
#ECD2E6
(236,210,230)
#EEDAEA
(238,218,234)
#F0E2EE
(240,226,238)
#F2EAF2
(242,234,242)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0A2CE; }

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

This text font color is #E0A2CE.


Background Color

.myBgColor { background-color: #E0A2CE; }

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

This div background color is #E0A2CE.


Border color

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

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

This div border color is #E0A2CE.


Opacity

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

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

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

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

This text has shadow with #E0A2CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0A2CE on black background.


Color preview on white background

This text has color #E0A2CE on white background.



Black color preview on #E0A2CE background

This text has black color on #E0A2CE background.


White color preview on #E0A2CE background

This text has white color on #E0A2CE background.