COLOR #E39E95

HEX: #E39E95
RGB: (227,158,149)

Color info

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

RGB color model

#E39E95 color RGB value is (227,158,149).

  • red value is 227;
  • green value is 158;
  • blue value is 149.
RGB:
(227,158,149)
(89%,62%,58%)

RGB channels and saturation

R 227 of 255 = 89%
G 158 of 255 = 62%
B 149 of 255 = 58%

227
158
149

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

Portions of RGB colors in percentages

R + G + B =
227 + 158 + 149 = 534 (100%)
R 227 of 534 ~ 42.51%
G 158 of 534 ~ 29.59%
B 149 of 534 ~ 27.9%

%42.51
%29.59
%27.9

CMYK color model

#E39E95 color CMYK value is (0,30,34,11).

  • cyan value is 0.00%
  • magenta value is 30.40%
  • yellow value is 34.36%
  • key color value is 10.98%
CMYK:
(0,30,34,11)
C0M30Y34K11 
(0%,30%,34%,11%)
(0.00/0.30/0.34/0.11)	

CMYK percentages

%0
%30.4
%34.36
%10.98

Codes

Color #E39E95 in popluar color models

E39E95
RGB227158149
HSL58.21%73.73%
HSB/HSV34.36%89.02%
CMYK0.00%30.40%34.36%
10.98%

Color #E39E95 in popluar number systems.

HEXE39E95
Decimal227158149
Binary111000111001111010010101
Octal343236225

Shades and tints

Shades of #E39E95

#E39E95
(227,158,149)
#CF9088
(207,144,136)
#BB827B
(187,130,123)
#A7746E
(167,116,110)
#936661
(147,102,97)
#7F5854
(127,88,84)
#6B4A47
(107,74,71)
#573C3A
(87,60,58)
#432E2D
(67,46,45)
#2F2020
(47,32,32)
#1B1213
(27,18,19)
#000000
(0,0,0)

Tints of #E39E95

#E39E95
(227,158,149)
#E5A69E
(229,166,158)
#E7AEA7
(231,174,167)
#E9B6B0
(233,182,176)
#EBBEB9
(235,190,185)
#EDC6C2
(237,198,194)
#EFCECB
(239,206,203)
#F1D6D4
(241,214,212)
#F3DEDD
(243,222,221)
#F5E6E6
(245,230,230)
#F7EEEF
(247,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E39E95 color. Also use rgb(227,158,149) instead hex code.

Text Font Color

.myTextColor { color: #E39E95; }

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

This text font color is #E39E95.


Background Color

.myBgColor { background-color: #E39E95; }

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

This div background color is #E39E95.


Border color

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

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

This div border color is #E39E95.


Opacity

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

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

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

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

This text has shadow with #E39E95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E39E95 on black background.


Color preview on white background

This text has color #E39E95 on white background.



Black color preview on #E39E95 background

This text has black color on #E39E95 background.


White color preview on #E39E95 background

This text has white color on #E39E95 background.