COLOR #E56865

HEX: #E56865
RGB: (229,104,101)

Color info

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

RGB color model

#E56865 color RGB value is (229,104,101).

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

RGB channels and saturation

R 229 of 255 = 90%
G 104 of 255 = 41%
B 101 of 255 = 40%

229
104
101

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

Portions of RGB colors in percentages

R + G + B =
229 + 104 + 101 = 434 (100%)
R 229 of 434 ~ 52.76%
G 104 of 434 ~ 23.96%
B 101 of 434 ~ 23.27%

%52.76
%23.96
%23.27

CMYK color model

#E56865 color CMYK value is (0,55,56,10).

  • cyan value is 0.00%
  • magenta value is 54.59%
  • yellow value is 55.90%
  • key color value is 10.20%
CMYK:
(0,55,56,10)
C0M55Y56K10 
(0%,55%,56%,10%)
(0.00/0.55/0.56/0.10)	

CMYK percentages

%0
%54.59
%55.9
%10.2

Codes

Color #E56865 in popluar color models

E56865
RGB229104101
HSL71.11%64.71%
HSB/HSV55.90%89.80%
CMYK0.00%54.59%55.90%
10.20%

Color #E56865 in popluar number systems.

HEXE56865
Decimal229104101
Binary1110010111010001100101
Octal345150145

Shades and tints

Shades of #E56865

#E56865
(229,104,101)
#D15F5C
(209,95,92)
#BD5653
(189,86,83)
#A94D4A
(169,77,74)
#954441
(149,68,65)
#813B38
(129,59,56)
#6D322F
(109,50,47)
#592926
(89,41,38)
#45201D
(69,32,29)
#311714
(49,23,20)
#1D0E0B
(29,14,11)
#000000
(0,0,0)

Tints of #E56865

#E56865
(229,104,101)
#E77573
(231,117,115)
#E98281
(233,130,129)
#EB8F8F
(235,143,143)
#ED9C9D
(237,156,157)
#EFA9AB
(239,169,171)
#F1B6B9
(241,182,185)
#F3C3C7
(243,195,199)
#F5D0D5
(245,208,213)
#F7DDE3
(247,221,227)
#F9EAF1
(249,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E56865; }

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

This text font color is #E56865.


Background Color

.myBgColor { background-color: #E56865; }

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

This div background color is #E56865.


Border color

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

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

This div border color is #E56865.


Opacity

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

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

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

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

This text has shadow with #E56865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E56865 on black background.


Color preview on white background

This text has color #E56865 on white background.



Black color preview on #E56865 background

This text has black color on #E56865 background.


White color preview on #E56865 background

This text has white color on #E56865 background.