COLOR #E57991

HEX: #E57991
RGB: (229,121,145)

Color info

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

RGB color model

#E57991 color RGB value is (229,121,145).

  • red value is 229;
  • green value is 121;
  • blue value is 145.
RGB:
(229,121,145)
(90%,47%,57%)

RGB channels and saturation

R 229 of 255 = 90%
G 121 of 255 = 47%
B 145 of 255 = 57%

229
121
145

R + G + B ~ 65%. #E57991 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 121 + 145 = 495 (100%)
R 229 of 495 ~ 46.26%
G 121 of 495 ~ 24.44%
B 145 of 495 ~ 29.29%

%46.26
%24.44
%29.29

CMYK color model

#E57991 color CMYK value is (0,47,37,10).

  • cyan value is 0.00%
  • magenta value is 47.16%
  • yellow value is 36.68%
  • key color value is 10.20%
CMYK:
(0,47,37,10)
C0M47Y37K10 
(0%,47%,37%,10%)
(0.00/0.47/0.37/0.10)	

CMYK percentages

%0
%47.16
%36.68
%10.2

Codes

Color #E57991 in popluar color models

E57991
RGB229121145
HSL347°67.50%68.63%
HSB/HSV347°47.16%89.80%
CMYK0.00%47.16%36.68%
10.20%

Color #E57991 in popluar number systems.

HEXE57991
Decimal229121145
Binary11100101111100110010001
Octal345171221

Shades and tints

Shades of #E57991

#E57991
(229,121,145)
#D16E84
(209,110,132)
#BD6377
(189,99,119)
#A9586A
(169,88,106)
#954D5D
(149,77,93)
#814250
(129,66,80)
#6D3743
(109,55,67)
#592C36
(89,44,54)
#452129
(69,33,41)
#31161C
(49,22,28)
#1D0B0F
(29,11,15)
#000000
(0,0,0)

Tints of #E57991

#E57991
(229,121,145)
#E7859B
(231,133,155)
#E991A5
(233,145,165)
#EB9DAF
(235,157,175)
#EDA9B9
(237,169,185)
#EFB5C3
(239,181,195)
#F1C1CD
(241,193,205)
#F3CDD7
(243,205,215)
#F5D9E1
(245,217,225)
#F7E5EB
(247,229,235)
#F9F1F5
(249,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E57991 color. Also use rgb(229,121,145) instead hex code.

Text Font Color

.myTextColor { color: #E57991; }

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

This text font color is #E57991.


Background Color

.myBgColor { background-color: #E57991; }

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

This div background color is #E57991.


Border color

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

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

This div border color is #E57991.


Opacity

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

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

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

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

This text has shadow with #E57991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E57991 on black background.


Color preview on white background

This text has color #E57991 on white background.



Black color preview on #E57991 background

This text has black color on #E57991 background.


White color preview on #E57991 background

This text has white color on #E57991 background.