COLOR #E59DB4

HEX: #E59DB4
RGB: (229,157,180)

Color info

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

RGB color model

#E59DB4 color RGB value is (229,157,180).

  • red value is 229;
  • green value is 157;
  • blue value is 180.
RGB:
(229,157,180)
(90%,62%,71%)

RGB channels and saturation

R 229 of 255 = 90%
G 157 of 255 = 62%
B 180 of 255 = 71%

229
157
180

R + G + B ~ 74%. #E59DB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 157 + 180 = 566 (100%)
R 229 of 566 ~ 40.46%
G 157 of 566 ~ 27.74%
B 180 of 566 ~ 31.8%

%40.46
%27.74
%31.8

CMYK color model

#E59DB4 color CMYK value is (0,31,21,10).

  • cyan value is 0.00%
  • magenta value is 31.44%
  • yellow value is 21.40%
  • key color value is 10.20%
CMYK:
(0,31,21,10)
C0M31Y21K10 
(0%,31%,21%,10%)
(0.00/0.31/0.21/0.10)	

CMYK percentages

%0
%31.44
%21.4
%10.2

Codes

Color #E59DB4 in popluar color models

E59DB4
RGB229157180
HSL341°58.06%75.69%
HSB/HSV341°31.44%89.80%
CMYK0.00%31.44%21.40%
10.20%

Color #E59DB4 in popluar number systems.

HEXE59DB4
Decimal229157180
Binary111001011001110110110100
Octal345235264

Shades and tints

Shades of #E59DB4

#E59DB4
(229,157,180)
#D18FA4
(209,143,164)
#BD8194
(189,129,148)
#A97384
(169,115,132)
#956574
(149,101,116)
#815764
(129,87,100)
#6D4954
(109,73,84)
#593B44
(89,59,68)
#452D34
(69,45,52)
#311F24
(49,31,36)
#1D1114
(29,17,20)
#000000
(0,0,0)

Tints of #E59DB4

#E59DB4
(229,157,180)
#E7A5BA
(231,165,186)
#E9ADC0
(233,173,192)
#EBB5C6
(235,181,198)
#EDBDCC
(237,189,204)
#EFC5D2
(239,197,210)
#F1CDD8
(241,205,216)
#F3D5DE
(243,213,222)
#F5DDE4
(245,221,228)
#F7E5EA
(247,229,234)
#F9EDF0
(249,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E59DB4 color. Also use rgb(229,157,180) instead hex code.

Text Font Color

.myTextColor { color: #E59DB4; }

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

This text font color is #E59DB4.


Background Color

.myBgColor { background-color: #E59DB4; }

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

This div background color is #E59DB4.


Border color

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

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

This div border color is #E59DB4.


Opacity

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

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

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

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

This text has shadow with #E59DB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E59DB4 on black background.


Color preview on white background

This text has color #E59DB4 on white background.



Black color preview on #E59DB4 background

This text has black color on #E59DB4 background.


White color preview on #E59DB4 background

This text has white color on #E59DB4 background.