COLOR #E48070

HEX: #E48070
RGB: (228,128,112)

Color info

#E48070 contains mainly red color. Web safe color of #E48070 is #CC6666 (or #C66).

RGB color model

#E48070 color RGB value is (228,128,112).

  • red value is 228;
  • green value is 128;
  • blue value is 112.
RGB:
(228,128,112)
(89%,50%,44%)

RGB channels and saturation

R 228 of 255 = 89%
G 128 of 255 = 50%
B 112 of 255 = 44%

228
128
112

R + G + B ~ 61%. #E48070 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 128 + 112 = 468 (100%)
R 228 of 468 ~ 48.72%
G 128 of 468 ~ 27.35%
B 112 of 468 ~ 23.93%

%48.72
%27.35
%23.93

CMYK color model

#E48070 color CMYK value is (0,44,51,11).

  • cyan value is 0.00%
  • magenta value is 43.86%
  • yellow value is 50.88%
  • key color value is 10.59%
CMYK:
(0,44,51,11)
C0M44Y51K11 
(0%,44%,51%,11%)
(0.00/0.44/0.51/0.11)	

CMYK percentages

%0
%43.86
%50.88
%10.59

Codes

Color #E48070 in popluar color models

E48070
RGB228128112
HSL68.24%66.67%
HSB/HSV50.88%89.41%
CMYK0.00%43.86%50.88%
10.59%

Color #E48070 in popluar number systems.

HEXE48070
Decimal228128112
Binary11100100100000001110000
Octal344200160

Shades and tints

Shades of #E48070

#E48070
(228,128,112)
#D07566
(208,117,102)
#BC6A5C
(188,106,92)
#A85F52
(168,95,82)
#945448
(148,84,72)
#80493E
(128,73,62)
#6C3E34
(108,62,52)
#58332A
(88,51,42)
#442820
(68,40,32)
#301D16
(48,29,22)
#1C120C
(28,18,12)
#000000
(0,0,0)

Tints of #E48070

#E48070
(228,128,112)
#E68B7D
(230,139,125)
#E8968A
(232,150,138)
#EAA197
(234,161,151)
#ECACA4
(236,172,164)
#EEB7B1
(238,183,177)
#F0C2BE
(240,194,190)
#F2CDCB
(242,205,203)
#F4D8D8
(244,216,216)
#F6E3E5
(246,227,229)
#F8EEF2
(248,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E48070; }

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

This text font color is #E48070.


Background Color

.myBgColor { background-color: #E48070; }

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

This div background color is #E48070.


Border color

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

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

This div border color is #E48070.


Opacity

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

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

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

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

This text has shadow with #E48070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E48070 on black background.


Color preview on white background

This text has color #E48070 on white background.



Black color preview on #E48070 background

This text has black color on #E48070 background.


White color preview on #E48070 background

This text has white color on #E48070 background.