COLOR #E47568

HEX: #E47568
RGB: (228,117,104)

Color info

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

RGB color model

#E47568 color RGB value is (228,117,104).

  • red value is 228;
  • green value is 117;
  • blue value is 104.
RGB:
(228,117,104)
(89%,46%,41%)

RGB channels and saturation

R 228 of 255 = 89%
G 117 of 255 = 46%
B 104 of 255 = 41%

228
117
104

R + G + B ~ 59%. #E47568 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
228 + 117 + 104 = 449 (100%)
R 228 of 449 ~ 50.78%
G 117 of 449 ~ 26.06%
B 104 of 449 ~ 23.16%

%50.78
%26.06
%23.16

CMYK color model

#E47568 color CMYK value is (0,49,54,11).

  • cyan value is 0.00%
  • magenta value is 48.68%
  • yellow value is 54.39%
  • key color value is 10.59%
CMYK:
(0,49,54,11)
C0M49Y54K11 
(0%,49%,54%,11%)
(0.00/0.49/0.54/0.11)	

CMYK percentages

%0
%48.68
%54.39
%10.59

Codes

Color #E47568 in popluar color models

E47568
RGB228117104
HSL69.66%65.10%
HSB/HSV54.39%89.41%
CMYK0.00%48.68%54.39%
10.59%

Color #E47568 in popluar number systems.

HEXE47568
Decimal228117104
Binary1110010011101011101000
Octal344165150

Shades and tints

Shades of #E47568

#E47568
(228,117,104)
#D06B5F
(208,107,95)
#BC6156
(188,97,86)
#A8574D
(168,87,77)
#944D44
(148,77,68)
#80433B
(128,67,59)
#6C3932
(108,57,50)
#582F29
(88,47,41)
#442520
(68,37,32)
#301B17
(48,27,23)
#1C110E
(28,17,14)
#000000
(0,0,0)

Tints of #E47568

#E47568
(228,117,104)
#E68175
(230,129,117)
#E88D82
(232,141,130)
#EA998F
(234,153,143)
#ECA59C
(236,165,156)
#EEB1A9
(238,177,169)
#F0BDB6
(240,189,182)
#F2C9C3
(242,201,195)
#F4D5D0
(244,213,208)
#F6E1DD
(246,225,221)
#F8EDEA
(248,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E47568 color. Also use rgb(228,117,104) instead hex code.

Text Font Color

.myTextColor { color: #E47568; }

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

This text font color is #E47568.


Background Color

.myBgColor { background-color: #E47568; }

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

This div background color is #E47568.


Border color

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

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

This div border color is #E47568.


Opacity

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

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

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

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

This text has shadow with #E47568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E47568 on black background.


Color preview on white background

This text has color #E47568 on white background.



Black color preview on #E47568 background

This text has black color on #E47568 background.


White color preview on #E47568 background

This text has white color on #E47568 background.