COLOR #E59098

HEX: #E59098
RGB: (229,144,152)

Color info

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

RGB color model

#E59098 color RGB value is (229,144,152).

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

RGB channels and saturation

R 229 of 255 = 90%
G 144 of 255 = 56%
B 152 of 255 = 60%

229
144
152

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

Portions of RGB colors in percentages

R + G + B =
229 + 144 + 152 = 525 (100%)
R 229 of 525 ~ 43.62%
G 144 of 525 ~ 27.43%
B 152 of 525 ~ 28.95%

%43.62
%27.43
%28.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.12%
  • yellow value is 33.62%
  • key color value is 10.20%
CMYK:
(0,37,34,10)
C0M37Y34K10 
(0%,37%,34%,10%)
(0.00/0.37/0.34/0.10)	

CMYK percentages

%0
%37.12
%33.62
%10.2

Codes

Color #E59098 in popluar color models

E59098
RGB229144152
HSL354°62.04%73.14%
HSB/HSV354°37.12%89.80%
CMYK0.00%37.12%33.62%
10.20%

Color #E59098 in popluar number systems.

HEXE59098
Decimal229144152
Binary111001011001000010011000
Octal345220230

Shades and tints

Shades of #E59098

#E59098
(229,144,152)
#D1838B
(209,131,139)
#BD767E
(189,118,126)
#A96971
(169,105,113)
#955C64
(149,92,100)
#814F57
(129,79,87)
#6D424A
(109,66,74)
#59353D
(89,53,61)
#452830
(69,40,48)
#311B23
(49,27,35)
#1D0E16
(29,14,22)
#000000
(0,0,0)

Tints of #E59098

#E59098
(229,144,152)
#E79AA1
(231,154,161)
#E9A4AA
(233,164,170)
#EBAEB3
(235,174,179)
#EDB8BC
(237,184,188)
#EFC2C5
(239,194,197)
#F1CCCE
(241,204,206)
#F3D6D7
(243,214,215)
#F5E0E0
(245,224,224)
#F7EAE9
(247,234,233)
#F9F4F2
(249,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E59098; }

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

This text font color is #E59098.


Background Color

.myBgColor { background-color: #E59098; }

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

This div background color is #E59098.


Border color

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

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

This div border color is #E59098.


Opacity

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

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

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

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

This text has shadow with #E59098 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E59098 on black background.


Color preview on white background

This text has color #E59098 on white background.



Black color preview on #E59098 background

This text has black color on #E59098 background.


White color preview on #E59098 background

This text has white color on #E59098 background.