COLOR #E9AAEE

HEX: #E9AAEE
RGB: (233,170,238)

Color info

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

RGB color model

#E9AAEE color RGB value is (233,170,238).

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

RGB channels and saturation

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

233
170
238

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

Portions of RGB colors in percentages

R + G + B =
233 + 170 + 238 = 641 (100%)
R 233 of 641 ~ 36.35%
G 170 of 641 ~ 26.52%
B 238 of 641 ~ 37.13%

%36.35
%26.52
%37.13

CMYK color model

#E9AAEE color CMYK value is (2,29,0,7).

  • cyan value is 2.10%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(2,29,0,7)
C2M29Y0K7 
(2%,29%,0%,7%)
(0.02/0.29/0.00/0.07)	

CMYK percentages

%2.1
%28.57
%0
%6.67

Codes

Color #E9AAEE in popluar color models

E9AAEE
RGB233170238
HSL296°66.67%80.00%
HSB/HSV296°28.57%93.33%
CMYK2.10%28.57%0.00%
6.67%

Color #E9AAEE in popluar number systems.

HEXE9AAEE
Decimal233170238
Binary111010011010101011101110
Octal351252356

Shades and tints

Shades of #E9AAEE

#E9AAEE
(233,170,238)
#D49BD9
(212,155,217)
#BF8CC4
(191,140,196)
#AA7DAF
(170,125,175)
#956E9A
(149,110,154)
#805F85
(128,95,133)
#6B5070
(107,80,112)
#56415B
(86,65,91)
#413246
(65,50,70)
#2C2331
(44,35,49)
#17141C
(23,20,28)
#000000
(0,0,0)

Tints of #E9AAEE

#E9AAEE
(233,170,238)
#EBB1EF
(235,177,239)
#EDB8F0
(237,184,240)
#EFBFF1
(239,191,241)
#F1C6F2
(241,198,242)
#F3CDF3
(243,205,243)
#F5D4F4
(245,212,244)
#F7DBF5
(247,219,245)
#F9E2F6
(249,226,246)
#FBE9F7
(251,233,247)
#FDF0F8
(253,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9AAEE; }

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

This text font color is #E9AAEE.


Background Color

.myBgColor { background-color: #E9AAEE; }

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

This div background color is #E9AAEE.


Border color

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

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

This div border color is #E9AAEE.


Opacity

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

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

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

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

This text has shadow with #E9AAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9AAEE on black background.


Color preview on white background

This text has color #E9AAEE on white background.



Black color preview on #E9AAEE background

This text has black color on #E9AAEE background.


White color preview on #E9AAEE background

This text has white color on #E9AAEE background.