COLOR #E59D99

HEX: #E59D99
RGB: (229,157,153)

Color info

#E59D99 contains mainly red color. Web safe color of #E59D99 is #CC9999 (or #C99).

RGB color model

#E59D99 color RGB value is (229,157,153).

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

RGB channels and saturation

R 229 of 255 = 90%
G 157 of 255 = 62%
B 153 of 255 = 60%

229
157
153

R + G + B ~ 71%. #E59D99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 157 + 153 = 539 (100%)
R 229 of 539 ~ 42.49%
G 157 of 539 ~ 29.13%
B 153 of 539 ~ 28.39%

%42.49
%29.13
%28.39

CMYK color model

#E59D99 color CMYK value is (0,31,33,10).

  • cyan value is 0.00%
  • magenta value is 31.44%
  • yellow value is 33.19%
  • key color value is 10.20%
CMYK:
(0,31,33,10)
C0M31Y33K10 
(0%,31%,33%,10%)
(0.00/0.31/0.33/0.10)	

CMYK percentages

%0
%31.44
%33.19
%10.2

Codes

Color #E59D99 in popluar color models

E59D99
RGB229157153
HSL59.38%74.90%
HSB/HSV33.19%89.80%
CMYK0.00%31.44%33.19%
10.20%

Color #E59D99 in popluar number systems.

HEXE59D99
Decimal229157153
Binary111001011001110110011001
Octal345235231

Shades and tints

Shades of #E59D99

#E59D99
(229,157,153)
#D18F8C
(209,143,140)
#BD817F
(189,129,127)
#A97372
(169,115,114)
#956565
(149,101,101)
#815758
(129,87,88)
#6D494B
(109,73,75)
#593B3E
(89,59,62)
#452D31
(69,45,49)
#311F24
(49,31,36)
#1D1117
(29,17,23)
#000000
(0,0,0)

Tints of #E59D99

#E59D99
(229,157,153)
#E7A5A2
(231,165,162)
#E9ADAB
(233,173,171)
#EBB5B4
(235,181,180)
#EDBDBD
(237,189,189)
#EFC5C6
(239,197,198)
#F1CDCF
(241,205,207)
#F3D5D8
(243,213,216)
#F5DDE1
(245,221,225)
#F7E5EA
(247,229,234)
#F9EDF3
(249,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E59D99; }

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

This text font color is #E59D99.


Background Color

.myBgColor { background-color: #E59D99; }

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

This div background color is #E59D99.


Border color

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

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

This div border color is #E59D99.


Opacity

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

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

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

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

This text has shadow with #E59D99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E59D99 on black background.


Color preview on white background

This text has color #E59D99 on white background.



Black color preview on #E59D99 background

This text has black color on #E59D99 background.


White color preview on #E59D99 background

This text has white color on #E59D99 background.