COLOR #E20F57

HEX: #E20F57
RGB: (226,15,87)

Color info

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

RGB color model

#E20F57 color RGB value is (226,15,87).

  • red value is 226;
  • green value is 15;
  • blue value is 87.
RGB:
(226,15,87)
(89%,6%,34%)

RGB channels and saturation

R 226 of 255 = 89%
G 15 of 255 = 6%
B 87 of 255 = 34%

226
15
87

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

Portions of RGB colors in percentages

R + G + B =
226 + 15 + 87 = 328 (100%)
R 226 of 328 ~ 68.9%
G 15 of 328 ~ 4.57%
B 87 of 328 ~ 26.52%

%68.9
%26.52

CMYK color model

#E20F57 color CMYK value is (0,93,62,11).

  • cyan value is 0.00%
  • magenta value is 93.36%
  • yellow value is 61.50%
  • key color value is 11.37%
CMYK:
(0,93,62,11)
C0M93Y62K11 
(0%,93%,62%,11%)
(0.00/0.93/0.62/0.11)	

CMYK percentages

%0
%93.36
%61.5
%11.37

Codes

Color #E20F57 in popluar color models

E20F57
RGB2261587
HSL340°87.55%47.25%
HSB/HSV340°93.36%88.63%
CMYK0.00%93.36%61.50%
11.37%

Color #E20F57 in popluar number systems.

HEXE20F57
Decimal2261587
Binary1110001011111010111
Octal34217127

Shades and tints

Shades of #E20F57

#E20F57
(226,15,87)
#CE0E50
(206,14,80)
#BA0D49
(186,13,73)
#A60C42
(166,12,66)
#920B3B
(146,11,59)
#7E0A34
(126,10,52)
#6A092D
(106,9,45)
#560826
(86,8,38)
#42071F
(66,7,31)
#2E0618
(46,6,24)
#1A0511
(26,5,17)
#000000
(0,0,0)

Tints of #E20F57

#E20F57
(226,15,87)
#E42466
(228,36,102)
#E63975
(230,57,117)
#E84E84
(232,78,132)
#EA6393
(234,99,147)
#EC78A2
(236,120,162)
#EE8DB1
(238,141,177)
#F0A2C0
(240,162,192)
#F2B7CF
(242,183,207)
#F4CCDE
(244,204,222)
#F6E1ED
(246,225,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E20F57 color. Also use rgb(226,15,87) instead hex code.

Text Font Color

.myTextColor { color: #E20F57; }

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

This text font color is #E20F57.


Background Color

.myBgColor { background-color: #E20F57; }

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

This div background color is #E20F57.


Border color

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

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

This div border color is #E20F57.


Opacity

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

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

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

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

This text has shadow with #E20F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E20F57 on black background.


Color preview on white background

This text has color #E20F57 on white background.



Black color preview on #E20F57 background

This text has black color on #E20F57 background.


White color preview on #E20F57 background

This text has white color on #E20F57 background.