COLOR #E59094

HEX: #E59094
RGB: (229,144,148)

Color info

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

RGB color model

#E59094 color RGB value is (229,144,148).

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

RGB channels and saturation

R 229 of 255 = 90%
G 144 of 255 = 56%
B 148 of 255 = 58%

229
144
148

R + G + B ~ 68%. #E59094 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 144 + 148 = 521 (100%)
R 229 of 521 ~ 43.95%
G 144 of 521 ~ 27.64%
B 148 of 521 ~ 28.41%

%43.95
%27.64
%28.41

CMYK color model

#E59094 color CMYK value is (0,37,35,10).

  • cyan value is 0.00%
  • magenta value is 37.12%
  • yellow value is 35.37%
  • key color value is 10.20%
CMYK:
(0,37,35,10)
C0M37Y35K10 
(0%,37%,35%,10%)
(0.00/0.37/0.35/0.10)	

CMYK percentages

%0
%37.12
%35.37
%10.2

Codes

Color #E59094 in popluar color models

E59094
RGB229144148
HSL357°62.04%73.14%
HSB/HSV357°37.12%89.80%
CMYK0.00%37.12%35.37%
10.20%

Color #E59094 in popluar number systems.

HEXE59094
Decimal229144148
Binary111001011001000010010100
Octal345220224

Shades and tints

Shades of #E59094

#E59094
(229,144,148)
#D18387
(209,131,135)
#BD767A
(189,118,122)
#A9696D
(169,105,109)
#955C60
(149,92,96)
#814F53
(129,79,83)
#6D4246
(109,66,70)
#593539
(89,53,57)
#45282C
(69,40,44)
#311B1F
(49,27,31)
#1D0E12
(29,14,18)
#000000
(0,0,0)

Tints of #E59094

#E59094
(229,144,148)
#E79A9D
(231,154,157)
#E9A4A6
(233,164,166)
#EBAEAF
(235,174,175)
#EDB8B8
(237,184,184)
#EFC2C1
(239,194,193)
#F1CCCA
(241,204,202)
#F3D6D3
(243,214,211)
#F5E0DC
(245,224,220)
#F7EAE5
(247,234,229)
#F9F4EE
(249,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E59094; }

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

This text font color is #E59094.


Background Color

.myBgColor { background-color: #E59094; }

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

This div background color is #E59094.


Border color

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

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

This div border color is #E59094.


Opacity

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

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

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

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

This text has shadow with #E59094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E59094 on black background.


Color preview on white background

This text has color #E59094 on white background.



Black color preview on #E59094 background

This text has black color on #E59094 background.


White color preview on #E59094 background

This text has white color on #E59094 background.