COLOR #E47081

HEX: #E47081
RGB: (228,112,129)

Color info

#E47081 contains mainly red color. Web safe color of #E47081 is #CC6699 (or #C69).

RGB color model

#E47081 color RGB value is (228,112,129).

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

RGB channels and saturation

R 228 of 255 = 89%
G 112 of 255 = 44%
B 129 of 255 = 51%

228
112
129

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

Portions of RGB colors in percentages

R + G + B =
228 + 112 + 129 = 469 (100%)
R 228 of 469 ~ 48.61%
G 112 of 469 ~ 23.88%
B 129 of 469 ~ 27.51%

%48.61
%23.88
%27.51

CMYK color model

#E47081 color CMYK value is (0,51,43,11).

  • cyan value is 0.00%
  • magenta value is 50.88%
  • yellow value is 43.42%
  • key color value is 10.59%
CMYK:
(0,51,43,11)
C0M51Y43K11 
(0%,51%,43%,11%)
(0.00/0.51/0.43/0.11)	

CMYK percentages

%0
%50.88
%43.42
%10.59

Codes

Color #E47081 in popluar color models

E47081
RGB228112129
HSL351°68.24%66.67%
HSB/HSV351°50.88%89.41%
CMYK0.00%50.88%43.42%
10.59%

Color #E47081 in popluar number systems.

HEXE47081
Decimal228112129
Binary11100100111000010000001
Octal344160201

Shades and tints

Shades of #E47081

#E47081
(228,112,129)
#D06676
(208,102,118)
#BC5C6B
(188,92,107)
#A85260
(168,82,96)
#944855
(148,72,85)
#803E4A
(128,62,74)
#6C343F
(108,52,63)
#582A34
(88,42,52)
#442029
(68,32,41)
#30161E
(48,22,30)
#1C0C13
(28,12,19)
#000000
(0,0,0)

Tints of #E47081

#E47081
(228,112,129)
#E67D8C
(230,125,140)
#E88A97
(232,138,151)
#EA97A2
(234,151,162)
#ECA4AD
(236,164,173)
#EEB1B8
(238,177,184)
#F0BEC3
(240,190,195)
#F2CBCE
(242,203,206)
#F4D8D9
(244,216,217)
#F6E5E4
(246,229,228)
#F8F2EF
(248,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E47081; }

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

This text font color is #E47081.


Background Color

.myBgColor { background-color: #E47081; }

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

This div background color is #E47081.


Border color

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

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

This div border color is #E47081.


Opacity

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

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

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

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

This text has shadow with #E47081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E47081 on black background.


Color preview on white background

This text has color #E47081 on white background.



Black color preview on #E47081 background

This text has black color on #E47081 background.


White color preview on #E47081 background

This text has white color on #E47081 background.