COLOR #E49F8F

HEX: #E49F8F
RGB: (228,159,143)

Color info

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

RGB color model

#E49F8F color RGB value is (228,159,143).

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

RGB channels and saturation

R 228 of 255 = 89%
G 159 of 255 = 62%
B 143 of 255 = 56%

228
159
143

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

Portions of RGB colors in percentages

R + G + B =
228 + 159 + 143 = 530 (100%)
R 228 of 530 ~ 43.02%
G 159 of 530 ~ 30%
B 143 of 530 ~ 26.98%

%43.02
%30
%26.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.26%
  • yellow value is 37.28%
  • key color value is 10.59%
CMYK:
(0,30,37,11)
C0M30Y37K11 
(0%,30%,37%,11%)
(0.00/0.30/0.37/0.11)	

CMYK percentages

%0
%30.26
%37.28
%10.59

Codes

Color #E49F8F in popluar color models

E49F8F
RGB228159143
HSL11°61.15%72.75%
HSB/HSV11°37.28%89.41%
CMYK0.00%30.26%37.28%
10.59%

Color #E49F8F in popluar number systems.

HEXE49F8F
Decimal228159143
Binary111001001001111110001111
Octal344237217

Shades and tints

Shades of #E49F8F

#E49F8F
(228,159,143)
#D09182
(208,145,130)
#BC8375
(188,131,117)
#A87568
(168,117,104)
#94675B
(148,103,91)
#80594E
(128,89,78)
#6C4B41
(108,75,65)
#583D34
(88,61,52)
#442F27
(68,47,39)
#30211A
(48,33,26)
#1C130D
(28,19,13)
#000000
(0,0,0)

Tints of #E49F8F

#E49F8F
(228,159,143)
#E6A799
(230,167,153)
#E8AFA3
(232,175,163)
#EAB7AD
(234,183,173)
#ECBFB7
(236,191,183)
#EEC7C1
(238,199,193)
#F0CFCB
(240,207,203)
#F2D7D5
(242,215,213)
#F4DFDF
(244,223,223)
#F6E7E9
(246,231,233)
#F8EFF3
(248,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E49F8F; }

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

This text font color is #E49F8F.


Background Color

.myBgColor { background-color: #E49F8F; }

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

This div background color is #E49F8F.


Border color

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

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

This div border color is #E49F8F.


Opacity

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

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

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

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

This text has shadow with #E49F8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E49F8F on black background.


Color preview on white background

This text has color #E49F8F on white background.



Black color preview on #E49F8F background

This text has black color on #E49F8F background.


White color preview on #E49F8F background

This text has white color on #E49F8F background.