COLOR #E56655

HEX: #E56655
RGB: (229,102,85)

Color info

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

RGB color model

#E56655 color RGB value is (229,102,85).

  • red value is 229;
  • green value is 102;
  • blue value is 85.
RGB:
(229,102,85)
(90%,40%,33%)

RGB channels and saturation

R 229 of 255 = 90%
G 102 of 255 = 40%
B 85 of 255 = 33%

229
102
85

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

Portions of RGB colors in percentages

R + G + B =
229 + 102 + 85 = 416 (100%)
R 229 of 416 ~ 55.05%
G 102 of 416 ~ 24.52%
B 85 of 416 ~ 20.43%

%55.05
%24.52
%20.43

CMYK color model

#E56655 color CMYK value is (0,55,63,10).

  • cyan value is 0.00%
  • magenta value is 55.46%
  • yellow value is 62.88%
  • key color value is 10.20%
CMYK:
(0,55,63,10)
C0M55Y63K10 
(0%,55%,63%,10%)
(0.00/0.55/0.63/0.10)	

CMYK percentages

%0
%55.46
%62.88
%10.2

Codes

Color #E56655 in popluar color models

E56655
RGB22910285
HSL73.47%61.57%
HSB/HSV62.88%89.80%
CMYK0.00%55.46%62.88%
10.20%

Color #E56655 in popluar number systems.

HEXE56655
Decimal22910285
Binary1110010111001101010101
Octal345146125

Shades and tints

Shades of #E56655

#E56655
(229,102,85)
#D15D4E
(209,93,78)
#BD5447
(189,84,71)
#A94B40
(169,75,64)
#954239
(149,66,57)
#813932
(129,57,50)
#6D302B
(109,48,43)
#592724
(89,39,36)
#451E1D
(69,30,29)
#311516
(49,21,22)
#1D0C0F
(29,12,15)
#000000
(0,0,0)

Tints of #E56655

#E56655
(229,102,85)
#E77364
(231,115,100)
#E98073
(233,128,115)
#EB8D82
(235,141,130)
#ED9A91
(237,154,145)
#EFA7A0
(239,167,160)
#F1B4AF
(241,180,175)
#F3C1BE
(243,193,190)
#F5CECD
(245,206,205)
#F7DBDC
(247,219,220)
#F9E8EB
(249,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E56655; }

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

This text font color is #E56655.


Background Color

.myBgColor { background-color: #E56655; }

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

This div background color is #E56655.


Border color

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

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

This div border color is #E56655.


Opacity

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

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

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

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

This text has shadow with #E56655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E56655 on black background.


Color preview on white background

This text has color #E56655 on white background.



Black color preview on #E56655 background

This text has black color on #E56655 background.


White color preview on #E56655 background

This text has white color on #E56655 background.