COLOR #E48E77

HEX: #E48E77
RGB: (228,142,119)

Color info

#E48E77 contains mainly red color. Web safe color of #E48E77 is #CC9966 (or #C96).

RGB color model

#E48E77 color RGB value is (228,142,119).

  • red value is 228;
  • green value is 142;
  • blue value is 119.
RGB:
(228,142,119)
(89%,56%,47%)

RGB channels and saturation

R 228 of 255 = 89%
G 142 of 255 = 56%
B 119 of 255 = 47%

228
142
119

R + G + B ~ 64%. #E48E77 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 142 + 119 = 489 (100%)
R 228 of 489 ~ 46.63%
G 142 of 489 ~ 29.04%
B 119 of 489 ~ 24.34%

%46.63
%29.04
%24.34

CMYK color model

#E48E77 color CMYK value is (0,38,48,11).

  • cyan value is 0.00%
  • magenta value is 37.72%
  • yellow value is 47.81%
  • key color value is 10.59%
CMYK:
(0,38,48,11)
C0M38Y48K11 
(0%,38%,48%,11%)
(0.00/0.38/0.48/0.11)	

CMYK percentages

%0
%37.72
%47.81
%10.59

Codes

Color #E48E77 in popluar color models

E48E77
RGB228142119
HSL13°66.87%68.04%
HSB/HSV13°47.81%89.41%
CMYK0.00%37.72%47.81%
10.59%

Color #E48E77 in popluar number systems.

HEXE48E77
Decimal228142119
Binary11100100100011101110111
Octal344216167

Shades and tints

Shades of #E48E77

#E48E77
(228,142,119)
#D0826D
(208,130,109)
#BC7663
(188,118,99)
#A86A59
(168,106,89)
#945E4F
(148,94,79)
#805245
(128,82,69)
#6C463B
(108,70,59)
#583A31
(88,58,49)
#442E27
(68,46,39)
#30221D
(48,34,29)
#1C1613
(28,22,19)
#000000
(0,0,0)

Tints of #E48E77

#E48E77
(228,142,119)
#E69883
(230,152,131)
#E8A28F
(232,162,143)
#EAAC9B
(234,172,155)
#ECB6A7
(236,182,167)
#EEC0B3
(238,192,179)
#F0CABF
(240,202,191)
#F2D4CB
(242,212,203)
#F4DED7
(244,222,215)
#F6E8E3
(246,232,227)
#F8F2EF
(248,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E48E77; }

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

This text font color is #E48E77.


Background Color

.myBgColor { background-color: #E48E77; }

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

This div background color is #E48E77.


Border color

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

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

This div border color is #E48E77.


Opacity

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

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

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

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

This text has shadow with #E48E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E48E77 on black background.


Color preview on white background

This text has color #E48E77 on white background.



Black color preview on #E48E77 background

This text has black color on #E48E77 background.


White color preview on #E48E77 background

This text has white color on #E48E77 background.