COLOR #E56D93

HEX: #E56D93 RGB: (229,109,147)

Color info

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

RGB color model

#E56D93 color RGB value is (229,109,147).

RGB: (229,109,147) (90%, 43%, 58%)

RGB channels and saturation

R 229 of 255 = 90%
G 109 of 255 = 43%
B 147 of 255 = 58%

229
109
147

R + G + B ~ 64%. #E56D93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 109 + 147 = 485 (100%)
R 229 of 485 ~ 47.22%
G 109 of 485 ~ 22.47%
B 147 of 485 ~ 30.31'%

%47.22
%22.47
%30.31

CMYK color model

#E56D93 color CMYK value is (0,52,36,10).

  • cyan value is 0.00%
  • magenta value is 52.40%
  • yellow value is 35.81%
  • key color value is 10.20%
CMYK: (0,52,36,10) C0M52Y36K10 (0%,52%,36%,10%) (0.00/0.52/0.36/0.10) 

CMYK percentages

%0
%52.4
%35.81
%10.2

Codes

Color #E56D93 in popluar color models

E5 6D 93
RGB 229 109 147
HSL 341° 69.77% 66.27%
HSB/HSV 341° 52.40% 89.80%
CMYK 0.00% 52.40% 35.81%
10.20%

Color #E56D93 in popluar number systems.

HEX E5 6D 93
Decimal 229 109 147
Binary 11100101 1101101 10010011
Octal 345 155 223

Shades and tints

Shades of #E56D93

#E56D93
(229,109,147)
#D16486
(209,100,134)
#BD5B79
(189,91,121)
#A9526C
(169,82,108)
#95495F
(149,73,95)
#814052
(129,64,82)
#6D3745
(109,55,69)
#592E38
(89,46,56)
#45252B
(69,37,43)
#311C1E
(49,28,30)
#1D1311
(29,19,17)
#000000
(0,0,0)

Tints of #E56D93

#E56D93
(229,109,147)
#E77A9C
(231,122,156)
#E987A5
(233,135,165)
#EB94AE
(235,148,174)
#EDA1B7
(237,161,183)
#EFAEC0
(239,174,192)
#F1BBC9
(241,187,201)
#F3C8D2
(243,200,210)
#F5D5DB
(245,213,219)
#F7E2E4
(247,226,228)
#F9EFED
(249,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E56D93 color. Also use rgb(229,109,147) instead hex code.

Text Font Color

.myTextColor { color: #E56D93; }

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

This text font color is #E56D93.

Background Color

.myBgColor { background-color: #E56D93; }

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

This div background color is #E56D93.

Border color

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

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

This div border color is #E56D93.

Opacity

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

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

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

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

This text has shadow with #E56D93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E56D93.

Preview

Color preview on black background

This text has color #E56D93 on black background.


Color preview on white background

This text has color #E56D93 on white background.


Black color preview on #E56D93 background

This text has black color on #E56D93 background.


White color preview on #E56D93 background

This text has white color on #E56D93 background.


Related colors

Complementary color

Complementary color for #hex is #1A926C.


I love getcolorcode.com

Triadic colors

1 #93E56D and #6D93E5 with #E56D93 are triadic colors.

2 #936DE5 and #6DE593 with #E56D93 are triadic colors.