COLOR #E0A0D5

HEX: #E0A0D5 RGB: (224,160,213)

Color info

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

RGB color model

#E0A0D5 color RGB value is (224,160,213).

RGB: (224,160,213) (88%, 63%, 84%)

RGB channels and saturation

R 224 of 255 = 88%
G 160 of 255 = 63%
B 213 of 255 = 84%

224
160
213

R + G + B ~ 78%. #E0A0D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 160 + 213 = 597 (100%)
R 224 of 597 ~ 37.52%
G 160 of 597 ~ 26.8%
B 213 of 597 ~ 35.68'%

%37.52
%26.8
%35.68

CMYK color model

#E0A0D5 color CMYK value is (0,29,5,12).

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

CMYK: (0,29,5,12)
C0M29Y5K12 (0%, 29%, 5%, 12%)
(0.00 / 0.29 / 0.05 / 0.12)

CMYK percentages

%0
%28.57
%4.91
%12.16

Codes

Color #E0A0D5 in popluar color models

E0 A0 D5
RGB 224 160 213
HSL 310° 50.79% 75.29%
HSB/HSV 310° 28.57% 87.84%
CMYK 0.00% 28.57% 4.91%
12.16%

Color #E0A0D5 in popluar number systems.

HEX E0 A0 D5
Decimal 224 160 213
Binary 11100000 10100000 11010101
Octal 340 240 325

Shades and tints

Shades of #E0A0D5

#E0A0D5
(224,160,213)
#CC92C2
(204,146,194)
#B884AF
(184,132,175)
#A4769C
(164,118,156)
#906889
(144,104,137)
#7C5A76
(124,90,118)
#684C63
(104,76,99)
#543E50
(84,62,80)
#40303D
(64,48,61)
#2C222A
(44,34,42)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #E0A0D5

#E0A0D5
(224,160,213)
#E2A8D8
(226,168,216)
#E4B0DB
(228,176,219)
#E6B8DE
(230,184,222)
#E8C0E1
(232,192,225)
#EAC8E4
(234,200,228)
#ECD0E7
(236,208,231)
#EED8EA
(238,216,234)
#F0E0ED
(240,224,237)
#F2E8F0
(242,232,240)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0A0D5; }

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

This text font color is #E0A0D5.

Background Color

.myBgColor { background-color: #E0A0D5; }

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

This div background color is #E0A0D5.

Border color

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

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

This div border color is #E0A0D5.

Opacity

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

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

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

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

This text has shadow with #E0A0D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0A0D5.

Preview

Color preview on black background

This text has color #E0A0D5 on black background.


Color preview on white background

This text has color #E0A0D5 on white background.


Black color preview on #E0A0D5 background

This text has black color on #E0A0D5 background.


White color preview on #E0A0D5 background

This text has white color on #E0A0D5 background.


Related colors

Complementary color

Complementary color for #hex is #1F5F2A.


I love getcolorcode.com

Triadic colors

1 #D5E0A0 and #A0D5E0 with #E0A0D5 are triadic colors.

2 #D5A0E0 and #A0E0D5 with #E0A0D5 are triadic colors.