COLOR #E48D84

HEX: #E48D84
RGB: (228,141,132)

Color info

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

RGB color model

#E48D84 color RGB value is (228,141,132).

  • red value is 228;
  • green value is 141;
  • blue value is 132.
RGB:
(228,141,132)
(89%,55%,52%)

RGB channels and saturation

R 228 of 255 = 89%
G 141 of 255 = 55%
B 132 of 255 = 52%

228
141
132

R + G + B ~ 65%. #E48D84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 141 + 132 = 501 (100%)
R 228 of 501 ~ 45.51%
G 141 of 501 ~ 28.14%
B 132 of 501 ~ 26.35%

%45.51
%28.14
%26.35

CMYK color model

#E48D84 color CMYK value is (0,38,42,11).

  • cyan value is 0.00%
  • magenta value is 38.16%
  • yellow value is 42.11%
  • key color value is 10.59%
CMYK:
(0,38,42,11)
C0M38Y42K11 
(0%,38%,42%,11%)
(0.00/0.38/0.42/0.11)	

CMYK percentages

%0
%38.16
%42.11
%10.59

Codes

Color #E48D84 in popluar color models

E48D84
RGB228141132
HSL64.00%70.59%
HSB/HSV42.11%89.41%
CMYK0.00%38.16%42.11%
10.59%

Color #E48D84 in popluar number systems.

HEXE48D84
Decimal228141132
Binary111001001000110110000100
Octal344215204

Shades and tints

Shades of #E48D84

#E48D84
(228,141,132)
#D08178
(208,129,120)
#BC756C
(188,117,108)
#A86960
(168,105,96)
#945D54
(148,93,84)
#805148
(128,81,72)
#6C453C
(108,69,60)
#583930
(88,57,48)
#442D24
(68,45,36)
#302118
(48,33,24)
#1C150C
(28,21,12)
#000000
(0,0,0)

Tints of #E48D84

#E48D84
(228,141,132)
#E6978F
(230,151,143)
#E8A19A
(232,161,154)
#EAABA5
(234,171,165)
#ECB5B0
(236,181,176)
#EEBFBB
(238,191,187)
#F0C9C6
(240,201,198)
#F2D3D1
(242,211,209)
#F4DDDC
(244,221,220)
#F6E7E7
(246,231,231)
#F8F1F2
(248,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E48D84; }

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

This text font color is #E48D84.


Background Color

.myBgColor { background-color: #E48D84; }

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

This div background color is #E48D84.


Border color

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

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

This div border color is #E48D84.


Opacity

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

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

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

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

This text has shadow with #E48D84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E48D84 on black background.


Color preview on white background

This text has color #E48D84 on white background.



Black color preview on #E48D84 background

This text has black color on #E48D84 background.


White color preview on #E48D84 background

This text has white color on #E48D84 background.