COLOR #E59A8E

HEX: #E59A8E
RGB: (229,154,142)

Color info

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

RGB color model

#E59A8E color RGB value is (229,154,142).

  • red value is 229;
  • green value is 154;
  • blue value is 142.
RGB:
(229,154,142)
(90%,60%,56%)

RGB channels and saturation

R 229 of 255 = 90%
G 154 of 255 = 60%
B 142 of 255 = 56%

229
154
142

R + G + B ~ 69%. #E59A8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 154 + 142 = 525 (100%)
R 229 of 525 ~ 43.62%
G 154 of 525 ~ 29.33%
B 142 of 525 ~ 27.05%

%43.62
%29.33
%27.05

CMYK color model

#E59A8E color CMYK value is (0,33,38,10).

  • cyan value is 0.00%
  • magenta value is 32.75%
  • yellow value is 37.99%
  • key color value is 10.20%
CMYK:
(0,33,38,10)
C0M33Y38K10 
(0%,33%,38%,10%)
(0.00/0.33/0.38/0.10)	

CMYK percentages

%0
%32.75
%37.99
%10.2

Codes

Color #E59A8E in popluar color models

E59A8E
RGB229154142
HSL62.59%72.75%
HSB/HSV37.99%89.80%
CMYK0.00%32.75%37.99%
10.20%

Color #E59A8E in popluar number systems.

HEXE59A8E
Decimal229154142
Binary111001011001101010001110
Octal345232216

Shades and tints

Shades of #E59A8E

#E59A8E
(229,154,142)
#D18C82
(209,140,130)
#BD7E76
(189,126,118)
#A9706A
(169,112,106)
#95625E
(149,98,94)
#815452
(129,84,82)
#6D4646
(109,70,70)
#59383A
(89,56,58)
#452A2E
(69,42,46)
#311C22
(49,28,34)
#1D0E16
(29,14,22)
#000000
(0,0,0)

Tints of #E59A8E

#E59A8E
(229,154,142)
#E7A398
(231,163,152)
#E9ACA2
(233,172,162)
#EBB5AC
(235,181,172)
#EDBEB6
(237,190,182)
#EFC7C0
(239,199,192)
#F1D0CA
(241,208,202)
#F3D9D4
(243,217,212)
#F5E2DE
(245,226,222)
#F7EBE8
(247,235,232)
#F9F4F2
(249,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E59A8E color. Also use rgb(229,154,142) instead hex code.

Text Font Color

.myTextColor { color: #E59A8E; }

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

This text font color is #E59A8E.


Background Color

.myBgColor { background-color: #E59A8E; }

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

This div background color is #E59A8E.


Border color

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

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

This div border color is #E59A8E.


Opacity

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

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

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

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

This text has shadow with #E59A8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E59A8E on black background.


Color preview on white background

This text has color #E59A8E on white background.



Black color preview on #E59A8E background

This text has black color on #E59A8E background.


White color preview on #E59A8E background

This text has white color on #E59A8E background.