COLOR #E59095

HEX: #E59095
RGB: (229,144,149)

Color info

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

RGB color model

#E59095 color RGB value is (229,144,149).

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

RGB channels and saturation

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

229
144
149

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

Portions of RGB colors in percentages

R + G + B =
229 + 144 + 149 = 522 (100%)
R 229 of 522 ~ 43.87%
G 144 of 522 ~ 27.59%
B 149 of 522 ~ 28.54%

%43.87
%27.59
%28.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.12%
  • yellow value is 34.93%
  • 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
%34.93
%10.2

Codes

Color #E59095 in popluar color models

E59095
RGB229144149
HSL356°62.04%73.14%
HSB/HSV356°37.12%89.80%
CMYK0.00%37.12%34.93%
10.20%

Color #E59095 in popluar number systems.

HEXE59095
Decimal229144149
Binary111001011001000010010101
Octal345220225

Shades and tints

Shades of #E59095

#E59095
(229,144,149)
#D18388
(209,131,136)
#BD767B
(189,118,123)
#A9696E
(169,105,110)
#955C61
(149,92,97)
#814F54
(129,79,84)
#6D4247
(109,66,71)
#59353A
(89,53,58)
#45282D
(69,40,45)
#311B20
(49,27,32)
#1D0E13
(29,14,19)
#000000
(0,0,0)

Tints of #E59095

#E59095
(229,144,149)
#E79A9E
(231,154,158)
#E9A4A7
(233,164,167)
#EBAEB0
(235,174,176)
#EDB8B9
(237,184,185)
#EFC2C2
(239,194,194)
#F1CCCB
(241,204,203)
#F3D6D4
(243,214,212)
#F5E0DD
(245,224,221)
#F7EAE6
(247,234,230)
#F9F4EF
(249,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E59095; }

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

This text font color is #E59095.


Background Color

.myBgColor { background-color: #E59095; }

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

This div background color is #E59095.


Border color

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

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

This div border color is #E59095.


Opacity

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

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

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

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

This text has shadow with #E59095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E59095 on black background.


Color preview on white background

This text has color #E59095 on white background.



Black color preview on #E59095 background

This text has black color on #E59095 background.


White color preview on #E59095 background

This text has white color on #E59095 background.