COLOR #E59EA9

HEX: #E59EA9
RGB: (229,158,169)

Color info

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

RGB color model

#E59EA9 color RGB value is (229,158,169).

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

RGB channels and saturation

R 229 of 255 = 90%
G 158 of 255 = 62%
B 169 of 255 = 66%

229
158
169

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

Portions of RGB colors in percentages

R + G + B =
229 + 158 + 169 = 556 (100%)
R 229 of 556 ~ 41.19%
G 158 of 556 ~ 28.42%
B 169 of 556 ~ 30.4%

%41.19
%28.42
%30.4

CMYK color model

#E59EA9 color CMYK value is (0,31,26,10).

  • cyan value is 0.00%
  • magenta value is 31.00%
  • yellow value is 26.20%
  • key color value is 10.20%
CMYK:
(0,31,26,10)
C0M31Y26K10 
(0%,31%,26%,10%)
(0.00/0.31/0.26/0.10)	

CMYK percentages

%0
%31
%26.2
%10.2

Codes

Color #E59EA9 in popluar color models

E59EA9
RGB229158169
HSL351°57.72%75.88%
HSB/HSV351°31.00%89.80%
CMYK0.00%31.00%26.20%
10.20%

Color #E59EA9 in popluar number systems.

HEXE59EA9
Decimal229158169
Binary111001011001111010101001
Octal345236251

Shades and tints

Shades of #E59EA9

#E59EA9
(229,158,169)
#D1909A
(209,144,154)
#BD828B
(189,130,139)
#A9747C
(169,116,124)
#95666D
(149,102,109)
#81585E
(129,88,94)
#6D4A4F
(109,74,79)
#593C40
(89,60,64)
#452E31
(69,46,49)
#312022
(49,32,34)
#1D1213
(29,18,19)
#000000
(0,0,0)

Tints of #E59EA9

#E59EA9
(229,158,169)
#E7A6B0
(231,166,176)
#E9AEB7
(233,174,183)
#EBB6BE
(235,182,190)
#EDBEC5
(237,190,197)
#EFC6CC
(239,198,204)
#F1CED3
(241,206,211)
#F3D6DA
(243,214,218)
#F5DEE1
(245,222,225)
#F7E6E8
(247,230,232)
#F9EEEF
(249,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E59EA9; }

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

This text font color is #E59EA9.


Background Color

.myBgColor { background-color: #E59EA9; }

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

This div background color is #E59EA9.


Border color

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

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

This div border color is #E59EA9.


Opacity

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

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

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

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

This text has shadow with #E59EA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E59EA9 on black background.


Color preview on white background

This text has color #E59EA9 on white background.



Black color preview on #E59EA9 background

This text has black color on #E59EA9 background.


White color preview on #E59EA9 background

This text has white color on #E59EA9 background.