COLOR #E59EAE

HEX: #E59EAE
RGB: (229,158,174)

Color info

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

RGB color model

#E59EAE color RGB value is (229,158,174).

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

RGB channels and saturation

R 229 of 255 = 90%
G 158 of 255 = 62%
B 174 of 255 = 68%

229
158
174

R + G + B ~ 73%. #E59EAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 158 + 174 = 561 (100%)
R 229 of 561 ~ 40.82%
G 158 of 561 ~ 28.16%
B 174 of 561 ~ 31.02%

%40.82
%28.16
%31.02

CMYK color model

#E59EAE color CMYK value is (0,31,24,10).

  • cyan value is 0.00%
  • magenta value is 31.00%
  • yellow value is 24.02%
  • key color value is 10.20%
CMYK:
(0,31,24,10)
C0M31Y24K10 
(0%,31%,24%,10%)
(0.00/0.31/0.24/0.10)	

CMYK percentages

%0
%31
%24.02
%10.2

Codes

Color #E59EAE in popluar color models

E59EAE
RGB229158174
HSL346°57.72%75.88%
HSB/HSV346°31.00%89.80%
CMYK0.00%31.00%24.02%
10.20%

Color #E59EAE in popluar number systems.

HEXE59EAE
Decimal229158174
Binary111001011001111010101110
Octal345236256

Shades and tints

Shades of #E59EAE

#E59EAE
(229,158,174)
#D1909F
(209,144,159)
#BD8290
(189,130,144)
#A97481
(169,116,129)
#956672
(149,102,114)
#815863
(129,88,99)
#6D4A54
(109,74,84)
#593C45
(89,60,69)
#452E36
(69,46,54)
#312027
(49,32,39)
#1D1218
(29,18,24)
#000000
(0,0,0)

Tints of #E59EAE

#E59EAE
(229,158,174)
#E7A6B5
(231,166,181)
#E9AEBC
(233,174,188)
#EBB6C3
(235,182,195)
#EDBECA
(237,190,202)
#EFC6D1
(239,198,209)
#F1CED8
(241,206,216)
#F3D6DF
(243,214,223)
#F5DEE6
(245,222,230)
#F7E6ED
(247,230,237)
#F9EEF4
(249,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E59EAE; }

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

This text font color is #E59EAE.


Background Color

.myBgColor { background-color: #E59EAE; }

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

This div background color is #E59EAE.


Border color

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

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

This div border color is #E59EAE.


Opacity

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

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

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

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

This text has shadow with #E59EAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E59EAE on black background.


Color preview on white background

This text has color #E59EAE on white background.



Black color preview on #E59EAE background

This text has black color on #E59EAE background.


White color preview on #E59EAE background

This text has white color on #E59EAE background.