COLOR #E56E7F

HEX: #E56E7F
RGB: (229,110,127)

Color info

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

RGB color model

#E56E7F color RGB value is (229,110,127).

  • red value is 229;
  • green value is 110;
  • blue value is 127.
RGB:
(229,110,127)
(90%,43%,50%)

RGB channels and saturation

R 229 of 255 = 90%
G 110 of 255 = 43%
B 127 of 255 = 50%

229
110
127

R + G + B ~ 61%. #E56E7F is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 110 + 127 = 466 (100%)
R 229 of 466 ~ 49.14%
G 110 of 466 ~ 23.61%
B 127 of 466 ~ 27.25%

%49.14
%23.61
%27.25

CMYK color model

#E56E7F color CMYK value is (0,52,45,10).

  • cyan value is 0.00%
  • magenta value is 51.97%
  • yellow value is 44.54%
  • key color value is 10.20%
CMYK:
(0,52,45,10)
C0M52Y45K10 
(0%,52%,45%,10%)
(0.00/0.52/0.45/0.10)	

CMYK percentages

%0
%51.97
%44.54
%10.2

Codes

Color #E56E7F in popluar color models

E56E7F
RGB229110127
HSL351°69.59%66.47%
HSB/HSV351°51.97%89.80%
CMYK0.00%51.97%44.54%
10.20%

Color #E56E7F in popluar number systems.

HEXE56E7F
Decimal229110127
Binary1110010111011101111111
Octal345156177

Shades and tints

Shades of #E56E7F

#E56E7F
(229,110,127)
#D16474
(209,100,116)
#BD5A69
(189,90,105)
#A9505E
(169,80,94)
#954653
(149,70,83)
#813C48
(129,60,72)
#6D323D
(109,50,61)
#592832
(89,40,50)
#451E27
(69,30,39)
#31141C
(49,20,28)
#1D0A11
(29,10,17)
#000000
(0,0,0)

Tints of #E56E7F

#E56E7F
(229,110,127)
#E77B8A
(231,123,138)
#E98895
(233,136,149)
#EB95A0
(235,149,160)
#EDA2AB
(237,162,171)
#EFAFB6
(239,175,182)
#F1BCC1
(241,188,193)
#F3C9CC
(243,201,204)
#F5D6D7
(245,214,215)
#F7E3E2
(247,227,226)
#F9F0ED
(249,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E56E7F; }

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

This text font color is #E56E7F.


Background Color

.myBgColor { background-color: #E56E7F; }

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

This div background color is #E56E7F.


Border color

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

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

This div border color is #E56E7F.


Opacity

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

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

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

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

This text has shadow with #E56E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E56E7F on black background.


Color preview on white background

This text has color #E56E7F on white background.



Black color preview on #E56E7F background

This text has black color on #E56E7F background.


White color preview on #E56E7F background

This text has white color on #E56E7F background.