COLOR #E39EA0

HEX: #E39EA0
RGB: (227,158,160)

Color info

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

RGB color model

#E39EA0 color RGB value is (227,158,160).

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

RGB channels and saturation

R 227 of 255 = 89%
G 158 of 255 = 62%
B 160 of 255 = 63%

227
158
160

R + G + B ~ 71%. #E39EA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 158 + 160 = 545 (100%)
R 227 of 545 ~ 41.65%
G 158 of 545 ~ 28.99%
B 160 of 545 ~ 29.36%

%41.65
%28.99
%29.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.40%
  • yellow value is 29.52%
  • key color value is 10.98%
CMYK:
(0,30,30,11)
C0M30Y30K11 
(0%,30%,30%,11%)
(0.00/0.30/0.30/0.11)	

CMYK percentages

%0
%30.4
%29.52
%10.98

Codes

Color #E39EA0 in popluar color models

E39EA0
RGB227158160
HSL358°55.20%75.49%
HSB/HSV358°30.40%89.02%
CMYK0.00%30.40%29.52%
10.98%

Color #E39EA0 in popluar number systems.

HEXE39EA0
Decimal227158160
Binary111000111001111010100000
Octal343236240

Shades and tints

Shades of #E39EA0

#E39EA0
(227,158,160)
#CF9092
(207,144,146)
#BB8284
(187,130,132)
#A77476
(167,116,118)
#936668
(147,102,104)
#7F585A
(127,88,90)
#6B4A4C
(107,74,76)
#573C3E
(87,60,62)
#432E30
(67,46,48)
#2F2022
(47,32,34)
#1B1214
(27,18,20)
#000000
(0,0,0)

Tints of #E39EA0

#E39EA0
(227,158,160)
#E5A6A8
(229,166,168)
#E7AEB0
(231,174,176)
#E9B6B8
(233,182,184)
#EBBEC0
(235,190,192)
#EDC6C8
(237,198,200)
#EFCED0
(239,206,208)
#F1D6D8
(241,214,216)
#F3DEE0
(243,222,224)
#F5E6E8
(245,230,232)
#F7EEF0
(247,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E39EA0; }

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

This text font color is #E39EA0.


Background Color

.myBgColor { background-color: #E39EA0; }

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

This div background color is #E39EA0.


Border color

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

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

This div border color is #E39EA0.


Opacity

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

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

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

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

This text has shadow with #E39EA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E39EA0 on black background.


Color preview on white background

This text has color #E39EA0 on white background.



Black color preview on #E39EA0 background

This text has black color on #E39EA0 background.


White color preview on #E39EA0 background

This text has white color on #E39EA0 background.