COLOR #E59EA7

HEX: #E59EA7
RGB: (229,158,167)

Color info

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

RGB color model

#E59EA7 color RGB value is (229,158,167).

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

RGB channels and saturation

R 229 of 255 = 90%
G 158 of 255 = 62%
B 167 of 255 = 65%

229
158
167

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

Portions of RGB colors in percentages

R + G + B =
229 + 158 + 167 = 554 (100%)
R 229 of 554 ~ 41.34%
G 158 of 554 ~ 28.52%
B 167 of 554 ~ 30.14%

%41.34
%28.52
%30.14

CMYK color model

#E59EA7 color CMYK value is (0,31,27,10).

  • cyan value is 0.00%
  • magenta value is 31.00%
  • yellow value is 27.07%
  • key color value is 10.20%
CMYK:
(0,31,27,10)
C0M31Y27K10 
(0%,31%,27%,10%)
(0.00/0.31/0.27/0.10)	

CMYK percentages

%0
%31
%27.07
%10.2

Codes

Color #E59EA7 in popluar color models

E59EA7
RGB229158167
HSL352°57.72%75.88%
HSB/HSV352°31.00%89.80%
CMYK0.00%31.00%27.07%
10.20%

Color #E59EA7 in popluar number systems.

HEXE59EA7
Decimal229158167
Binary111001011001111010100111
Octal345236247

Shades and tints

Shades of #E59EA7

#E59EA7
(229,158,167)
#D19098
(209,144,152)
#BD8289
(189,130,137)
#A9747A
(169,116,122)
#95666B
(149,102,107)
#81585C
(129,88,92)
#6D4A4D
(109,74,77)
#593C3E
(89,60,62)
#452E2F
(69,46,47)
#312020
(49,32,32)
#1D1211
(29,18,17)
#000000
(0,0,0)

Tints of #E59EA7

#E59EA7
(229,158,167)
#E7A6AF
(231,166,175)
#E9AEB7
(233,174,183)
#EBB6BF
(235,182,191)
#EDBEC7
(237,190,199)
#EFC6CF
(239,198,207)
#F1CED7
(241,206,215)
#F3D6DF
(243,214,223)
#F5DEE7
(245,222,231)
#F7E6EF
(247,230,239)
#F9EEF7
(249,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E59EA7; }

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

This text font color is #E59EA7.


Background Color

.myBgColor { background-color: #E59EA7; }

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

This div background color is #E59EA7.


Border color

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

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

This div border color is #E59EA7.


Opacity

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

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

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

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

This text has shadow with #E59EA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E59EA7 on black background.


Color preview on white background

This text has color #E59EA7 on white background.



Black color preview on #E59EA7 background

This text has black color on #E59EA7 background.


White color preview on #E59EA7 background

This text has white color on #E59EA7 background.