COLOR #E0A5D5

HEX: #E0A5D5 RGB: (224,165,213)

Color info

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

RGB color model

#E0A5D5 color RGB value is (224,165,213).

RGB: (224,165,213) (88%, 65%, 84%)

RGB channels and saturation

R 224 of 255 = 88%
G 165 of 255 = 65%
B 213 of 255 = 84%

224
165
213

R + G + B ~ 79%. #E0A5D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 165 + 213 = 602 (100%)
R 224 of 602 ~ 37.21%
G 165 of 602 ~ 27.41%
B 213 of 602 ~ 35.38'%

%37.21
%27.41
%35.38

CMYK color model

#E0A5D5 color CMYK value is (0,26,5,12).

  • cyan value is 0.00%
  • magenta value is 26.34%
  • yellow value is 4.91%
  • key color value is 12.16%

CMYK: (0,26,5,12)
C0M26Y5K12 (0%, 26%, 5%, 12%)
(0.00 / 0.26 / 0.05 / 0.12)

CMYK percentages

%0
%26.34
%4.91
%12.16

Codes

Color #E0A5D5 in popluar color models

E0 A5 D5
RGB 224 165 213
HSL 311° 48.76% 76.27%
HSB/HSV 311° 26.34% 87.84%
CMYK 0.00% 26.34% 4.91%
12.16%

Color #E0A5D5 in popluar number systems.

HEX E0 A5 D5
Decimal 224 165 213
Binary 11100000 10100101 11010101
Octal 340 245 325

Shades and tints

Shades of #E0A5D5

#E0A5D5
(224,165,213)
#CC96C2
(204,150,194)
#B887AF
(184,135,175)
#A4789C
(164,120,156)
#906989
(144,105,137)
#7C5A76
(124,90,118)
#684B63
(104,75,99)
#543C50
(84,60,80)
#402D3D
(64,45,61)
#2C1E2A
(44,30,42)
#180F17
(24,15,23)
#000000
(0,0,0)

Tints of #E0A5D5

#E0A5D5
(224,165,213)
#E2ADD8
(226,173,216)
#E4B5DB
(228,181,219)
#E6BDDE
(230,189,222)
#E8C5E1
(232,197,225)
#EACDE4
(234,205,228)
#ECD5E7
(236,213,231)
#EEDDEA
(238,221,234)
#F0E5ED
(240,229,237)
#F2EDF0
(242,237,240)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0A5D5 color. Also use rgb(224,165,213) instead hex code.

Text Font Color

.myTextColor { color: #E0A5D5; }

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

This text font color is #E0A5D5.

Background Color

.myBgColor { background-color: #E0A5D5; }

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

This div background color is #E0A5D5.

Border color

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

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

This div border color is #E0A5D5.

Opacity

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

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

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

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

This text has shadow with #E0A5D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0A5D5.

Preview

Color preview on black background

This text has color #E0A5D5 on black background.


Color preview on white background

This text has color #E0A5D5 on white background.


Black color preview on #E0A5D5 background

This text has black color on #E0A5D5 background.


White color preview on #E0A5D5 background

This text has white color on #E0A5D5 background.


Related colors

Complementary color

Complementary color for #hex is #1F5A2A.


I love getcolorcode.com

Triadic colors

1 #D5E0A5 and #A5D5E0 with #E0A5D5 are triadic colors.

2 #D5A5E0 and #A5E0D5 with #E0A5D5 are triadic colors.