COLOR #E8AAE0

HEX: #E8AAE0
RGB: (232,170,224)

Color info

#E8AAE0 contains mainly red and blue colors. Web safe color of #E8AAE0 is #FF99CC (or #F9C).

RGB color model

#E8AAE0 color RGB value is (232,170,224).

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

RGB channels and saturation

R 232 of 255 = 91%
G 170 of 255 = 67%
B 224 of 255 = 88%

232
170
224

R + G + B ~ 82%. #E8AAE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 170 + 224 = 626 (100%)
R 232 of 626 ~ 37.06%
G 170 of 626 ~ 27.16%
B 224 of 626 ~ 35.78%

%37.06
%27.16
%35.78

CMYK color model

#E8AAE0 color CMYK value is (0,27,3,9).

  • cyan value is 0.00%
  • magenta value is 26.72%
  • yellow value is 3.45%
  • key color value is 9.02%
CMYK:
(0,27,3,9)
C0M27Y3K9 
(0%,27%,3%,9%)
(0.00/0.27/0.03/0.09)	

CMYK percentages

%0
%26.72
%3.45
%9.02

Codes

Color #E8AAE0 in popluar color models

E8AAE0
RGB232170224
HSL308°57.41%78.82%
HSB/HSV308°26.72%90.98%
CMYK0.00%26.72%3.45%
9.02%

Color #E8AAE0 in popluar number systems.

HEXE8AAE0
Decimal232170224
Binary111010001010101011100000
Octal350252340

Shades and tints

Shades of #E8AAE0

#E8AAE0
(232,170,224)
#D39BCC
(211,155,204)
#BE8CB8
(190,140,184)
#A97DA4
(169,125,164)
#946E90
(148,110,144)
#7F5F7C
(127,95,124)
#6A5068
(106,80,104)
#554154
(85,65,84)
#403240
(64,50,64)
#2B232C
(43,35,44)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #E8AAE0

#E8AAE0
(232,170,224)
#EAB1E2
(234,177,226)
#ECB8E4
(236,184,228)
#EEBFE6
(238,191,230)
#F0C6E8
(240,198,232)
#F2CDEA
(242,205,234)
#F4D4EC
(244,212,236)
#F6DBEE
(246,219,238)
#F8E2F0
(248,226,240)
#FAE9F2
(250,233,242)
#FCF0F4
(252,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8AAE0; }

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

This text font color is #E8AAE0.


Background Color

.myBgColor { background-color: #E8AAE0; }

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

This div background color is #E8AAE0.


Border color

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

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

This div border color is #E8AAE0.


Opacity

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

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

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

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

This text has shadow with #E8AAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8AAE0 on black background.


Color preview on white background

This text has color #E8AAE0 on white background.



Black color preview on #E8AAE0 background

This text has black color on #E8AAE0 background.


White color preview on #E8AAE0 background

This text has white color on #E8AAE0 background.