COLOR #E5A2D1

HEX: #E5A2D1
RGB: (229,162,209)

Color info

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

RGB color model

#E5A2D1 color RGB value is (229,162,209).

  • red value is 229;
  • green value is 162;
  • blue value is 209.
RGB:
(229,162,209)
(90%,64%,82%)

RGB channels and saturation

R 229 of 255 = 90%
G 162 of 255 = 64%
B 209 of 255 = 82%

229
162
209

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

Portions of RGB colors in percentages

R + G + B =
229 + 162 + 209 = 600 (100%)
R 229 of 600 ~ 38.17%
G 162 of 600 ~ 27%
B 209 of 600 ~ 34.83%

%38.17
%27
%34.83

CMYK color model

#E5A2D1 color CMYK value is (0,29,9,10).

  • cyan value is 0.00%
  • magenta value is 29.26%
  • yellow value is 8.73%
  • key color value is 10.20%
CMYK:
(0,29,9,10)
C0M29Y9K10 
(0%,29%,9%,10%)
(0.00/0.29/0.09/0.10)	

CMYK percentages

%0
%29.26
%8.73
%10.2

Codes

Color #E5A2D1 in popluar color models

E5A2D1
RGB229162209
HSL318°56.30%76.67%
HSB/HSV318°29.26%89.80%
CMYK0.00%29.26%8.73%
10.20%

Color #E5A2D1 in popluar number systems.

HEXE5A2D1
Decimal229162209
Binary111001011010001011010001
Octal345242321

Shades and tints

Shades of #E5A2D1

#E5A2D1
(229,162,209)
#D194BE
(209,148,190)
#BD86AB
(189,134,171)
#A97898
(169,120,152)
#956A85
(149,106,133)
#815C72
(129,92,114)
#6D4E5F
(109,78,95)
#59404C
(89,64,76)
#453239
(69,50,57)
#312426
(49,36,38)
#1D1613
(29,22,19)
#000000
(0,0,0)

Tints of #E5A2D1

#E5A2D1
(229,162,209)
#E7AAD5
(231,170,213)
#E9B2D9
(233,178,217)
#EBBADD
(235,186,221)
#EDC2E1
(237,194,225)
#EFCAE5
(239,202,229)
#F1D2E9
(241,210,233)
#F3DAED
(243,218,237)
#F5E2F1
(245,226,241)
#F7EAF5
(247,234,245)
#F9F2F9
(249,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5A2D1; }

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

This text font color is #E5A2D1.


Background Color

.myBgColor { background-color: #E5A2D1; }

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

This div background color is #E5A2D1.


Border color

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

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

This div border color is #E5A2D1.


Opacity

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

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

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

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

This text has shadow with #E5A2D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5A2D1 on black background.


Color preview on white background

This text has color #E5A2D1 on white background.



Black color preview on #E5A2D1 background

This text has black color on #E5A2D1 background.


White color preview on #E5A2D1 background

This text has white color on #E5A2D1 background.