COLOR #E0A8E1

HEX: #E0A8E1
RGB: (224,168,225)

Color info

#E0A8E1 contains red, green and blue colors in about the same proportion. Web safe color of #E0A8E1 is #CC99CC (or #C9C).

RGB color model

#E0A8E1 color RGB value is (224,168,225).

  • red value is 224;
  • green value is 168;
  • blue value is 225.
RGB:
(224,168,225)
(88%,66%,88%)

RGB channels and saturation

R 224 of 255 = 88%
G 168 of 255 = 66%
B 225 of 255 = 88%

224
168
225

R + G + B ~ 81%. #E0A8E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 168 + 225 = 617 (100%)
R 224 of 617 ~ 36.3%
G 168 of 617 ~ 27.23%
B 225 of 617 ~ 36.47%

%36.3
%27.23
%36.47

CMYK color model

#E0A8E1 color CMYK value is (0,25,0,12).

  • cyan value is 0.44%
  • magenta value is 25.33%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(0,25,0,12)
C0M25Y0K12 
(0%,25%,0%,12%)
(0.00/0.25/0.00/0.12)	

CMYK percentages

%0.44
%25.33
%0
%11.76

Codes

Color #E0A8E1 in popluar color models

E0A8E1
RGB224168225
HSL299°48.72%77.06%
HSB/HSV299°25.33%88.24%
CMYK0.44%25.33%0.00%
11.76%

Color #E0A8E1 in popluar number systems.

HEXE0A8E1
Decimal224168225
Binary111000001010100011100001
Octal340250341

Shades and tints

Shades of #E0A8E1

#E0A8E1
(224,168,225)
#CC99CD
(204,153,205)
#B88AB9
(184,138,185)
#A47BA5
(164,123,165)
#906C91
(144,108,145)
#7C5D7D
(124,93,125)
#684E69
(104,78,105)
#543F55
(84,63,85)
#403041
(64,48,65)
#2C212D
(44,33,45)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #E0A8E1

#E0A8E1
(224,168,225)
#E2AFE3
(226,175,227)
#E4B6E5
(228,182,229)
#E6BDE7
(230,189,231)
#E8C4E9
(232,196,233)
#EACBEB
(234,203,235)
#ECD2ED
(236,210,237)
#EED9EF
(238,217,239)
#F0E0F1
(240,224,241)
#F2E7F3
(242,231,243)
#F4EEF5
(244,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0A8E1; }

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

This text font color is #E0A8E1.


Background Color

.myBgColor { background-color: #E0A8E1; }

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

This div background color is #E0A8E1.


Border color

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

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

This div border color is #E0A8E1.


Opacity

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

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

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

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

This text has shadow with #E0A8E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0A8E1 on black background.


Color preview on white background

This text has color #E0A8E1 on white background.



Black color preview on #E0A8E1 background

This text has black color on #E0A8E1 background.


White color preview on #E0A8E1 background

This text has white color on #E0A8E1 background.