COLOR #E49F8A

HEX: #E49F8A
RGB: (228,159,138)

Color info

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

RGB color model

#E49F8A color RGB value is (228,159,138).

  • red value is 228;
  • green value is 159;
  • blue value is 138.
RGB:
(228,159,138)
(89%,62%,54%)

RGB channels and saturation

R 228 of 255 = 89%
G 159 of 255 = 62%
B 138 of 255 = 54%

228
159
138

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

Portions of RGB colors in percentages

R + G + B =
228 + 159 + 138 = 525 (100%)
R 228 of 525 ~ 43.43%
G 159 of 525 ~ 30.29%
B 138 of 525 ~ 26.29%

%43.43
%30.29
%26.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.26%
  • yellow value is 39.47%
  • key color value is 10.59%
CMYK:
(0,30,39,11)
C0M30Y39K11 
(0%,30%,39%,11%)
(0.00/0.30/0.39/0.11)	

CMYK percentages

%0
%30.26
%39.47
%10.59

Codes

Color #E49F8A in popluar color models

E49F8A
RGB228159138
HSL14°62.50%71.76%
HSB/HSV14°39.47%89.41%
CMYK0.00%30.26%39.47%
10.59%

Color #E49F8A in popluar number systems.

HEXE49F8A
Decimal228159138
Binary111001001001111110001010
Octal344237212

Shades and tints

Shades of #E49F8A

#E49F8A
(228,159,138)
#D0917E
(208,145,126)
#BC8372
(188,131,114)
#A87566
(168,117,102)
#94675A
(148,103,90)
#80594E
(128,89,78)
#6C4B42
(108,75,66)
#583D36
(88,61,54)
#442F2A
(68,47,42)
#30211E
(48,33,30)
#1C1312
(28,19,18)
#000000
(0,0,0)

Tints of #E49F8A

#E49F8A
(228,159,138)
#E6A794
(230,167,148)
#E8AF9E
(232,175,158)
#EAB7A8
(234,183,168)
#ECBFB2
(236,191,178)
#EEC7BC
(238,199,188)
#F0CFC6
(240,207,198)
#F2D7D0
(242,215,208)
#F4DFDA
(244,223,218)
#F6E7E4
(246,231,228)
#F8EFEE
(248,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E49F8A color. Also use rgb(228,159,138) instead hex code.

Text Font Color

.myTextColor { color: #E49F8A; }

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

This text font color is #E49F8A.


Background Color

.myBgColor { background-color: #E49F8A; }

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

This div background color is #E49F8A.


Border color

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

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

This div border color is #E49F8A.


Opacity

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

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

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

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

This text has shadow with #E49F8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E49F8A on black background.


Color preview on white background

This text has color #E49F8A on white background.



Black color preview on #E49F8A background

This text has black color on #E49F8A background.


White color preview on #E49F8A background

This text has white color on #E49F8A background.