COLOR #E0A4E5

HEX: #E0A4E5 RGB: (224,164,229)

Color info

#E0A4E5 contains mainly red and blue colors. Web safe color of #E0A4E5 is #CC99CC (or #C9C).

RGB color model

#E0A4E5 color RGB value is (224,164,229).

RGB: (224,164,229) (88%, 64%, 90%)

RGB channels and saturation

R 224 of 255 = 88%
G 164 of 255 = 64%
B 229 of 255 = 90%

224
164
229

R + G + B ~ 81%. #E0A4E5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 164 + 229 = 617 (100%)
R 224 of 617 ~ 36.3%
G 164 of 617 ~ 26.58%
B 229 of 617 ~ 37.12'%

%36.3
%26.58
%37.12

CMYK color model

#E0A4E5 color CMYK value is (2,28,0,10).

  • cyan value is 2.18%
  • magenta value is 28.38%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (2,28,0,10)
C2M28Y0K10 (2%, 28%, 0%, 10%)
(0.02 / 0.28 / 0.00 / 0.10)

CMYK percentages

%2.18
%28.38
%0
%10.2

Codes

Color #E0A4E5 in popluar color models

E0 A4 E5
RGB 224 164 229
HSL 295° 55.56% 77.06%
HSB/HSV 295° 28.38% 89.80%
CMYK 2.18% 28.38% 0.00%
10.20%

Color #E0A4E5 in popluar number systems.

HEX E0 A4 E5
Decimal 224 164 229
Binary 11100000 10100100 11100101
Octal 340 244 345

Shades and tints

Shades of #E0A4E5

#E0A4E5
(224,164,229)
#CC96D1
(204,150,209)
#B888BD
(184,136,189)
#A47AA9
(164,122,169)
#906C95
(144,108,149)
#7C5E81
(124,94,129)
#68506D
(104,80,109)
#544259
(84,66,89)
#403445
(64,52,69)
#2C2631
(44,38,49)
#18181D
(24,24,29)
#000000
(0,0,0)

Tints of #E0A4E5

#E0A4E5
(224,164,229)
#E2ACE7
(226,172,231)
#E4B4E9
(228,180,233)
#E6BCEB
(230,188,235)
#E8C4ED
(232,196,237)
#EACCEF
(234,204,239)
#ECD4F1
(236,212,241)
#EEDCF3
(238,220,243)
#F0E4F5
(240,228,245)
#F2ECF7
(242,236,247)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0A4E5 color. Also use rgb(224,164,229) instead hex code.

Text Font Color

.myTextColor { color: #E0A4E5; }

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

This text font color is #E0A4E5.

Background Color

.myBgColor { background-color: #E0A4E5; }

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

This div background color is #E0A4E5.

Border color

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

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

This div border color is #E0A4E5.

Opacity

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

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

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

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

This text has shadow with #E0A4E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0A4E5.

Preview

Color preview on black background

This text has color #E0A4E5 on black background.


Color preview on white background

This text has color #E0A4E5 on white background.


Black color preview on #E0A4E5 background

This text has black color on #E0A4E5 background.


White color preview on #E0A4E5 background

This text has white color on #E0A4E5 background.


Related colors

Complementary color

Complementary color for #hex is #1F5B1A.


I love getcolorcode.com

Triadic colors

1 #E5E0A4 and #A4E5E0 with #E0A4E5 are triadic colors.

2 #E5A4E0 and #A4E0E5 with #E0A4E5 are triadic colors.