COLOR #E56760

HEX: #E56760
RGB: (229,103,96)

Color info

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

RGB color model

#E56760 color RGB value is (229,103,96).

  • red value is 229;
  • green value is 103;
  • blue value is 96.
RGB:
(229,103,96)
(90%,40%,38%)

RGB channels and saturation

R 229 of 255 = 90%
G 103 of 255 = 40%
B 96 of 255 = 38%

229
103
96

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

Portions of RGB colors in percentages

R + G + B =
229 + 103 + 96 = 428 (100%)
R 229 of 428 ~ 53.5%
G 103 of 428 ~ 24.07%
B 96 of 428 ~ 22.43%

%53.5
%24.07
%22.43

CMYK color model

#E56760 color CMYK value is (0,55,58,10).

  • cyan value is 0.00%
  • magenta value is 55.02%
  • yellow value is 58.08%
  • key color value is 10.20%
CMYK:
(0,55,58,10)
C0M55Y58K10 
(0%,55%,58%,10%)
(0.00/0.55/0.58/0.10)	

CMYK percentages

%0
%55.02
%58.08
%10.2

Codes

Color #E56760 in popluar color models

E56760
RGB22910396
HSL71.89%63.73%
HSB/HSV58.08%89.80%
CMYK0.00%55.02%58.08%
10.20%

Color #E56760 in popluar number systems.

HEXE56760
Decimal22910396
Binary1110010111001111100000
Octal345147140

Shades and tints

Shades of #E56760

#E56760
(229,103,96)
#D15E58
(209,94,88)
#BD5550
(189,85,80)
#A94C48
(169,76,72)
#954340
(149,67,64)
#813A38
(129,58,56)
#6D3130
(109,49,48)
#592828
(89,40,40)
#451F20
(69,31,32)
#311618
(49,22,24)
#1D0D10
(29,13,16)
#000000
(0,0,0)

Tints of #E56760

#E56760
(229,103,96)
#E7746E
(231,116,110)
#E9817C
(233,129,124)
#EB8E8A
(235,142,138)
#ED9B98
(237,155,152)
#EFA8A6
(239,168,166)
#F1B5B4
(241,181,180)
#F3C2C2
(243,194,194)
#F5CFD0
(245,207,208)
#F7DCDE
(247,220,222)
#F9E9EC
(249,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E56760; }

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

This text font color is #E56760.


Background Color

.myBgColor { background-color: #E56760; }

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

This div background color is #E56760.


Border color

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

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

This div border color is #E56760.


Opacity

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

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

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

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

This text has shadow with #E56760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E56760 on black background.


Color preview on white background

This text has color #E56760 on white background.



Black color preview on #E56760 background

This text has black color on #E56760 background.


White color preview on #E56760 background

This text has white color on #E56760 background.