COLOR #E57E9D

HEX: #E57E9D
RGB: (229,126,157)

Color info

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

RGB color model

#E57E9D color RGB value is (229,126,157).

  • red value is 229;
  • green value is 126;
  • blue value is 157.
RGB:
(229,126,157)
(90%,49%,62%)

RGB channels and saturation

R 229 of 255 = 90%
G 126 of 255 = 49%
B 157 of 255 = 62%

229
126
157

R + G + B ~ 67%. #E57E9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 126 + 157 = 512 (100%)
R 229 of 512 ~ 44.73%
G 126 of 512 ~ 24.61%
B 157 of 512 ~ 30.66%

%44.73
%24.61
%30.66

CMYK color model

#E57E9D color CMYK value is (0,45,31,10).

  • cyan value is 0.00%
  • magenta value is 44.98%
  • yellow value is 31.44%
  • key color value is 10.20%
CMYK:
(0,45,31,10)
C0M45Y31K10 
(0%,45%,31%,10%)
(0.00/0.45/0.31/0.10)	

CMYK percentages

%0
%44.98
%31.44
%10.2

Codes

Color #E57E9D in popluar color models

E57E9D
RGB229126157
HSL342°66.45%69.61%
HSB/HSV342°44.98%89.80%
CMYK0.00%44.98%31.44%
10.20%

Color #E57E9D in popluar number systems.

HEXE57E9D
Decimal229126157
Binary11100101111111010011101
Octal345176235

Shades and tints

Shades of #E57E9D

#E57E9D
(229,126,157)
#D1738F
(209,115,143)
#BD6881
(189,104,129)
#A95D73
(169,93,115)
#955265
(149,82,101)
#814757
(129,71,87)
#6D3C49
(109,60,73)
#59313B
(89,49,59)
#45262D
(69,38,45)
#311B1F
(49,27,31)
#1D1011
(29,16,17)
#000000
(0,0,0)

Tints of #E57E9D

#E57E9D
(229,126,157)
#E789A5
(231,137,165)
#E994AD
(233,148,173)
#EB9FB5
(235,159,181)
#EDAABD
(237,170,189)
#EFB5C5
(239,181,197)
#F1C0CD
(241,192,205)
#F3CBD5
(243,203,213)
#F5D6DD
(245,214,221)
#F7E1E5
(247,225,229)
#F9ECED
(249,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E57E9D color. Also use rgb(229,126,157) instead hex code.

Text Font Color

.myTextColor { color: #E57E9D; }

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

This text font color is #E57E9D.


Background Color

.myBgColor { background-color: #E57E9D; }

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

This div background color is #E57E9D.


Border color

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

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

This div border color is #E57E9D.


Opacity

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

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

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

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

This text has shadow with #E57E9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E57E9D on black background.


Color preview on white background

This text has color #E57E9D on white background.



Black color preview on #E57E9D background

This text has black color on #E57E9D background.


White color preview on #E57E9D background

This text has white color on #E57E9D background.