COLOR #E50289

HEX: #E50289
RGB: (229,2,137)

Color info

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

RGB color model

#E50289 color RGB value is (229,2,137).

  • red value is 229;
  • green value is 2;
  • blue value is 137.
RGB:
(229,2,137)
(90%,1%,54%)

RGB channels and saturation

R 229 of 255 = 90%
G 2 of 255 = 1%
B 137 of 255 = 54%

229
2
137

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

Portions of RGB colors in percentages

R + G + B =
229 + 2 + 137 = 368 (100%)
R 229 of 368 ~ 62.23%
G 2 of 368 ~ 0.54%
B 137 of 368 ~ 37.23%

%62.23
%37.23

CMYK color model

#E50289 color CMYK value is (0,99,40,10).

  • cyan value is 0.00%
  • magenta value is 99.13%
  • yellow value is 40.17%
  • key color value is 10.20%
CMYK:
(0,99,40,10)
C0M99Y40K10 
(0%,99%,40%,10%)
(0.00/0.99/0.40/0.10)	

CMYK percentages

%0
%99.13
%40.17
%10.2

Codes

Color #E50289 in popluar color models

E50289
RGB2292137
HSL324°98.27%45.29%
HSB/HSV324°99.13%89.80%
CMYK0.00%99.13%40.17%
10.20%

Color #E50289 in popluar number systems.

HEXE50289
Decimal2292137
Binary111001011010001001
Octal3452211

Shades and tints

Shades of #E50289

#E50289
(229,2,137)
#D1027D
(209,2,125)
#BD0271
(189,2,113)
#A90265
(169,2,101)
#950259
(149,2,89)
#81024D
(129,2,77)
#6D0241
(109,2,65)
#590235
(89,2,53)
#450229
(69,2,41)
#31021D
(49,2,29)
#1D0211
(29,2,17)
#000000
(0,0,0)

Tints of #E50289

#E50289
(229,2,137)
#E71993
(231,25,147)
#E9309D
(233,48,157)
#EB47A7
(235,71,167)
#ED5EB1
(237,94,177)
#EF75BB
(239,117,187)
#F18CC5
(241,140,197)
#F3A3CF
(243,163,207)
#F5BAD9
(245,186,217)
#F7D1E3
(247,209,227)
#F9E8ED
(249,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E50289 color. Also use rgb(229,2,137) instead hex code.

Text Font Color

.myTextColor { color: #E50289; }

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

This text font color is #E50289.


Background Color

.myBgColor { background-color: #E50289; }

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

This div background color is #E50289.


Border color

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

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

This div border color is #E50289.


Opacity

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

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

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

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

This text has shadow with #E50289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E50289 on black background.


Color preview on white background

This text has color #E50289 on white background.



Black color preview on #E50289 background

This text has black color on #E50289 background.


White color preview on #E50289 background

This text has white color on #E50289 background.