COLOR #E5A5C0

HEX: #E5A5C0
RGB: (229,165,192)

Color info

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

RGB color model

#E5A5C0 color RGB value is (229,165,192).

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

RGB channels and saturation

R 229 of 255 = 90%
G 165 of 255 = 65%
B 192 of 255 = 75%

229
165
192

R + G + B ~ 77%. #E5A5C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 165 + 192 = 586 (100%)
R 229 of 586 ~ 39.08%
G 165 of 586 ~ 28.16%
B 192 of 586 ~ 32.76%

%39.08
%28.16
%32.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.95%
  • yellow value is 16.16%
  • key color value is 10.20%
CMYK:
(0,28,16,10)
C0M28Y16K10 
(0%,28%,16%,10%)
(0.00/0.28/0.16/0.10)	

CMYK percentages

%0
%27.95
%16.16
%10.2

Codes

Color #E5A5C0 in popluar color models

E5A5C0
RGB229165192
HSL335°55.17%77.25%
HSB/HSV335°27.95%89.80%
CMYK0.00%27.95%16.16%
10.20%

Color #E5A5C0 in popluar number systems.

HEXE5A5C0
Decimal229165192
Binary111001011010010111000000
Octal345245300

Shades and tints

Shades of #E5A5C0

#E5A5C0
(229,165,192)
#D196AF
(209,150,175)
#BD879E
(189,135,158)
#A9788D
(169,120,141)
#95697C
(149,105,124)
#815A6B
(129,90,107)
#6D4B5A
(109,75,90)
#593C49
(89,60,73)
#452D38
(69,45,56)
#311E27
(49,30,39)
#1D0F16
(29,15,22)
#000000
(0,0,0)

Tints of #E5A5C0

#E5A5C0
(229,165,192)
#E7ADC5
(231,173,197)
#E9B5CA
(233,181,202)
#EBBDCF
(235,189,207)
#EDC5D4
(237,197,212)
#EFCDD9
(239,205,217)
#F1D5DE
(241,213,222)
#F3DDE3
(243,221,227)
#F5E5E8
(245,229,232)
#F7EDED
(247,237,237)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5A5C0; }

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

This text font color is #E5A5C0.


Background Color

.myBgColor { background-color: #E5A5C0; }

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

This div background color is #E5A5C0.


Border color

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

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

This div border color is #E5A5C0.


Opacity

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

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

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

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

This text has shadow with #E5A5C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5A5C0 on black background.


Color preview on white background

This text has color #E5A5C0 on white background.



Black color preview on #E5A5C0 background

This text has black color on #E5A5C0 background.


White color preview on #E5A5C0 background

This text has white color on #E5A5C0 background.