COLOR #E59EA2

HEX: #E59EA2
RGB: (229,158,162)

Color info

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

RGB color model

#E59EA2 color RGB value is (229,158,162).

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

RGB channels and saturation

R 229 of 255 = 90%
G 158 of 255 = 62%
B 162 of 255 = 64%

229
158
162

R + G + B ~ 72%. #E59EA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 158 + 162 = 549 (100%)
R 229 of 549 ~ 41.71%
G 158 of 549 ~ 28.78%
B 162 of 549 ~ 29.51%

%41.71
%28.78
%29.51

CMYK color model

#E59EA2 color CMYK value is (0,31,29,10).

  • cyan value is 0.00%
  • magenta value is 31.00%
  • yellow value is 29.26%
  • key color value is 10.20%
CMYK:
(0,31,29,10)
C0M31Y29K10 
(0%,31%,29%,10%)
(0.00/0.31/0.29/0.10)	

CMYK percentages

%0
%31
%29.26
%10.2

Codes

Color #E59EA2 in popluar color models

E59EA2
RGB229158162
HSL357°57.72%75.88%
HSB/HSV357°31.00%89.80%
CMYK0.00%31.00%29.26%
10.20%

Color #E59EA2 in popluar number systems.

HEXE59EA2
Decimal229158162
Binary111001011001111010100010
Octal345236242

Shades and tints

Shades of #E59EA2

#E59EA2
(229,158,162)
#D19094
(209,144,148)
#BD8286
(189,130,134)
#A97478
(169,116,120)
#95666A
(149,102,106)
#81585C
(129,88,92)
#6D4A4E
(109,74,78)
#593C40
(89,60,64)
#452E32
(69,46,50)
#312024
(49,32,36)
#1D1216
(29,18,22)
#000000
(0,0,0)

Tints of #E59EA2

#E59EA2
(229,158,162)
#E7A6AA
(231,166,170)
#E9AEB2
(233,174,178)
#EBB6BA
(235,182,186)
#EDBEC2
(237,190,194)
#EFC6CA
(239,198,202)
#F1CED2
(241,206,210)
#F3D6DA
(243,214,218)
#F5DEE2
(245,222,226)
#F7E6EA
(247,230,234)
#F9EEF2
(249,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E59EA2; }

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

This text font color is #E59EA2.


Background Color

.myBgColor { background-color: #E59EA2; }

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

This div background color is #E59EA2.


Border color

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

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

This div border color is #E59EA2.


Opacity

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

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

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

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

This text has shadow with #E59EA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E59EA2 on black background.


Color preview on white background

This text has color #E59EA2 on white background.



Black color preview on #E59EA2 background

This text has black color on #E59EA2 background.


White color preview on #E59EA2 background

This text has white color on #E59EA2 background.