COLOR #E56E71

HEX: #E56E71 RGB: (229,110,113)

Color info

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

RGB color model

#E56E71 color RGB value is (229,110,113).

RGB: (229,110,113) (90%, 43%, 44%)

RGB channels and saturation

R 229 of 255 = 90%
G 110 of 255 = 43%
B 113 of 255 = 44%

229
110
113

R + G + B ~ 59%. #E56E71 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 229 + 110 + 113 = 452 (100%)
R 229 of 452 ~ 50.66%
G 110 of 452 ~ 24.34%
B 113 of 452 ~ 25'%

%50.66
%24.34
%25

CMYK color model

#E56E71 color CMYK value is (0,52,51,10).

  • cyan value is 0.00%
  • magenta value is 51.97%
  • yellow value is 50.66%
  • key color value is 10.20%

CMYK: (0,52,51,10)
C0M52Y51K10 (0%, 52%, 51%, 10%)
(0.00 / 0.52 / 0.51 / 0.10)

CMYK percentages

%0
%51.97
%50.66
%10.2

Codes

Color #E56E71 in popluar color models

E5 6E 71
RGB 229 110 113
HSL 358° 69.59% 66.47%
HSB/HSV 358° 51.97% 89.80%
CMYK 0.00% 51.97% 50.66%
10.20%

Color #E56E71 in popluar number systems.

HEX E5 6E 71
Decimal 229 110 113
Binary 11100101 1101110 1110001
Octal 345 156 161

Shades and tints

Shades of #E56E71

#E56E71
(229,110,113)
#D16467
(209,100,103)
#BD5A5D
(189,90,93)
#A95053
(169,80,83)
#954649
(149,70,73)
#813C3F
(129,60,63)
#6D3235
(109,50,53)
#59282B
(89,40,43)
#451E21
(69,30,33)
#311417
(49,20,23)
#1D0A0D
(29,10,13)
#000000
(0,0,0)

Tints of #E56E71

#E56E71
(229,110,113)
#E77B7D
(231,123,125)
#E98889
(233,136,137)
#EB9595
(235,149,149)
#EDA2A1
(237,162,161)
#EFAFAD
(239,175,173)
#F1BCB9
(241,188,185)
#F3C9C5
(243,201,197)
#F5D6D1
(245,214,209)
#F7E3DD
(247,227,221)
#F9F0E9
(249,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E56E71 color. Also use rgb(229,110,113) instead hex code.

Text Font Color

.myTextColor { color: #E56E71; }

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

This text font color is #E56E71.

Background Color

.myBgColor { background-color: #E56E71; }

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

This div background color is #E56E71.

Border color

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

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

This div border color is #E56E71.

Opacity

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

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

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

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

This text has shadow with #E56E71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E56E71.

Preview

Color preview on black background

This text has color #E56E71 on black background.


Color preview on white background

This text has color #E56E71 on white background.


Black color preview on #E56E71 background

This text has black color on #E56E71 background.


White color preview on #E56E71 background

This text has white color on #E56E71 background.


Related colors

Complementary color

Complementary color for #hex is #1A918E.


I love getcolorcode.com

Triadic colors

1 #71E56E and #6E71E5 with #E56E71 are triadic colors.

2 #716EE5 and #6EE571 with #E56E71 are triadic colors.