COLOR #E0AAE7

HEX: #E0AAE7 RGB: (224,170,231)

Color info

#E0AAE7 contains mainly red and blue colors. Web safe color of #E0AAE7 is #CC99FF (or #C9F).

RGB color model

#E0AAE7 color RGB value is (224,170,231).

RGB: (224,170,231) (88%, 67%, 91%)

RGB channels and saturation

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

224
170
231

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

Portions of RGB colors in percentages

R + G + B = 224 + 170 + 231 = 625 (100%)
R 224 of 625 ~ 35.84%
G 170 of 625 ~ 27.2%
B 231 of 625 ~ 36.96'%

%35.84
%27.2
%36.96

CMYK color model

#E0AAE7 color CMYK value is (3,26,0,9).

  • cyan value is 3.03%
  • magenta value is 26.41%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (3,26,0,9)
C3M26Y0K9 (3%, 26%, 0%, 9%)
(0.03 / 0.26 / 0.00 / 0.09)

CMYK percentages

%3.03
%26.41
%0
%9.41

Codes

Color #E0AAE7 in popluar color models

E0 AA E7
RGB 224 170 231
HSL 293° 55.96% 78.63%
HSB/HSV 293° 26.41% 90.59%
CMYK 3.03% 26.41% 0.00%
9.41%

Color #E0AAE7 in popluar number systems.

HEX E0 AA E7
Decimal 224 170 231
Binary 11100000 10101010 11100111
Octal 340 252 347

Shades and tints

Shades of #E0AAE7

#E0AAE7
(224,170,231)
#CC9BD2
(204,155,210)
#B88CBD
(184,140,189)
#A47DA8
(164,125,168)
#906E93
(144,110,147)
#7C5F7E
(124,95,126)
#685069
(104,80,105)
#544154
(84,65,84)
#40323F
(64,50,63)
#2C232A
(44,35,42)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #E0AAE7

#E0AAE7
(224,170,231)
#E2B1E9
(226,177,233)
#E4B8EB
(228,184,235)
#E6BFED
(230,191,237)
#E8C6EF
(232,198,239)
#EACDF1
(234,205,241)
#ECD4F3
(236,212,243)
#EEDBF5
(238,219,245)
#F0E2F7
(240,226,247)
#F2E9F9
(242,233,249)
#F4F0FB
(244,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0AAE7; }

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

This text font color is #E0AAE7.

Background Color

.myBgColor { background-color: #E0AAE7; }

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

This div background color is #E0AAE7.

Border color

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

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

This div border color is #E0AAE7.

Opacity

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

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

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

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

This text has shadow with #E0AAE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0AAE7.

Preview

Color preview on black background

This text has color #E0AAE7 on black background.


Color preview on white background

This text has color #E0AAE7 on white background.


Black color preview on #E0AAE7 background

This text has black color on #E0AAE7 background.


White color preview on #E0AAE7 background

This text has white color on #E0AAE7 background.


Related colors

Complementary color

Complementary color for #hex is #1F5518.


I love getcolorcode.com

Triadic colors

1 #E7E0AA and #AAE7E0 with #E0AAE7 are triadic colors.

2 #E7AAE0 and #AAE0E7 with #E0AAE7 are triadic colors.