COLOR #E4AAE5

HEX: #E4AAE5 RGB: (228,170,229)

Color info

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

RGB color model

#E4AAE5 color RGB value is (228,170,229).

RGB: (228,170,229) (89%, 67%, 90%)

RGB channels and saturation

R 228 of 255 = 89%
G 170 of 255 = 67%
B 229 of 255 = 90%

228
170
229

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

Portions of RGB colors in percentages

R + G + B = 228 + 170 + 229 = 627 (100%)
R 228 of 627 ~ 36.36%
G 170 of 627 ~ 27.11%
B 229 of 627 ~ 36.52'%

%36.36
%27.11
%36.52

CMYK color model

#E4AAE5 color CMYK value is (0,26,0,10).

  • cyan value is 0.44%
  • magenta value is 25.76%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (0,26,0,10)
C0M26Y0K10 (0%, 26%, 0%, 10%)
(0.00 / 0.26 / 0.00 / 0.10)

CMYK percentages

%0.44
%25.76
%0
%10.2

Codes

Color #E4AAE5 in popluar color models

E4 AA E5
RGB 228 170 229
HSL 299° 53.15% 78.24%
HSB/HSV 299° 25.76% 89.80%
CMYK 0.44% 25.76% 0.00%
10.20%

Color #E4AAE5 in popluar number systems.

HEX E4 AA E5
Decimal 228 170 229
Binary 11100100 10101010 11100101
Octal 344 252 345

Shades and tints

Shades of #E4AAE5

#E4AAE5
(228,170,229)
#D09BD1
(208,155,209)
#BC8CBD
(188,140,189)
#A87DA9
(168,125,169)
#946E95
(148,110,149)
#805F81
(128,95,129)
#6C506D
(108,80,109)
#584159
(88,65,89)
#443245
(68,50,69)
#302331
(48,35,49)
#1C141D
(28,20,29)
#000000
(0,0,0)

Tints of #E4AAE5

#E4AAE5
(228,170,229)
#E6B1E7
(230,177,231)
#E8B8E9
(232,184,233)
#EABFEB
(234,191,235)
#ECC6ED
(236,198,237)
#EECDEF
(238,205,239)
#F0D4F1
(240,212,241)
#F2DBF3
(242,219,243)
#F4E2F5
(244,226,245)
#F6E9F7
(246,233,247)
#F8F0F9
(248,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4AAE5 color. Also use rgb(228,170,229) instead hex code.

Text Font Color

.myTextColor { color: #E4AAE5; }

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

This text font color is #E4AAE5.

Background Color

.myBgColor { background-color: #E4AAE5; }

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

This div background color is #E4AAE5.

Border color

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

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

This div border color is #E4AAE5.

Opacity

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

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

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

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

This text has shadow with #E4AAE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4AAE5.

Preview

Color preview on black background

This text has color #E4AAE5 on black background.


Color preview on white background

This text has color #E4AAE5 on white background.


Black color preview on #E4AAE5 background

This text has black color on #E4AAE5 background.


White color preview on #E4AAE5 background

This text has white color on #E4AAE5 background.


Related colors

Complementary color

Complementary color for #hex is #1B551A.


I love getcolorcode.com

Triadic colors

1 #E5E4AA and #AAE5E4 with #E4AAE5 are triadic colors.

2 #E5AAE4 and #AAE4E5 with #E4AAE5 are triadic colors.