COLOR #E20253

HEX: #E20253
RGB: (226,2,83)

Color info

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

RGB color model

#E20253 color RGB value is (226,2,83).

  • red value is 226;
  • green value is 2;
  • blue value is 83.
RGB:
(226,2,83)
(89%,1%,33%)

RGB channels and saturation

R 226 of 255 = 89%
G 2 of 255 = 1%
B 83 of 255 = 33%

226
2
83

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

Portions of RGB colors in percentages

R + G + B =
226 + 2 + 83 = 311 (100%)
R 226 of 311 ~ 72.67%
G 2 of 311 ~ 0.64%
B 83 of 311 ~ 26.69%

%72.67
%26.69

CMYK color model

#E20253 color CMYK value is (0,99,63,11).

  • cyan value is 0.00%
  • magenta value is 99.12%
  • yellow value is 63.27%
  • key color value is 11.37%
CMYK:
(0,99,63,11)
C0M99Y63K11 
(0%,99%,63%,11%)
(0.00/0.99/0.63/0.11)	

CMYK percentages

%0
%99.12
%63.27
%11.37

Codes

Color #E20253 in popluar color models

E20253
RGB226283
HSL338°98.25%44.71%
HSB/HSV338°99.12%88.63%
CMYK0.00%99.12%63.27%
11.37%

Color #E20253 in popluar number systems.

HEXE20253
Decimal226283
Binary11100010101010011
Octal3422123

Shades and tints

Shades of #E20253

#E20253
(226,2,83)
#CE024C
(206,2,76)
#BA0245
(186,2,69)
#A6023E
(166,2,62)
#920237
(146,2,55)
#7E0230
(126,2,48)
#6A0229
(106,2,41)
#560222
(86,2,34)
#42021B
(66,2,27)
#2E0214
(46,2,20)
#1A020D
(26,2,13)
#000000
(0,0,0)

Tints of #E20253

#E20253
(226,2,83)
#E41962
(228,25,98)
#E63071
(230,48,113)
#E84780
(232,71,128)
#EA5E8F
(234,94,143)
#EC759E
(236,117,158)
#EE8CAD
(238,140,173)
#F0A3BC
(240,163,188)
#F2BACB
(242,186,203)
#F4D1DA
(244,209,218)
#F6E8E9
(246,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E20253 color. Also use rgb(226,2,83) instead hex code.

Text Font Color

.myTextColor { color: #E20253; }

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

This text font color is #E20253.


Background Color

.myBgColor { background-color: #E20253; }

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

This div background color is #E20253.


Border color

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

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

This div border color is #E20253.


Opacity

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

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

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

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

This text has shadow with #E20253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E20253 on black background.


Color preview on white background

This text has color #E20253 on white background.



Black color preview on #E20253 background

This text has black color on #E20253 background.


White color preview on #E20253 background

This text has white color on #E20253 background.