COLOR #E56562

HEX: #E56562
RGB: (229,101,98)

Color info

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

RGB color model

#E56562 color RGB value is (229,101,98).

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

RGB channels and saturation

R 229 of 255 = 90%
G 101 of 255 = 40%
B 98 of 255 = 38%

229
101
98

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

Portions of RGB colors in percentages

R + G + B =
229 + 101 + 98 = 428 (100%)
R 229 of 428 ~ 53.5%
G 101 of 428 ~ 23.6%
B 98 of 428 ~ 22.9%

%53.5
%23.6
%22.9

CMYK color model

#E56562 color CMYK value is (0,56,57,10).

  • cyan value is 0.00%
  • magenta value is 55.90%
  • yellow value is 57.21%
  • key color value is 10.20%
CMYK:
(0,56,57,10)
C0M56Y57K10 
(0%,56%,57%,10%)
(0.00/0.56/0.57/0.10)	

CMYK percentages

%0
%55.9
%57.21
%10.2

Codes

Color #E56562 in popluar color models

E56562
RGB22910198
HSL71.58%64.12%
HSB/HSV57.21%89.80%
CMYK0.00%55.90%57.21%
10.20%

Color #E56562 in popluar number systems.

HEXE56562
Decimal22910198
Binary1110010111001011100010
Octal345145142

Shades and tints

Shades of #E56562

#E56562
(229,101,98)
#D15C5A
(209,92,90)
#BD5352
(189,83,82)
#A94A4A
(169,74,74)
#954142
(149,65,66)
#81383A
(129,56,58)
#6D2F32
(109,47,50)
#59262A
(89,38,42)
#451D22
(69,29,34)
#31141A
(49,20,26)
#1D0B12
(29,11,18)
#000000
(0,0,0)

Tints of #E56562

#E56562
(229,101,98)
#E77370
(231,115,112)
#E9817E
(233,129,126)
#EB8F8C
(235,143,140)
#ED9D9A
(237,157,154)
#EFABA8
(239,171,168)
#F1B9B6
(241,185,182)
#F3C7C4
(243,199,196)
#F5D5D2
(245,213,210)
#F7E3E0
(247,227,224)
#F9F1EE
(249,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E56562; }

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

This text font color is #E56562.


Background Color

.myBgColor { background-color: #E56562; }

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

This div background color is #E56562.


Border color

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

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

This div border color is #E56562.


Opacity

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

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

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

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

This text has shadow with #E56562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E56562 on black background.


Color preview on white background

This text has color #E56562 on white background.



Black color preview on #E56562 background

This text has black color on #E56562 background.


White color preview on #E56562 background

This text has white color on #E56562 background.