COLOR #E56A73

HEX: #E56A73
RGB: (229,106,115)

Color info

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

RGB color model

#E56A73 color RGB value is (229,106,115).

  • red value is 229;
  • green value is 106;
  • blue value is 115.
RGB:
(229,106,115)
(90%,42%,45%)

RGB channels and saturation

R 229 of 255 = 90%
G 106 of 255 = 42%
B 115 of 255 = 45%

229
106
115

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

Portions of RGB colors in percentages

R + G + B =
229 + 106 + 115 = 450 (100%)
R 229 of 450 ~ 50.89%
G 106 of 450 ~ 23.56%
B 115 of 450 ~ 25.56%

%50.89
%23.56
%25.56

CMYK color model

#E56A73 color CMYK value is (0,54,50,10).

  • cyan value is 0.00%
  • magenta value is 53.71%
  • yellow value is 49.78%
  • key color value is 10.20%
CMYK:
(0,54,50,10)
C0M54Y50K10 
(0%,54%,50%,10%)
(0.00/0.54/0.50/0.10)	

CMYK percentages

%0
%53.71
%49.78
%10.2

Codes

Color #E56A73 in popluar color models

E56A73
RGB229106115
HSL356°70.29%65.69%
HSB/HSV356°53.71%89.80%
CMYK0.00%53.71%49.78%
10.20%

Color #E56A73 in popluar number systems.

HEXE56A73
Decimal229106115
Binary1110010111010101110011
Octal345152163

Shades and tints

Shades of #E56A73

#E56A73
(229,106,115)
#D16169
(209,97,105)
#BD585F
(189,88,95)
#A94F55
(169,79,85)
#95464B
(149,70,75)
#813D41
(129,61,65)
#6D3437
(109,52,55)
#592B2D
(89,43,45)
#452223
(69,34,35)
#311919
(49,25,25)
#1D100F
(29,16,15)
#000000
(0,0,0)

Tints of #E56A73

#E56A73
(229,106,115)
#E7777F
(231,119,127)
#E9848B
(233,132,139)
#EB9197
(235,145,151)
#ED9EA3
(237,158,163)
#EFABAF
(239,171,175)
#F1B8BB
(241,184,187)
#F3C5C7
(243,197,199)
#F5D2D3
(245,210,211)
#F7DFDF
(247,223,223)
#F9ECEB
(249,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E56A73; }

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

This text font color is #E56A73.


Background Color

.myBgColor { background-color: #E56A73; }

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

This div background color is #E56A73.


Border color

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

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

This div border color is #E56A73.


Opacity

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

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

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

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

This text has shadow with #E56A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E56A73 on black background.


Color preview on white background

This text has color #E56A73 on white background.



Black color preview on #E56A73 background

This text has black color on #E56A73 background.


White color preview on #E56A73 background

This text has white color on #E56A73 background.