COLOR #E59E99

HEX: #E59E99
RGB: (229,158,153)

Color info

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

RGB color model

#E59E99 color RGB value is (229,158,153).

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

RGB channels and saturation

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

229
158
153

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

Portions of RGB colors in percentages

R + G + B =
229 + 158 + 153 = 540 (100%)
R 229 of 540 ~ 42.41%
G 158 of 540 ~ 29.26%
B 153 of 540 ~ 28.33%

%42.41
%29.26
%28.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.00%
  • 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
%33.19
%10.2

Codes

Color #E59E99 in popluar color models

E59E99
RGB229158153
HSL59.38%74.90%
HSB/HSV33.19%89.80%
CMYK0.00%31.00%33.19%
10.20%

Color #E59E99 in popluar number systems.

HEXE59E99
Decimal229158153
Binary111001011001111010011001
Octal345236231

Shades and tints

Shades of #E59E99

#E59E99
(229,158,153)
#D1908C
(209,144,140)
#BD827F
(189,130,127)
#A97472
(169,116,114)
#956665
(149,102,101)
#815858
(129,88,88)
#6D4A4B
(109,74,75)
#593C3E
(89,60,62)
#452E31
(69,46,49)
#312024
(49,32,36)
#1D1217
(29,18,23)
#000000
(0,0,0)

Tints of #E59E99

#E59E99
(229,158,153)
#E7A6A2
(231,166,162)
#E9AEAB
(233,174,171)
#EBB6B4
(235,182,180)
#EDBEBD
(237,190,189)
#EFC6C6
(239,198,198)
#F1CECF
(241,206,207)
#F3D6D8
(243,214,216)
#F5DEE1
(245,222,225)
#F7E6EA
(247,230,234)
#F9EEF3
(249,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E59E99; }

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

This text font color is #E59E99.


Background Color

.myBgColor { background-color: #E59E99; }

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

This div background color is #E59E99.


Border color

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

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

This div border color is #E59E99.


Opacity

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

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

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

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

This text has shadow with #E59E99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E59E99 on black background.


Color preview on white background

This text has color #E59E99 on white background.



Black color preview on #E59E99 background

This text has black color on #E59E99 background.


White color preview on #E59E99 background

This text has white color on #E59E99 background.