COLOR #E59DB0

HEX: #E59DB0 RGB: (229,157,176)

Color info

#E59DB0 contains mainly red and blue colors. Web safe color of #E59DB0 is #CC9999 (or #C99).

RGB color model

#E59DB0 color RGB value is (229,157,176).

RGB: (229,157,176) (90%, 62%, 69%)

RGB channels and saturation

R 229 of 255 = 90%
G 157 of 255 = 62%
B 176 of 255 = 69%

229
157
176

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

Portions of RGB colors in percentages

R + G + B = 229 + 157 + 176 = 562 (100%)
R 229 of 562 ~ 40.75%
G 157 of 562 ~ 27.94%
B 176 of 562 ~ 31.32'%

%40.75
%27.94
%31.32

CMYK color model

#E59DB0 color CMYK value is (0,31,23,10).

  • cyan value is 0.00%
  • magenta value is 31.44%
  • yellow value is 23.14%
  • key color value is 10.20%

CMYK: (0,31,23,10)
C0M31Y23K10 (0%, 31%, 23%, 10%)
(0.00 / 0.31 / 0.23 / 0.10)

CMYK percentages

%0
%31.44
%23.14
%10.2

Codes

Color #E59DB0 in popluar color models

E5 9D B0
RGB 229 157 176
HSL 344° 58.06% 75.69%
HSB/HSV 344° 31.44% 89.80%
CMYK 0.00% 31.44% 23.14%
10.20%

Color #E59DB0 in popluar number systems.

HEX E5 9D B0
Decimal 229 157 176
Binary 11100101 10011101 10110000
Octal 345 235 260

Shades and tints

Shades of #E59DB0

#E59DB0
(229,157,176)
#D18FA0
(209,143,160)
#BD8190
(189,129,144)
#A97380
(169,115,128)
#956570
(149,101,112)
#815760
(129,87,96)
#6D4950
(109,73,80)
#593B40
(89,59,64)
#452D30
(69,45,48)
#311F20
(49,31,32)
#1D1110
(29,17,16)
#000000
(0,0,0)

Tints of #E59DB0

#E59DB0
(229,157,176)
#E7A5B7
(231,165,183)
#E9ADBE
(233,173,190)
#EBB5C5
(235,181,197)
#EDBDCC
(237,189,204)
#EFC5D3
(239,197,211)
#F1CDDA
(241,205,218)
#F3D5E1
(243,213,225)
#F5DDE8
(245,221,232)
#F7E5EF
(247,229,239)
#F9EDF6
(249,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E59DB0; }

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

This text font color is #E59DB0.

Background Color

.myBgColor { background-color: #E59DB0; }

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

This div background color is #E59DB0.

Border color

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

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

This div border color is #E59DB0.

Opacity

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

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

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

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

This text has shadow with #E59DB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E59DB0.

Preview

Color preview on black background

This text has color #E59DB0 on black background.


Color preview on white background

This text has color #E59DB0 on white background.


Black color preview on #E59DB0 background

This text has black color on #E59DB0 background.


White color preview on #E59DB0 background

This text has white color on #E59DB0 background.


Related colors

Complementary color

Complementary color for #hex is #1A624F.


I love getcolorcode.com

Triadic colors

1 #B0E59D and #9DB0E5 with #E59DB0 are triadic colors.

2 #B09DE5 and #9DE5B0 with #E59DB0 are triadic colors.