COLOR #E56C9F

HEX: #E56C9F
RGB: (229,108,159)

Color info

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

RGB color model

#E56C9F color RGB value is (229,108,159).

  • red value is 229;
  • green value is 108;
  • blue value is 159.
RGB:
(229,108,159)
(90%,42%,62%)

RGB channels and saturation

R 229 of 255 = 90%
G 108 of 255 = 42%
B 159 of 255 = 62%

229
108
159

R + G + B ~ 65%. #E56C9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 108 + 159 = 496 (100%)
R 229 of 496 ~ 46.17%
G 108 of 496 ~ 21.77%
B 159 of 496 ~ 32.06%

%46.17
%21.77
%32.06

CMYK color model

#E56C9F color CMYK value is (0,53,31,10).

  • cyan value is 0.00%
  • magenta value is 52.84%
  • yellow value is 30.57%
  • key color value is 10.20%
CMYK:
(0,53,31,10)
C0M53Y31K10 
(0%,53%,31%,10%)
(0.00/0.53/0.31/0.10)	

CMYK percentages

%0
%52.84
%30.57
%10.2

Codes

Color #E56C9F in popluar color models

E56C9F
RGB229108159
HSL335°69.94%66.08%
HSB/HSV335°52.84%89.80%
CMYK0.00%52.84%30.57%
10.20%

Color #E56C9F in popluar number systems.

HEXE56C9F
Decimal229108159
Binary11100101110110010011111
Octal345154237

Shades and tints

Shades of #E56C9F

#E56C9F
(229,108,159)
#D16391
(209,99,145)
#BD5A83
(189,90,131)
#A95175
(169,81,117)
#954867
(149,72,103)
#813F59
(129,63,89)
#6D364B
(109,54,75)
#592D3D
(89,45,61)
#45242F
(69,36,47)
#311B21
(49,27,33)
#1D1213
(29,18,19)
#000000
(0,0,0)

Tints of #E56C9F

#E56C9F
(229,108,159)
#E779A7
(231,121,167)
#E986AF
(233,134,175)
#EB93B7
(235,147,183)
#EDA0BF
(237,160,191)
#EFADC7
(239,173,199)
#F1BACF
(241,186,207)
#F3C7D7
(243,199,215)
#F5D4DF
(245,212,223)
#F7E1E7
(247,225,231)
#F9EEEF
(249,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E56C9F color. Also use rgb(229,108,159) instead hex code.

Text Font Color

.myTextColor { color: #E56C9F; }

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

This text font color is #E56C9F.


Background Color

.myBgColor { background-color: #E56C9F; }

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

This div background color is #E56C9F.


Border color

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

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

This div border color is #E56C9F.


Opacity

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

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

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

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

This text has shadow with #E56C9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E56C9F on black background.


Color preview on white background

This text has color #E56C9F on white background.



Black color preview on #E56C9F background

This text has black color on #E56C9F background.


White color preview on #E56C9F background

This text has white color on #E56C9F background.