COLOR #E8AAEE

HEX: #E8AAEE
RGB: (232,170,238)

Color info

#E8AAEE contains mainly red and blue colors. Web safe color of #E8AAEE is #FF99FF (or #F9F).

RGB color model

#E8AAEE color RGB value is (232,170,238).

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

RGB channels and saturation

R 232 of 255 = 91%
G 170 of 255 = 67%
B 238 of 255 = 93%

232
170
238

R + G + B ~ 84%. #E8AAEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 170 + 238 = 640 (100%)
R 232 of 640 ~ 36.25%
G 170 of 640 ~ 26.56%
B 238 of 640 ~ 37.19%

%36.25
%26.56
%37.19

CMYK color model

#E8AAEE color CMYK value is (3,29,0,7).

  • cyan value is 2.52%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(3,29,0,7)
C3M29Y0K7 
(3%,29%,0%,7%)
(0.03/0.29/0.00/0.07)	

CMYK percentages

%2.52
%28.57
%0
%6.67

Codes

Color #E8AAEE in popluar color models

E8AAEE
RGB232170238
HSL295°66.67%80.00%
HSB/HSV295°28.57%93.33%
CMYK2.52%28.57%0.00%
6.67%

Color #E8AAEE in popluar number systems.

HEXE8AAEE
Decimal232170238
Binary111010001010101011101110
Octal350252356

Shades and tints

Shades of #E8AAEE

#E8AAEE
(232,170,238)
#D39BD9
(211,155,217)
#BE8CC4
(190,140,196)
#A97DAF
(169,125,175)
#946E9A
(148,110,154)
#7F5F85
(127,95,133)
#6A5070
(106,80,112)
#55415B
(85,65,91)
#403246
(64,50,70)
#2B2331
(43,35,49)
#16141C
(22,20,28)
#000000
(0,0,0)

Tints of #E8AAEE

#E8AAEE
(232,170,238)
#EAB1EF
(234,177,239)
#ECB8F0
(236,184,240)
#EEBFF1
(238,191,241)
#F0C6F2
(240,198,242)
#F2CDF3
(242,205,243)
#F4D4F4
(244,212,244)
#F6DBF5
(246,219,245)
#F8E2F6
(248,226,246)
#FAE9F7
(250,233,247)
#FCF0F8
(252,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8AAEE; }

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

This text font color is #E8AAEE.


Background Color

.myBgColor { background-color: #E8AAEE; }

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

This div background color is #E8AAEE.


Border color

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

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

This div border color is #E8AAEE.


Opacity

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

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

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

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

This text has shadow with #E8AAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8AAEE on black background.


Color preview on white background

This text has color #E8AAEE on white background.



Black color preview on #E8AAEE background

This text has black color on #E8AAEE background.


White color preview on #E8AAEE background

This text has white color on #E8AAEE background.