COLOR #E0A2C8

HEX: #E0A2C8
RGB: (224,162,200)

Color info

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

RGB color model

#E0A2C8 color RGB value is (224,162,200).

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

RGB channels and saturation

R 224 of 255 = 88%
G 162 of 255 = 64%
B 200 of 255 = 78%

224
162
200

R + G + B ~ 77%. #E0A2C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 162 + 200 = 586 (100%)
R 224 of 586 ~ 38.23%
G 162 of 586 ~ 27.65%
B 200 of 586 ~ 34.13%

%38.23
%27.65
%34.13

CMYK color model

#E0A2C8 color CMYK value is (0,28,11,12).

  • cyan value is 0.00%
  • magenta value is 27.68%
  • yellow value is 10.71%
  • key color value is 12.16%
CMYK:
(0,28,11,12)
C0M28Y11K12 
(0%,28%,11%,12%)
(0.00/0.28/0.11/0.12)	

CMYK percentages

%0
%27.68
%10.71
%12.16

Codes

Color #E0A2C8 in popluar color models

E0A2C8
RGB224162200
HSL323°50.00%75.69%
HSB/HSV323°27.68%87.84%
CMYK0.00%27.68%10.71%
12.16%

Color #E0A2C8 in popluar number systems.

HEXE0A2C8
Decimal224162200
Binary111000001010001011001000
Octal340242310

Shades and tints

Shades of #E0A2C8

#E0A2C8
(224,162,200)
#CC94B6
(204,148,182)
#B886A4
(184,134,164)
#A47892
(164,120,146)
#906A80
(144,106,128)
#7C5C6E
(124,92,110)
#684E5C
(104,78,92)
#54404A
(84,64,74)
#403238
(64,50,56)
#2C2426
(44,36,38)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #E0A2C8

#E0A2C8
(224,162,200)
#E2AACD
(226,170,205)
#E4B2D2
(228,178,210)
#E6BAD7
(230,186,215)
#E8C2DC
(232,194,220)
#EACAE1
(234,202,225)
#ECD2E6
(236,210,230)
#EEDAEB
(238,218,235)
#F0E2F0
(240,226,240)
#F2EAF5
(242,234,245)
#F4F2FA
(244,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0A2C8; }

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

This text font color is #E0A2C8.


Background Color

.myBgColor { background-color: #E0A2C8; }

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

This div background color is #E0A2C8.


Border color

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

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

This div border color is #E0A2C8.


Opacity

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

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

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

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

This text has shadow with #E0A2C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0A2C8 on black background.


Color preview on white background

This text has color #E0A2C8 on white background.



Black color preview on #E0A2C8 background

This text has black color on #E0A2C8 background.


White color preview on #E0A2C8 background

This text has white color on #E0A2C8 background.