COLOR #E49F9F

HEX: #E49F9F
RGB: (228,159,159)

Color info

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

RGB color model

#E49F9F color RGB value is (228,159,159).

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

RGB channels and saturation

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

228
159
159

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

Portions of RGB colors in percentages

R + G + B =
228 + 159 + 159 = 546 (100%)
R 228 of 546 ~ 41.76%
G 159 of 546 ~ 29.12%
B 159 of 546 ~ 29.12%

%41.76
%29.12
%29.12

CMYK color model

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

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

CMYK percentages

%0
%30.26
%30.26
%10.59

Codes

Color #E49F9F in popluar color models

E49F9F
RGB228159159
HSL56.10%75.88%
HSB/HSV30.26%89.41%
CMYK0.00%30.26%30.26%
10.59%

Color #E49F9F in popluar number systems.

HEXE49F9F
Decimal228159159
Binary111001001001111110011111
Octal344237237

Shades and tints

Shades of #E49F9F

#E49F9F
(228,159,159)
#D09191
(208,145,145)
#BC8383
(188,131,131)
#A87575
(168,117,117)
#946767
(148,103,103)
#805959
(128,89,89)
#6C4B4B
(108,75,75)
#583D3D
(88,61,61)
#442F2F
(68,47,47)
#302121
(48,33,33)
#1C1313
(28,19,19)
#000000
(0,0,0)

Tints of #E49F9F

#E49F9F
(228,159,159)
#E6A7A7
(230,167,167)
#E8AFAF
(232,175,175)
#EAB7B7
(234,183,183)
#ECBFBF
(236,191,191)
#EEC7C7
(238,199,199)
#F0CFCF
(240,207,207)
#F2D7D7
(242,215,215)
#F4DFDF
(244,223,223)
#F6E7E7
(246,231,231)
#F8EFEF
(248,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E49F9F; }

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

This text font color is #E49F9F.


Background Color

.myBgColor { background-color: #E49F9F; }

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

This div background color is #E49F9F.


Border color

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

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

This div border color is #E49F9F.


Opacity

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

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

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

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

This text has shadow with #E49F9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E49F9F on black background.


Color preview on white background

This text has color #E49F9F on white background.



Black color preview on #E49F9F background

This text has black color on #E49F9F background.


White color preview on #E49F9F background

This text has white color on #E49F9F background.