COLOR #E20059

HEX: #E20059
RGB: (226,0,89)

Color info

#E20059 contains mainly red color. Web safe color of #E20059 is #CC0066 (or #C06).

RGB color model

#E20059 color RGB value is (226,0,89).

  • red value is 226;
  • green value is 0;
  • blue value is 89.
RGB:
(226,0,89)
(89%,0%,35%)

RGB channels and saturation

R 226 of 255 = 89%
G 0 of 255 = 0%
B 89 of 255 = 35%

226
0
89

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

Portions of RGB colors in percentages

R + G + B =
226 + 0 + 89 = 315 (100%)
R 226 of 315 ~ 71.75%
G 0 of 315 ~ 0%
B 89 of 315 ~ 28.25%

%71.75
%28.25

CMYK color model

#E20059 color CMYK value is (0,100,61,11).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 60.62%
  • key color value is 11.37%
CMYK:
(0,100,61,11)
C0M100Y61K11 
(0%,100%,61%,11%)
(0.00/1.00/0.61/0.11)	

CMYK percentages

%0
%100
%60.62
%11.37

Codes

Color #E20059 in popluar color models

E20059
RGB226089
HSL336°100.00%44.31%
HSB/HSV336°100.00%88.63%
CMYK0.00%100.00%60.62%
11.37%

Color #E20059 in popluar number systems.

HEXE20059
Decimal226089
Binary1110001001011001
Octal3420131

Shades and tints

Shades of #E20059

#E20059
(226,0,89)
#CE0051
(206,0,81)
#BA0049
(186,0,73)
#A60041
(166,0,65)
#920039
(146,0,57)
#7E0031
(126,0,49)
#6A0029
(106,0,41)
#560021
(86,0,33)
#420019
(66,0,25)
#2E0011
(46,0,17)
#1A0009
(26,0,9)
#000000
(0,0,0)

Tints of #E20059

#E20059
(226,0,89)
#E41768
(228,23,104)
#E62E77
(230,46,119)
#E84586
(232,69,134)
#EA5C95
(234,92,149)
#EC73A4
(236,115,164)
#EE8AB3
(238,138,179)
#F0A1C2
(240,161,194)
#F2B8D1
(242,184,209)
#F4CFE0
(244,207,224)
#F6E6EF
(246,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E20059 color. Also use rgb(226,0,89) instead hex code.

Text Font Color

.myTextColor { color: #E20059; }

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

This text font color is #E20059.


Background Color

.myBgColor { background-color: #E20059; }

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

This div background color is #E20059.


Border color

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

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

This div border color is #E20059.


Opacity

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

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

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

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

This text has shadow with #E20059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E20059 on black background.


Color preview on white background

This text has color #E20059 on white background.



Black color preview on #E20059 background

This text has black color on #E20059 background.


White color preview on #E20059 background

This text has white color on #E20059 background.