COLOR #E57DA1

HEX: #E57DA1
RGB: (229,125,161)

Color info

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

RGB color model

#E57DA1 color RGB value is (229,125,161).

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

RGB channels and saturation

R 229 of 255 = 90%
G 125 of 255 = 49%
B 161 of 255 = 63%

229
125
161

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

Portions of RGB colors in percentages

R + G + B =
229 + 125 + 161 = 515 (100%)
R 229 of 515 ~ 44.47%
G 125 of 515 ~ 24.27%
B 161 of 515 ~ 31.26%

%44.47
%24.27
%31.26

CMYK color model

#E57DA1 color CMYK value is (0,45,30,10).

  • cyan value is 0.00%
  • magenta value is 45.41%
  • yellow value is 29.69%
  • key color value is 10.20%
CMYK:
(0,45,30,10)
C0M45Y30K10 
(0%,45%,30%,10%)
(0.00/0.45/0.30/0.10)	

CMYK percentages

%0
%45.41
%29.69
%10.2

Codes

Color #E57DA1 in popluar color models

E57DA1
RGB229125161
HSL339°66.67%69.41%
HSB/HSV339°45.41%89.80%
CMYK0.00%45.41%29.69%
10.20%

Color #E57DA1 in popluar number systems.

HEXE57DA1
Decimal229125161
Binary11100101111110110100001
Octal345175241

Shades and tints

Shades of #E57DA1

#E57DA1
(229,125,161)
#D17293
(209,114,147)
#BD6785
(189,103,133)
#A95C77
(169,92,119)
#955169
(149,81,105)
#81465B
(129,70,91)
#6D3B4D
(109,59,77)
#59303F
(89,48,63)
#452531
(69,37,49)
#311A23
(49,26,35)
#1D0F15
(29,15,21)
#000000
(0,0,0)

Tints of #E57DA1

#E57DA1
(229,125,161)
#E788A9
(231,136,169)
#E993B1
(233,147,177)
#EB9EB9
(235,158,185)
#EDA9C1
(237,169,193)
#EFB4C9
(239,180,201)
#F1BFD1
(241,191,209)
#F3CAD9
(243,202,217)
#F5D5E1
(245,213,225)
#F7E0E9
(247,224,233)
#F9EBF1
(249,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E57DA1; }

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

This text font color is #E57DA1.


Background Color

.myBgColor { background-color: #E57DA1; }

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

This div background color is #E57DA1.


Border color

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

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

This div border color is #E57DA1.


Opacity

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

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

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

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

This text has shadow with #E57DA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E57DA1 on black background.


Color preview on white background

This text has color #E57DA1 on white background.



Black color preview on #E57DA1 background

This text has black color on #E57DA1 background.


White color preview on #E57DA1 background

This text has white color on #E57DA1 background.