COLOR #E57CA0

HEX: #E57CA0 RGB: (229,124,160)

Color info

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

RGB color model

#E57CA0 color RGB value is (229,124,160).

RGB: (229,124,160) (90%, 49%, 63%)

RGB channels and saturation

R 229 of 255 = 90%
G 124 of 255 = 49%
B 160 of 255 = 63%

229
124
160

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

Portions of RGB colors in percentages

R + G + B = 229 + 124 + 160 = 513 (100%)
R 229 of 513 ~ 44.64%
G 124 of 513 ~ 24.17%
B 160 of 513 ~ 31.19'%

%44.64
%24.17
%31.19

CMYK color model

#E57CA0 color CMYK value is (0,46,30,10).

  • cyan value is 0.00%
  • magenta value is 45.85%
  • yellow value is 30.13%
  • key color value is 10.20%

CMYK: (0,46,30,10)
C0M46Y30K10 (0%, 46%, 30%, 10%)
(0.00 / 0.46 / 0.30 / 0.10)

CMYK percentages

%0
%45.85
%30.13
%10.2

Codes

Color #E57CA0 in popluar color models

E5 7C A0
RGB 229 124 160
HSL 339° 66.88% 69.22%
HSB/HSV 339° 45.85% 89.80%
CMYK 0.00% 45.85% 30.13%
10.20%

Color #E57CA0 in popluar number systems.

HEX E5 7C A0
Decimal 229 124 160
Binary 11100101 1111100 10100000
Octal 345 174 240

Shades and tints

Shades of #E57CA0

#E57CA0
(229,124,160)
#D17192
(209,113,146)
#BD6684
(189,102,132)
#A95B76
(169,91,118)
#955068
(149,80,104)
#81455A
(129,69,90)
#6D3A4C
(109,58,76)
#592F3E
(89,47,62)
#452430
(69,36,48)
#311922
(49,25,34)
#1D0E14
(29,14,20)
#000000
(0,0,0)

Tints of #E57CA0

#E57CA0
(229,124,160)
#E787A8
(231,135,168)
#E992B0
(233,146,176)
#EB9DB8
(235,157,184)
#EDA8C0
(237,168,192)
#EFB3C8
(239,179,200)
#F1BED0
(241,190,208)
#F3C9D8
(243,201,216)
#F5D4E0
(245,212,224)
#F7DFE8
(247,223,232)
#F9EAF0
(249,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E57CA0 color. Also use rgb(229,124,160) instead hex code.

Text Font Color

.myTextColor { color: #E57CA0; }

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

This text font color is #E57CA0.

Background Color

.myBgColor { background-color: #E57CA0; }

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

This div background color is #E57CA0.

Border color

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

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

This div border color is #E57CA0.

Opacity

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

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

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

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

This text has shadow with #E57CA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E57CA0.

Preview

Color preview on black background

This text has color #E57CA0 on black background.


Color preview on white background

This text has color #E57CA0 on white background.


Black color preview on #E57CA0 background

This text has black color on #E57CA0 background.


White color preview on #E57CA0 background

This text has white color on #E57CA0 background.


Related colors

Complementary color

Complementary color for #hex is #1A835F.


I love getcolorcode.com

Triadic colors

1 #A0E57C and #7CA0E5 with #E57CA0 are triadic colors.

2 #A07CE5 and #7CE5A0 with #E57CA0 are triadic colors.