COLOR #E56D6D

HEX: #E56D6D
RGB: (229,109,109)

Color info

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

RGB color model

#E56D6D color RGB value is (229,109,109).

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

RGB channels and saturation

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

229
109
109

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

Portions of RGB colors in percentages

R + G + B =
229 + 109 + 109 = 447 (100%)
R 229 of 447 ~ 51.23%
G 109 of 447 ~ 24.38%
B 109 of 447 ~ 24.38%

%51.23
%24.38
%24.38

CMYK color model

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

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

CMYK percentages

%0
%52.4
%52.4
%10.2

Codes

Color #E56D6D in popluar color models

E56D6D
RGB229109109
HSL69.77%66.27%
HSB/HSV52.40%89.80%
CMYK0.00%52.40%52.40%
10.20%

Color #E56D6D in popluar number systems.

HEXE56D6D
Decimal229109109
Binary1110010111011011101101
Octal345155155

Shades and tints

Shades of #E56D6D

#E56D6D
(229,109,109)
#D16464
(209,100,100)
#BD5B5B
(189,91,91)
#A95252
(169,82,82)
#954949
(149,73,73)
#814040
(129,64,64)
#6D3737
(109,55,55)
#592E2E
(89,46,46)
#452525
(69,37,37)
#311C1C
(49,28,28)
#1D1313
(29,19,19)
#000000
(0,0,0)

Tints of #E56D6D

#E56D6D
(229,109,109)
#E77A7A
(231,122,122)
#E98787
(233,135,135)
#EB9494
(235,148,148)
#EDA1A1
(237,161,161)
#EFAEAE
(239,174,174)
#F1BBBB
(241,187,187)
#F3C8C8
(243,200,200)
#F5D5D5
(245,213,213)
#F7E2E2
(247,226,226)
#F9EFEF
(249,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E56D6D; }

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

This text font color is #E56D6D.


Background Color

.myBgColor { background-color: #E56D6D; }

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

This div background color is #E56D6D.


Border color

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

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

This div border color is #E56D6D.


Opacity

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

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

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

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

This text has shadow with #E56D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E56D6D on black background.


Color preview on white background

This text has color #E56D6D on white background.



Black color preview on #E56D6D background

This text has black color on #E56D6D background.


White color preview on #E56D6D background

This text has white color on #E56D6D background.