COLOR #E57D9F

HEX: #E57D9F
RGB: (229,125,159)

Color info

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

RGB color model

#E57D9F color RGB value is (229,125,159).

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

RGB channels and saturation

R 229 of 255 = 90%
G 125 of 255 = 49%
B 159 of 255 = 62%

229
125
159

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

Portions of RGB colors in percentages

R + G + B =
229 + 125 + 159 = 513 (100%)
R 229 of 513 ~ 44.64%
G 125 of 513 ~ 24.37%
B 159 of 513 ~ 30.99%

%44.64
%24.37
%30.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 45.41%
  • yellow value is 30.57%
  • 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
%45.41
%30.57
%10.2

Codes

Color #E57D9F in popluar color models

E57D9F
RGB229125159
HSL340°66.67%69.41%
HSB/HSV340°45.41%89.80%
CMYK0.00%45.41%30.57%
10.20%

Color #E57D9F in popluar number systems.

HEXE57D9F
Decimal229125159
Binary11100101111110110011111
Octal345175237

Shades and tints

Shades of #E57D9F

#E57D9F
(229,125,159)
#D17291
(209,114,145)
#BD6783
(189,103,131)
#A95C75
(169,92,117)
#955167
(149,81,103)
#814659
(129,70,89)
#6D3B4B
(109,59,75)
#59303D
(89,48,61)
#45252F
(69,37,47)
#311A21
(49,26,33)
#1D0F13
(29,15,19)
#000000
(0,0,0)

Tints of #E57D9F

#E57D9F
(229,125,159)
#E788A7
(231,136,167)
#E993AF
(233,147,175)
#EB9EB7
(235,158,183)
#EDA9BF
(237,169,191)
#EFB4C7
(239,180,199)
#F1BFCF
(241,191,207)
#F3CAD7
(243,202,215)
#F5D5DF
(245,213,223)
#F7E0E7
(247,224,231)
#F9EBEF
(249,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E57D9F color. Also use rgb(229,125,159) instead hex code.

Text Font Color

.myTextColor { color: #E57D9F; }

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

This text font color is #E57D9F.


Background Color

.myBgColor { background-color: #E57D9F; }

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

This div background color is #E57D9F.


Border color

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

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

This div border color is #E57D9F.


Opacity

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

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

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

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

This text has shadow with #E57D9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E57D9F on black background.


Color preview on white background

This text has color #E57D9F on white background.



Black color preview on #E57D9F background

This text has black color on #E57D9F background.


White color preview on #E57D9F background

This text has white color on #E57D9F background.