COLOR #E48770

HEX: #E48770
RGB: (228,135,112)

Color info

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

RGB color model

#E48770 color RGB value is (228,135,112).

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

RGB channels and saturation

R 228 of 255 = 89%
G 135 of 255 = 53%
B 112 of 255 = 44%

228
135
112

R + G + B ~ 62%. #E48770 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 135 + 112 = 475 (100%)
R 228 of 475 ~ 48%
G 135 of 475 ~ 28.42%
B 112 of 475 ~ 23.58%

%48
%28.42
%23.58

CMYK color model

#E48770 color CMYK value is (0,41,51,11).

  • cyan value is 0.00%
  • magenta value is 40.79%
  • yellow value is 50.88%
  • key color value is 10.59%
CMYK:
(0,41,51,11)
C0M41Y51K11 
(0%,41%,51%,11%)
(0.00/0.41/0.51/0.11)	

CMYK percentages

%0
%40.79
%50.88
%10.59

Codes

Color #E48770 in popluar color models

E48770
RGB228135112
HSL12°68.24%66.67%
HSB/HSV12°50.88%89.41%
CMYK0.00%40.79%50.88%
10.59%

Color #E48770 in popluar number systems.

HEXE48770
Decimal228135112
Binary11100100100001111110000
Octal344207160

Shades and tints

Shades of #E48770

#E48770
(228,135,112)
#D07B66
(208,123,102)
#BC6F5C
(188,111,92)
#A86352
(168,99,82)
#945748
(148,87,72)
#804B3E
(128,75,62)
#6C3F34
(108,63,52)
#58332A
(88,51,42)
#442720
(68,39,32)
#301B16
(48,27,22)
#1C0F0C
(28,15,12)
#000000
(0,0,0)

Tints of #E48770

#E48770
(228,135,112)
#E6917D
(230,145,125)
#E89B8A
(232,155,138)
#EAA597
(234,165,151)
#ECAFA4
(236,175,164)
#EEB9B1
(238,185,177)
#F0C3BE
(240,195,190)
#F2CDCB
(242,205,203)
#F4D7D8
(244,215,216)
#F6E1E5
(246,225,229)
#F8EBF2
(248,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E48770; }

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

This text font color is #E48770.


Background Color

.myBgColor { background-color: #E48770; }

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

This div background color is #E48770.


Border color

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

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

This div border color is #E48770.


Opacity

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

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

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

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

This text has shadow with #E48770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E48770 on black background.


Color preview on white background

This text has color #E48770 on white background.



Black color preview on #E48770 background

This text has black color on #E48770 background.


White color preview on #E48770 background

This text has white color on #E48770 background.