COLOR #E8A0D7

HEX: #E8A0D7 RGB: (232,160,215)

Color info

#E8A0D7 contains mainly red and blue colors. Web safe color of #E8A0D7 is #FF99CC (or #F9C).

RGB color model

#E8A0D7 color RGB value is (232,160,215).

RGB: (232,160,215) (91%, 63%, 84%)

RGB channels and saturation

R 232 of 255 = 91%
G 160 of 255 = 63%
B 215 of 255 = 84%

232
160
215

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

Portions of RGB colors in percentages

R + G + B = 232 + 160 + 215 = 607 (100%)
R 232 of 607 ~ 38.22%
G 160 of 607 ~ 26.36%
B 215 of 607 ~ 35.42'%

%38.22
%26.36
%35.42

CMYK color model

#E8A0D7 color CMYK value is (0,31,7,9).

  • cyan value is 0.00%
  • magenta value is 31.03%
  • yellow value is 7.33%
  • key color value is 9.02%

CMYK: (0,31,7,9)
C0M31Y7K9 (0%, 31%, 7%, 9%)
(0.00 / 0.31 / 0.07 / 0.09)

CMYK percentages

%0
%31.03
%7.33
%9.02

Codes

Color #E8A0D7 in popluar color models

E8 A0 D7
RGB 232 160 215
HSL 314° 61.02% 76.86%
HSB/HSV 314° 31.03% 90.98%
CMYK 0.00% 31.03% 7.33%
9.02%

Color #E8A0D7 in popluar number systems.

HEX E8 A0 D7
Decimal 232 160 215
Binary 11101000 10100000 11010111
Octal 350 240 327

Shades and tints

Shades of #E8A0D7

#E8A0D7
(232,160,215)
#D392C4
(211,146,196)
#BE84B1
(190,132,177)
#A9769E
(169,118,158)
#94688B
(148,104,139)
#7F5A78
(127,90,120)
#6A4C65
(106,76,101)
#553E52
(85,62,82)
#40303F
(64,48,63)
#2B222C
(43,34,44)
#161419
(22,20,25)
#000000
(0,0,0)

Tints of #E8A0D7

#E8A0D7
(232,160,215)
#EAA8DA
(234,168,218)
#ECB0DD
(236,176,221)
#EEB8E0
(238,184,224)
#F0C0E3
(240,192,227)
#F2C8E6
(242,200,230)
#F4D0E9
(244,208,233)
#F6D8EC
(246,216,236)
#F8E0EF
(248,224,239)
#FAE8F2
(250,232,242)
#FCF0F5
(252,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8A0D7 color. Also use rgb(232,160,215) instead hex code.

Text Font Color

.myTextColor { color: #E8A0D7; }

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

This text font color is #E8A0D7.

Background Color

.myBgColor { background-color: #E8A0D7; }

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

This div background color is #E8A0D7.

Border color

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

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

This div border color is #E8A0D7.

Opacity

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

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

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

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

This text has shadow with #E8A0D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8A0D7.

Preview

Color preview on black background

This text has color #E8A0D7 on black background.


Color preview on white background

This text has color #E8A0D7 on white background.


Black color preview on #E8A0D7 background

This text has black color on #E8A0D7 background.


White color preview on #E8A0D7 background

This text has white color on #E8A0D7 background.


Related colors

Complementary color

Complementary color for #hex is #175F28.


I love getcolorcode.com

Triadic colors

1 #D7E8A0 and #A0D7E8 with #E8A0D7 are triadic colors.

2 #D7A0E8 and #A0E8D7 with #E8A0D7 are triadic colors.