COLOR #E59C98

HEX: #E59C98
RGB: (229,156,152)

Color info

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

RGB color model

#E59C98 color RGB value is (229,156,152).

  • red value is 229;
  • green value is 156;
  • blue value is 152.
RGB:
(229,156,152)
(90%,61%,60%)

RGB channels and saturation

R 229 of 255 = 90%
G 156 of 255 = 61%
B 152 of 255 = 60%

229
156
152

R + G + B ~ 70%. #E59C98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 156 + 152 = 537 (100%)
R 229 of 537 ~ 42.64%
G 156 of 537 ~ 29.05%
B 152 of 537 ~ 28.31%

%42.64
%29.05
%28.31

CMYK color model

#E59C98 color CMYK value is (0,32,34,10).

  • cyan value is 0.00%
  • magenta value is 31.88%
  • yellow value is 33.62%
  • key color value is 10.20%
CMYK:
(0,32,34,10)
C0M32Y34K10 
(0%,32%,34%,10%)
(0.00/0.32/0.34/0.10)	

CMYK percentages

%0
%31.88
%33.62
%10.2

Codes

Color #E59C98 in popluar color models

E59C98
RGB229156152
HSL59.69%74.71%
HSB/HSV33.62%89.80%
CMYK0.00%31.88%33.62%
10.20%

Color #E59C98 in popluar number systems.

HEXE59C98
Decimal229156152
Binary111001011001110010011000
Octal345234230

Shades and tints

Shades of #E59C98

#E59C98
(229,156,152)
#D18E8B
(209,142,139)
#BD807E
(189,128,126)
#A97271
(169,114,113)
#956464
(149,100,100)
#815657
(129,86,87)
#6D484A
(109,72,74)
#593A3D
(89,58,61)
#452C30
(69,44,48)
#311E23
(49,30,35)
#1D1016
(29,16,22)
#000000
(0,0,0)

Tints of #E59C98

#E59C98
(229,156,152)
#E7A5A1
(231,165,161)
#E9AEAA
(233,174,170)
#EBB7B3
(235,183,179)
#EDC0BC
(237,192,188)
#EFC9C5
(239,201,197)
#F1D2CE
(241,210,206)
#F3DBD7
(243,219,215)
#F5E4E0
(245,228,224)
#F7EDE9
(247,237,233)
#F9F6F2
(249,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E59C98 color. Also use rgb(229,156,152) instead hex code.

Text Font Color

.myTextColor { color: #E59C98; }

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

This text font color is #E59C98.


Background Color

.myBgColor { background-color: #E59C98; }

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

This div background color is #E59C98.


Border color

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

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

This div border color is #E59C98.


Opacity

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

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

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

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

This text has shadow with #E59C98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E59C98 on black background.


Color preview on white background

This text has color #E59C98 on white background.



Black color preview on #E59C98 background

This text has black color on #E59C98 background.


White color preview on #E59C98 background

This text has white color on #E59C98 background.