COLOR #E59698

HEX: #E59698
RGB: (229,150,152)

Color info

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

RGB color model

#E59698 color RGB value is (229,150,152).

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

RGB channels and saturation

R 229 of 255 = 90%
G 150 of 255 = 59%
B 152 of 255 = 60%

229
150
152

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

Portions of RGB colors in percentages

R + G + B =
229 + 150 + 152 = 531 (100%)
R 229 of 531 ~ 43.13%
G 150 of 531 ~ 28.25%
B 152 of 531 ~ 28.63%

%43.13
%28.25
%28.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.50%
  • yellow value is 33.62%
  • key color value is 10.20%
CMYK:
(0,34,34,10)
C0M34Y34K10 
(0%,34%,34%,10%)
(0.00/0.34/0.34/0.10)	

CMYK percentages

%0
%34.5
%33.62
%10.2

Codes

Color #E59698 in popluar color models

E59698
RGB229150152
HSL358°60.31%74.31%
HSB/HSV358°34.50%89.80%
CMYK0.00%34.50%33.62%
10.20%

Color #E59698 in popluar number systems.

HEXE59698
Decimal229150152
Binary111001011001011010011000
Octal345226230

Shades and tints

Shades of #E59698

#E59698
(229,150,152)
#D1898B
(209,137,139)
#BD7C7E
(189,124,126)
#A96F71
(169,111,113)
#956264
(149,98,100)
#815557
(129,85,87)
#6D484A
(109,72,74)
#593B3D
(89,59,61)
#452E30
(69,46,48)
#312123
(49,33,35)
#1D1416
(29,20,22)
#000000
(0,0,0)

Tints of #E59698

#E59698
(229,150,152)
#E79FA1
(231,159,161)
#E9A8AA
(233,168,170)
#EBB1B3
(235,177,179)
#EDBABC
(237,186,188)
#EFC3C5
(239,195,197)
#F1CCCE
(241,204,206)
#F3D5D7
(243,213,215)
#F5DEE0
(245,222,224)
#F7E7E9
(247,231,233)
#F9F0F2
(249,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E59698; }

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

This text font color is #E59698.


Background Color

.myBgColor { background-color: #E59698; }

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

This div background color is #E59698.


Border color

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

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

This div border color is #E59698.


Opacity

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

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

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

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

This text has shadow with #E59698 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E59698 on black background.


Color preview on white background

This text has color #E59698 on white background.



Black color preview on #E59698 background

This text has black color on #E59698 background.


White color preview on #E59698 background

This text has white color on #E59698 background.