COLOR #E56387

HEX: #E56387
RGB: (229,99,135)

Color info

#E56387 contains mainly red color. Web safe color of #E56387 is #CC6699 (or #C69).

RGB color model

#E56387 color RGB value is (229,99,135).

  • red value is 229;
  • green value is 99;
  • blue value is 135.
RGB:
(229,99,135)
(90%,39%,53%)

RGB channels and saturation

R 229 of 255 = 90%
G 99 of 255 = 39%
B 135 of 255 = 53%

229
99
135

R + G + B ~ 61%. #E56387 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 99 + 135 = 463 (100%)
R 229 of 463 ~ 49.46%
G 99 of 463 ~ 21.38%
B 135 of 463 ~ 29.16%

%49.46
%21.38
%29.16

CMYK color model

#E56387 color CMYK value is (0,57,41,10).

  • cyan value is 0.00%
  • magenta value is 56.77%
  • yellow value is 41.05%
  • key color value is 10.20%
CMYK:
(0,57,41,10)
C0M57Y41K10 
(0%,57%,41%,10%)
(0.00/0.57/0.41/0.10)	

CMYK percentages

%0
%56.77
%41.05
%10.2

Codes

Color #E56387 in popluar color models

E56387
RGB22999135
HSL343°71.43%64.31%
HSB/HSV343°56.77%89.80%
CMYK0.00%56.77%41.05%
10.20%

Color #E56387 in popluar number systems.

HEXE56387
Decimal22999135
Binary11100101110001110000111
Octal345143207

Shades and tints

Shades of #E56387

#E56387
(229,99,135)
#D15A7B
(209,90,123)
#BD516F
(189,81,111)
#A94863
(169,72,99)
#953F57
(149,63,87)
#81364B
(129,54,75)
#6D2D3F
(109,45,63)
#592433
(89,36,51)
#451B27
(69,27,39)
#31121B
(49,18,27)
#1D090F
(29,9,15)
#000000
(0,0,0)

Tints of #E56387

#E56387
(229,99,135)
#E77191
(231,113,145)
#E97F9B
(233,127,155)
#EB8DA5
(235,141,165)
#ED9BAF
(237,155,175)
#EFA9B9
(239,169,185)
#F1B7C3
(241,183,195)
#F3C5CD
(243,197,205)
#F5D3D7
(245,211,215)
#F7E1E1
(247,225,225)
#F9EFEB
(249,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E56387 color. Also use rgb(229,99,135) instead hex code.

Text Font Color

.myTextColor { color: #E56387; }

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

This text font color is #E56387.


Background Color

.myBgColor { background-color: #E56387; }

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

This div background color is #E56387.


Border color

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

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

This div border color is #E56387.


Opacity

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

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

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

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

This text has shadow with #E56387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E56387 on black background.


Color preview on white background

This text has color #E56387 on white background.



Black color preview on #E56387 background

This text has black color on #E56387 background.


White color preview on #E56387 background

This text has white color on #E56387 background.