COLOR #E48578

HEX: #E48578
RGB: (228,133,120)

Color info

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

RGB color model

#E48578 color RGB value is (228,133,120).

  • red value is 228;
  • green value is 133;
  • blue value is 120.
RGB:
(228,133,120)
(89%,52%,47%)

RGB channels and saturation

R 228 of 255 = 89%
G 133 of 255 = 52%
B 120 of 255 = 47%

228
133
120

R + G + B ~ 63%. #E48578 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 133 + 120 = 481 (100%)
R 228 of 481 ~ 47.4%
G 133 of 481 ~ 27.65%
B 120 of 481 ~ 24.95%

%47.4
%27.65
%24.95

CMYK color model

#E48578 color CMYK value is (0,42,47,11).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 47.37%
  • key color value is 10.59%
CMYK:
(0,42,47,11)
C0M42Y47K11 
(0%,42%,47%,11%)
(0.00/0.42/0.47/0.11)	

CMYK percentages

%0
%41.67
%47.37
%10.59

Codes

Color #E48578 in popluar color models

E48578
RGB228133120
HSL66.67%68.24%
HSB/HSV47.37%89.41%
CMYK0.00%41.67%47.37%
10.59%

Color #E48578 in popluar number systems.

HEXE48578
Decimal228133120
Binary11100100100001011111000
Octal344205170

Shades and tints

Shades of #E48578

#E48578
(228,133,120)
#D0796E
(208,121,110)
#BC6D64
(188,109,100)
#A8615A
(168,97,90)
#945550
(148,85,80)
#804946
(128,73,70)
#6C3D3C
(108,61,60)
#583132
(88,49,50)
#442528
(68,37,40)
#30191E
(48,25,30)
#1C0D14
(28,13,20)
#000000
(0,0,0)

Tints of #E48578

#E48578
(228,133,120)
#E69084
(230,144,132)
#E89B90
(232,155,144)
#EAA69C
(234,166,156)
#ECB1A8
(236,177,168)
#EEBCB4
(238,188,180)
#F0C7C0
(240,199,192)
#F2D2CC
(242,210,204)
#F4DDD8
(244,221,216)
#F6E8E4
(246,232,228)
#F8F3F0
(248,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E48578; }

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

This text font color is #E48578.


Background Color

.myBgColor { background-color: #E48578; }

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

This div background color is #E48578.


Border color

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

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

This div border color is #E48578.


Opacity

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

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

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

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

This text has shadow with #E48578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E48578 on black background.


Color preview on white background

This text has color #E48578 on white background.



Black color preview on #E48578 background

This text has black color on #E48578 background.


White color preview on #E48578 background

This text has white color on #E48578 background.