COLOR #E59DD0

HEX: #E59DD0
RGB: (229,157,208)

Color info

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

RGB color model

#E59DD0 color RGB value is (229,157,208).

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

RGB channels and saturation

R 229 of 255 = 90%
G 157 of 255 = 62%
B 208 of 255 = 82%

229
157
208

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

Portions of RGB colors in percentages

R + G + B =
229 + 157 + 208 = 594 (100%)
R 229 of 594 ~ 38.55%
G 157 of 594 ~ 26.43%
B 208 of 594 ~ 35.02%

%38.55
%26.43
%35.02

CMYK color model

#E59DD0 color CMYK value is (0,31,9,10).

  • cyan value is 0.00%
  • magenta value is 31.44%
  • yellow value is 9.17%
  • key color value is 10.20%
CMYK:
(0,31,9,10)
C0M31Y9K10 
(0%,31%,9%,10%)
(0.00/0.31/0.09/0.10)	

CMYK percentages

%0
%31.44
%9.17
%10.2

Codes

Color #E59DD0 in popluar color models

E59DD0
RGB229157208
HSL318°58.06%75.69%
HSB/HSV318°31.44%89.80%
CMYK0.00%31.44%9.17%
10.20%

Color #E59DD0 in popluar number systems.

HEXE59DD0
Decimal229157208
Binary111001011001110111010000
Octal345235320

Shades and tints

Shades of #E59DD0

#E59DD0
(229,157,208)
#D18FBE
(209,143,190)
#BD81AC
(189,129,172)
#A9739A
(169,115,154)
#956588
(149,101,136)
#815776
(129,87,118)
#6D4964
(109,73,100)
#593B52
(89,59,82)
#452D40
(69,45,64)
#311F2E
(49,31,46)
#1D111C
(29,17,28)
#000000
(0,0,0)

Tints of #E59DD0

#E59DD0
(229,157,208)
#E7A5D4
(231,165,212)
#E9ADD8
(233,173,216)
#EBB5DC
(235,181,220)
#EDBDE0
(237,189,224)
#EFC5E4
(239,197,228)
#F1CDE8
(241,205,232)
#F3D5EC
(243,213,236)
#F5DDF0
(245,221,240)
#F7E5F4
(247,229,244)
#F9EDF8
(249,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E59DD0; }

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

This text font color is #E59DD0.


Background Color

.myBgColor { background-color: #E59DD0; }

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

This div background color is #E59DD0.


Border color

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

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

This div border color is #E59DD0.


Opacity

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

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

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

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

This text has shadow with #E59DD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E59DD0 on black background.


Color preview on white background

This text has color #E59DD0 on white background.



Black color preview on #E59DD0 background

This text has black color on #E59DD0 background.


White color preview on #E59DD0 background

This text has white color on #E59DD0 background.