COLOR #E5A2CF

HEX: #E5A2CF
RGB: (229,162,207)

Color info

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

RGB color model

#E5A2CF color RGB value is (229,162,207).

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

RGB channels and saturation

R 229 of 255 = 90%
G 162 of 255 = 64%
B 207 of 255 = 81%

229
162
207

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

Portions of RGB colors in percentages

R + G + B =
229 + 162 + 207 = 598 (100%)
R 229 of 598 ~ 38.29%
G 162 of 598 ~ 27.09%
B 207 of 598 ~ 34.62%

%38.29
%27.09
%34.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.26%
  • yellow value is 9.61%
  • key color value is 10.20%
CMYK:
(0,29,10,10)
C0M29Y10K10 
(0%,29%,10%,10%)
(0.00/0.29/0.10/0.10)	

CMYK percentages

%0
%29.26
%9.61
%10.2

Codes

Color #E5A2CF in popluar color models

E5A2CF
RGB229162207
HSL320°56.30%76.67%
HSB/HSV320°29.26%89.80%
CMYK0.00%29.26%9.61%
10.20%

Color #E5A2CF in popluar number systems.

HEXE5A2CF
Decimal229162207
Binary111001011010001011001111
Octal345242317

Shades and tints

Shades of #E5A2CF

#E5A2CF
(229,162,207)
#D194BD
(209,148,189)
#BD86AB
(189,134,171)
#A97899
(169,120,153)
#956A87
(149,106,135)
#815C75
(129,92,117)
#6D4E63
(109,78,99)
#594051
(89,64,81)
#45323F
(69,50,63)
#31242D
(49,36,45)
#1D161B
(29,22,27)
#000000
(0,0,0)

Tints of #E5A2CF

#E5A2CF
(229,162,207)
#E7AAD3
(231,170,211)
#E9B2D7
(233,178,215)
#EBBADB
(235,186,219)
#EDC2DF
(237,194,223)
#EFCAE3
(239,202,227)
#F1D2E7
(241,210,231)
#F3DAEB
(243,218,235)
#F5E2EF
(245,226,239)
#F7EAF3
(247,234,243)
#F9F2F7
(249,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5A2CF; }

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

This text font color is #E5A2CF.


Background Color

.myBgColor { background-color: #E5A2CF; }

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

This div background color is #E5A2CF.


Border color

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

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

This div border color is #E5A2CF.


Opacity

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

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

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

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

This text has shadow with #E5A2CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5A2CF on black background.


Color preview on white background

This text has color #E5A2CF on white background.



Black color preview on #E5A2CF background

This text has black color on #E5A2CF background.


White color preview on #E5A2CF background

This text has white color on #E5A2CF background.