COLOR #E56062

HEX: #E56062
RGB: (229,96,98)

Color info

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

RGB color model

#E56062 color RGB value is (229,96,98).

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

RGB channels and saturation

R 229 of 255 = 90%
G 96 of 255 = 38%
B 98 of 255 = 38%

229
96
98

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

Portions of RGB colors in percentages

R + G + B =
229 + 96 + 98 = 423 (100%)
R 229 of 423 ~ 54.14%
G 96 of 423 ~ 22.7%
B 98 of 423 ~ 23.17%

%54.14
%22.7
%23.17

CMYK color model

#E56062 color CMYK value is (0,58,57,10).

  • cyan value is 0.00%
  • magenta value is 58.08%
  • yellow value is 57.21%
  • key color value is 10.20%
CMYK:
(0,58,57,10)
C0M58Y57K10 
(0%,58%,57%,10%)
(0.00/0.58/0.57/0.10)	

CMYK percentages

%0
%58.08
%57.21
%10.2

Codes

Color #E56062 in popluar color models

E56062
RGB2299698
HSL359°71.89%63.73%
HSB/HSV359°58.08%89.80%
CMYK0.00%58.08%57.21%
10.20%

Color #E56062 in popluar number systems.

HEXE56062
Decimal2299698
Binary1110010111000001100010
Octal345140142

Shades and tints

Shades of #E56062

#E56062
(229,96,98)
#D1585A
(209,88,90)
#BD5052
(189,80,82)
#A9484A
(169,72,74)
#954042
(149,64,66)
#81383A
(129,56,58)
#6D3032
(109,48,50)
#59282A
(89,40,42)
#452022
(69,32,34)
#31181A
(49,24,26)
#1D1012
(29,16,18)
#000000
(0,0,0)

Tints of #E56062

#E56062
(229,96,98)
#E76E70
(231,110,112)
#E97C7E
(233,124,126)
#EB8A8C
(235,138,140)
#ED989A
(237,152,154)
#EFA6A8
(239,166,168)
#F1B4B6
(241,180,182)
#F3C2C4
(243,194,196)
#F5D0D2
(245,208,210)
#F7DEE0
(247,222,224)
#F9ECEE
(249,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E56062; }

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

This text font color is #E56062.


Background Color

.myBgColor { background-color: #E56062; }

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

This div background color is #E56062.


Border color

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

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

This div border color is #E56062.


Opacity

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

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

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

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

This text has shadow with #E56062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E56062 on black background.


Color preview on white background

This text has color #E56062 on white background.



Black color preview on #E56062 background

This text has black color on #E56062 background.


White color preview on #E56062 background

This text has white color on #E56062 background.