COLOR #E57E79

HEX: #E57E79 RGB: (229,126,121)

Color info

#E57E79 contains mainly red color. Web safe color of #E57E79 is #CC6666 (or #C66).

RGB color model

#E57E79 color RGB value is (229,126,121).

RGB: (229,126,121) (90%, 49%, 47%)

RGB channels and saturation

R 229 of 255 = 90%
G 126 of 255 = 49%
B 121 of 255 = 47%

229
126
121

R + G + B ~ 62%. #E57E79 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 126 + 121 = 476 (100%)
R 229 of 476 ~ 48.11%
G 126 of 476 ~ 26.47%
B 121 of 476 ~ 25.42'%

%48.11
%26.47
%25.42

CMYK color model

#E57E79 color CMYK value is (0,45,47,10).

  • cyan value is 0.00%
  • magenta value is 44.98%
  • yellow value is 47.16%
  • key color value is 10.20%

CMYK: (0,45,47,10)
C0M45Y47K10 (0%, 45%, 47%, 10%)
(0.00 / 0.45 / 0.47 / 0.10)

CMYK percentages

%0
%44.98
%47.16
%10.2

Codes

Color #E57E79 in popluar color models

E5 7E 79
RGB 229 126 121
HSL 67.50% 68.63%
HSB/HSV 47.16% 89.80%
CMYK 0.00% 44.98% 47.16%
10.20%

Color #E57E79 in popluar number systems.

HEX E5 7E 79
Decimal 229 126 121
Binary 11100101 1111110 1111001
Octal 345 176 171

Shades and tints

Shades of #E57E79

#E57E79
(229,126,121)
#D1736E
(209,115,110)
#BD6863
(189,104,99)
#A95D58
(169,93,88)
#95524D
(149,82,77)
#814742
(129,71,66)
#6D3C37
(109,60,55)
#59312C
(89,49,44)
#452621
(69,38,33)
#311B16
(49,27,22)
#1D100B
(29,16,11)
#000000
(0,0,0)

Tints of #E57E79

#E57E79
(229,126,121)
#E78985
(231,137,133)
#E99491
(233,148,145)
#EB9F9D
(235,159,157)
#EDAAA9
(237,170,169)
#EFB5B5
(239,181,181)
#F1C0C1
(241,192,193)
#F3CBCD
(243,203,205)
#F5D6D9
(245,214,217)
#F7E1E5
(247,225,229)
#F9ECF1
(249,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E57E79; }

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

This text font color is #E57E79.

Background Color

.myBgColor { background-color: #E57E79; }

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

This div background color is #E57E79.

Border color

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

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

This div border color is #E57E79.

Opacity

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

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

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

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

This text has shadow with #E57E79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E57E79.

Preview

Color preview on black background

This text has color #E57E79 on black background.


Color preview on white background

This text has color #E57E79 on white background.


Black color preview on #E57E79 background

This text has black color on #E57E79 background.


White color preview on #E57E79 background

This text has white color on #E57E79 background.


Related colors

Complementary color

Complementary color for #E57E79 is #1A8186.


I love getcolorcode.com

Triadic colors

1 #79E57E and #7E79E5 with #E57E79 are triadic colors.

2 #797EE5 and #7EE579 with #E57E79 are triadic colors.