COLOR #E49F81

HEX: #E49F81
RGB: (228,159,129)

Color info

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

RGB color model

#E49F81 color RGB value is (228,159,129).

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

RGB channels and saturation

R 228 of 255 = 89%
G 159 of 255 = 62%
B 129 of 255 = 51%

228
159
129

R + G + B ~ 67%. #E49F81 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 159 + 129 = 516 (100%)
R 228 of 516 ~ 44.19%
G 159 of 516 ~ 30.81%
B 129 of 516 ~ 25%

%44.19
%30.81
%25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.26%
  • yellow value is 43.42%
  • key color value is 10.59%
CMYK:
(0,30,43,11)
C0M30Y43K11 
(0%,30%,43%,11%)
(0.00/0.30/0.43/0.11)	

CMYK percentages

%0
%30.26
%43.42
%10.59

Codes

Color #E49F81 in popluar color models

E49F81
RGB228159129
HSL18°64.71%70.00%
HSB/HSV18°43.42%89.41%
CMYK0.00%30.26%43.42%
10.59%

Color #E49F81 in popluar number systems.

HEXE49F81
Decimal228159129
Binary111001001001111110000001
Octal344237201

Shades and tints

Shades of #E49F81

#E49F81
(228,159,129)
#D09176
(208,145,118)
#BC836B
(188,131,107)
#A87560
(168,117,96)
#946755
(148,103,85)
#80594A
(128,89,74)
#6C4B3F
(108,75,63)
#583D34
(88,61,52)
#442F29
(68,47,41)
#30211E
(48,33,30)
#1C1313
(28,19,19)
#000000
(0,0,0)

Tints of #E49F81

#E49F81
(228,159,129)
#E6A78C
(230,167,140)
#E8AF97
(232,175,151)
#EAB7A2
(234,183,162)
#ECBFAD
(236,191,173)
#EEC7B8
(238,199,184)
#F0CFC3
(240,207,195)
#F2D7CE
(242,215,206)
#F4DFD9
(244,223,217)
#F6E7E4
(246,231,228)
#F8EFEF
(248,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E49F81; }

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

This text font color is #E49F81.


Background Color

.myBgColor { background-color: #E49F81; }

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

This div background color is #E49F81.


Border color

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

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

This div border color is #E49F81.


Opacity

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

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

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

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

This text has shadow with #E49F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E49F81 on black background.


Color preview on white background

This text has color #E49F81 on white background.



Black color preview on #E49F81 background

This text has black color on #E49F81 background.


White color preview on #E49F81 background

This text has white color on #E49F81 background.