COLOR #E50587

HEX: #E50587
RGB: (229,5,135)

Color info

#E50587 contains mainly red color. Web safe color of #E50587 is #CC0099 (or #C09).

RGB color model

#E50587 color RGB value is (229,5,135).

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

RGB channels and saturation

R 229 of 255 = 90%
G 5 of 255 = 2%
B 135 of 255 = 53%

229
5
135

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

Portions of RGB colors in percentages

R + G + B =
229 + 5 + 135 = 369 (100%)
R 229 of 369 ~ 62.06%
G 5 of 369 ~ 1.36%
B 135 of 369 ~ 36.59%

%62.06
%36.59

CMYK color model

#E50587 color CMYK value is (0,98,41,10).

  • cyan value is 0.00%
  • magenta value is 97.82%
  • yellow value is 41.05%
  • key color value is 10.20%
CMYK:
(0,98,41,10)
C0M98Y41K10 
(0%,98%,41%,10%)
(0.00/0.98/0.41/0.10)	

CMYK percentages

%0
%97.82
%41.05
%10.2

Codes

Color #E50587 in popluar color models

E50587
RGB2295135
HSL325°95.73%45.88%
HSB/HSV325°97.82%89.80%
CMYK0.00%97.82%41.05%
10.20%

Color #E50587 in popluar number systems.

HEXE50587
Decimal2295135
Binary1110010110110000111
Octal3455207

Shades and tints

Shades of #E50587

#E50587
(229,5,135)
#D1057B
(209,5,123)
#BD056F
(189,5,111)
#A90563
(169,5,99)
#950557
(149,5,87)
#81054B
(129,5,75)
#6D053F
(109,5,63)
#590533
(89,5,51)
#450527
(69,5,39)
#31051B
(49,5,27)
#1D050F
(29,5,15)
#000000
(0,0,0)

Tints of #E50587

#E50587
(229,5,135)
#E71B91
(231,27,145)
#E9319B
(233,49,155)
#EB47A5
(235,71,165)
#ED5DAF
(237,93,175)
#EF73B9
(239,115,185)
#F189C3
(241,137,195)
#F39FCD
(243,159,205)
#F5B5D7
(245,181,215)
#F7CBE1
(247,203,225)
#F9E1EB
(249,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E50587; }

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

This text font color is #E50587.


Background Color

.myBgColor { background-color: #E50587; }

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

This div background color is #E50587.


Border color

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

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

This div border color is #E50587.


Opacity

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

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

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

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

This text has shadow with #E50587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E50587 on black background.


Color preview on white background

This text has color #E50587 on white background.



Black color preview on #E50587 background

This text has black color on #E50587 background.


White color preview on #E50587 background

This text has white color on #E50587 background.