COLOR #E47791

HEX: #E47791
RGB: (228,119,145)

Color info

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

RGB color model

#E47791 color RGB value is (228,119,145).

  • red value is 228;
  • green value is 119;
  • blue value is 145.
RGB:
(228,119,145)
(89%,47%,57%)

RGB channels and saturation

R 228 of 255 = 89%
G 119 of 255 = 47%
B 145 of 255 = 57%

228
119
145

R + G + B ~ 64%. #E47791 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 119 + 145 = 492 (100%)
R 228 of 492 ~ 46.34%
G 119 of 492 ~ 24.19%
B 145 of 492 ~ 29.47%

%46.34
%24.19
%29.47

CMYK color model

#E47791 color CMYK value is (0,48,36,11).

  • cyan value is 0.00%
  • magenta value is 47.81%
  • yellow value is 36.40%
  • key color value is 10.59%
CMYK:
(0,48,36,11)
C0M48Y36K11 
(0%,48%,36%,11%)
(0.00/0.48/0.36/0.11)	

CMYK percentages

%0
%47.81
%36.4
%10.59

Codes

Color #E47791 in popluar color models

E47791
RGB228119145
HSL346°66.87%68.04%
HSB/HSV346°47.81%89.41%
CMYK0.00%47.81%36.40%
10.59%

Color #E47791 in popluar number systems.

HEXE47791
Decimal228119145
Binary11100100111011110010001
Octal344167221

Shades and tints

Shades of #E47791

#E47791
(228,119,145)
#D06D84
(208,109,132)
#BC6377
(188,99,119)
#A8596A
(168,89,106)
#944F5D
(148,79,93)
#804550
(128,69,80)
#6C3B43
(108,59,67)
#583136
(88,49,54)
#442729
(68,39,41)
#301D1C
(48,29,28)
#1C130F
(28,19,15)
#000000
(0,0,0)

Tints of #E47791

#E47791
(228,119,145)
#E6839B
(230,131,155)
#E88FA5
(232,143,165)
#EA9BAF
(234,155,175)
#ECA7B9
(236,167,185)
#EEB3C3
(238,179,195)
#F0BFCD
(240,191,205)
#F2CBD7
(242,203,215)
#F4D7E1
(244,215,225)
#F6E3EB
(246,227,235)
#F8EFF5
(248,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E47791 color. Also use rgb(228,119,145) instead hex code.

Text Font Color

.myTextColor { color: #E47791; }

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

This text font color is #E47791.


Background Color

.myBgColor { background-color: #E47791; }

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

This div background color is #E47791.


Border color

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

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

This div border color is #E47791.


Opacity

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

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

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

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

This text has shadow with #E47791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E47791 on black background.


Color preview on white background

This text has color #E47791 on white background.



Black color preview on #E47791 background

This text has black color on #E47791 background.


White color preview on #E47791 background

This text has white color on #E47791 background.