COLOR #E39894

HEX: #E39894
RGB: (227,152,148)

Color info

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

RGB color model

#E39894 color RGB value is (227,152,148).

  • red value is 227;
  • green value is 152;
  • blue value is 148.
RGB:
(227,152,148)
(89%,60%,58%)

RGB channels and saturation

R 227 of 255 = 89%
G 152 of 255 = 60%
B 148 of 255 = 58%

227
152
148

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

Portions of RGB colors in percentages

R + G + B =
227 + 152 + 148 = 527 (100%)
R 227 of 527 ~ 43.07%
G 152 of 527 ~ 28.84%
B 148 of 527 ~ 28.08%

%43.07
%28.84
%28.08

CMYK color model

#E39894 color CMYK value is (0,33,35,11).

  • cyan value is 0.00%
  • magenta value is 33.04%
  • yellow value is 34.80%
  • key color value is 10.98%
CMYK:
(0,33,35,11)
C0M33Y35K11 
(0%,33%,35%,11%)
(0.00/0.33/0.35/0.11)	

CMYK percentages

%0
%33.04
%34.8
%10.98

Codes

Color #E39894 in popluar color models

E39894
RGB227152148
HSL58.52%73.53%
HSB/HSV34.80%89.02%
CMYK0.00%33.04%34.80%
10.98%

Color #E39894 in popluar number systems.

HEXE39894
Decimal227152148
Binary111000111001100010010100
Octal343230224

Shades and tints

Shades of #E39894

#E39894
(227,152,148)
#CF8B87
(207,139,135)
#BB7E7A
(187,126,122)
#A7716D
(167,113,109)
#936460
(147,100,96)
#7F5753
(127,87,83)
#6B4A46
(107,74,70)
#573D39
(87,61,57)
#43302C
(67,48,44)
#2F231F
(47,35,31)
#1B1612
(27,22,18)
#000000
(0,0,0)

Tints of #E39894

#E39894
(227,152,148)
#E5A19D
(229,161,157)
#E7AAA6
(231,170,166)
#E9B3AF
(233,179,175)
#EBBCB8
(235,188,184)
#EDC5C1
(237,197,193)
#EFCECA
(239,206,202)
#F1D7D3
(241,215,211)
#F3E0DC
(243,224,220)
#F5E9E5
(245,233,229)
#F7F2EE
(247,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E39894 color. Also use rgb(227,152,148) instead hex code.

Text Font Color

.myTextColor { color: #E39894; }

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

This text font color is #E39894.


Background Color

.myBgColor { background-color: #E39894; }

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

This div background color is #E39894.


Border color

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

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

This div border color is #E39894.


Opacity

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

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

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

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

This text has shadow with #E39894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E39894 on black background.


Color preview on white background

This text has color #E39894 on white background.



Black color preview on #E39894 background

This text has black color on #E39894 background.


White color preview on #E39894 background

This text has white color on #E39894 background.