COLOR #E5A5CF

HEX: #E5A5CF
RGB: (229,165,207)

Color info

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

RGB color model

#E5A5CF color RGB value is (229,165,207).

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

RGB channels and saturation

R 229 of 255 = 90%
G 165 of 255 = 65%
B 207 of 255 = 81%

229
165
207

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

Portions of RGB colors in percentages

R + G + B =
229 + 165 + 207 = 601 (100%)
R 229 of 601 ~ 38.1%
G 165 of 601 ~ 27.45%
B 207 of 601 ~ 34.44%

%38.1
%27.45
%34.44

CMYK color model

#E5A5CF color CMYK value is (0,28,10,10).

  • cyan value is 0.00%
  • magenta value is 27.95%
  • yellow value is 9.61%
  • key color value is 10.20%
CMYK:
(0,28,10,10)
C0M28Y10K10 
(0%,28%,10%,10%)
(0.00/0.28/0.10/0.10)	

CMYK percentages

%0
%27.95
%9.61
%10.2

Codes

Color #E5A5CF in popluar color models

E5A5CF
RGB229165207
HSL321°55.17%77.25%
HSB/HSV321°27.95%89.80%
CMYK0.00%27.95%9.61%
10.20%

Color #E5A5CF in popluar number systems.

HEXE5A5CF
Decimal229165207
Binary111001011010010111001111
Octal345245317

Shades and tints

Shades of #E5A5CF

#E5A5CF
(229,165,207)
#D196BD
(209,150,189)
#BD87AB
(189,135,171)
#A97899
(169,120,153)
#956987
(149,105,135)
#815A75
(129,90,117)
#6D4B63
(109,75,99)
#593C51
(89,60,81)
#452D3F
(69,45,63)
#311E2D
(49,30,45)
#1D0F1B
(29,15,27)
#000000
(0,0,0)

Tints of #E5A5CF

#E5A5CF
(229,165,207)
#E7ADD3
(231,173,211)
#E9B5D7
(233,181,215)
#EBBDDB
(235,189,219)
#EDC5DF
(237,197,223)
#EFCDE3
(239,205,227)
#F1D5E7
(241,213,231)
#F3DDEB
(243,221,235)
#F5E5EF
(245,229,239)
#F7EDF3
(247,237,243)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5A5CF; }

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

This text font color is #E5A5CF.


Background Color

.myBgColor { background-color: #E5A5CF; }

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

This div background color is #E5A5CF.


Border color

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

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

This div border color is #E5A5CF.


Opacity

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

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

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

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

This text has shadow with #E5A5CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5A5CF on black background.


Color preview on white background

This text has color #E5A5CF on white background.



Black color preview on #E5A5CF background

This text has black color on #E5A5CF background.


White color preview on #E5A5CF background

This text has white color on #E5A5CF background.