COLOR #E8A2D1

HEX: #E8A2D1 RGB: (232,162,209)

Color info

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

RGB color model

#E8A2D1 color RGB value is (232,162,209).

RGB: (232,162,209) (91%, 64%, 82%)

RGB channels and saturation

R 232 of 255 = 91%
G 162 of 255 = 64%
B 209 of 255 = 82%

232
162
209

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

Portions of RGB colors in percentages

R + G + B = 232 + 162 + 209 = 603 (100%)
R 232 of 603 ~ 38.47%
G 162 of 603 ~ 26.87%
B 209 of 603 ~ 34.66'%

%38.47
%26.87
%34.66

CMYK color model

#E8A2D1 color CMYK value is (0,30,10,9).

  • cyan value is 0.00%
  • magenta value is 30.17%
  • yellow value is 9.91%
  • key color value is 9.02%

CMYK: (0,30,10,9)
C0M30Y10K9 (0%, 30%, 10%, 9%)
(0.00 / 0.30 / 0.10 / 0.09)

CMYK percentages

%0
%30.17
%9.91
%9.02

Codes

Color #E8A2D1 in popluar color models

E8 A2 D1
RGB 232 162 209
HSL 320° 60.34% 77.25%
HSB/HSV 320° 30.17% 90.98%
CMYK 0.00% 30.17% 9.91%
9.02%

Color #E8A2D1 in popluar number systems.

HEX E8 A2 D1
Decimal 232 162 209
Binary 11101000 10100010 11010001
Octal 350 242 321

Shades and tints

Shades of #E8A2D1

#E8A2D1
(232,162,209)
#D394BE
(211,148,190)
#BE86AB
(190,134,171)
#A97898
(169,120,152)
#946A85
(148,106,133)
#7F5C72
(127,92,114)
#6A4E5F
(106,78,95)
#55404C
(85,64,76)
#403239
(64,50,57)
#2B2426
(43,36,38)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #E8A2D1

#E8A2D1
(232,162,209)
#EAAAD5
(234,170,213)
#ECB2D9
(236,178,217)
#EEBADD
(238,186,221)
#F0C2E1
(240,194,225)
#F2CAE5
(242,202,229)
#F4D2E9
(244,210,233)
#F6DAED
(246,218,237)
#F8E2F1
(248,226,241)
#FAEAF5
(250,234,245)
#FCF2F9
(252,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8A2D1 color. Also use rgb(232,162,209) instead hex code.

Text Font Color

.myTextColor { color: #E8A2D1; }

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

This text font color is #E8A2D1.

Background Color

.myBgColor { background-color: #E8A2D1; }

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

This div background color is #E8A2D1.

Border color

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

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

This div border color is #E8A2D1.

Opacity

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

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

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

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

This text has shadow with #E8A2D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8A2D1.

Preview

Color preview on black background

This text has color #E8A2D1 on black background.


Color preview on white background

This text has color #E8A2D1 on white background.


Black color preview on #E8A2D1 background

This text has black color on #E8A2D1 background.


White color preview on #E8A2D1 background

This text has white color on #E8A2D1 background.


Related colors

Complementary color

Complementary color for #hex is #175D2E.


I love getcolorcode.com

Triadic colors

1 #D1E8A2 and #A2D1E8 with #E8A2D1 are triadic colors.

2 #D1A2E8 and #A2E8D1 with #E8A2D1 are triadic colors.