COLOR #E51253

HEX: #E51253
RGB: (229,18,83)

Color info

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

RGB color model

#E51253 color RGB value is (229,18,83).

  • red value is 229;
  • green value is 18;
  • blue value is 83.
RGB:
(229,18,83)
(90%,7%,33%)

RGB channels and saturation

R 229 of 255 = 90%
G 18 of 255 = 7%
B 83 of 255 = 33%

229
18
83

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

Portions of RGB colors in percentages

R + G + B =
229 + 18 + 83 = 330 (100%)
R 229 of 330 ~ 69.39%
G 18 of 330 ~ 5.45%
B 83 of 330 ~ 25.15%

%69.39
%25.15

CMYK color model

#E51253 color CMYK value is (0,92,64,10).

  • cyan value is 0.00%
  • magenta value is 92.14%
  • yellow value is 63.76%
  • key color value is 10.20%
CMYK:
(0,92,64,10)
C0M92Y64K10 
(0%,92%,64%,10%)
(0.00/0.92/0.64/0.10)	

CMYK percentages

%0
%92.14
%63.76
%10.2

Codes

Color #E51253 in popluar color models

E51253
RGB2291883
HSL342°85.43%48.43%
HSB/HSV342°92.14%89.80%
CMYK0.00%92.14%63.76%
10.20%

Color #E51253 in popluar number systems.

HEXE51253
Decimal2291883
Binary11100101100101010011
Octal34522123

Shades and tints

Shades of #E51253

#E51253
(229,18,83)
#D1114C
(209,17,76)
#BD1045
(189,16,69)
#A90F3E
(169,15,62)
#950E37
(149,14,55)
#810D30
(129,13,48)
#6D0C29
(109,12,41)
#590B22
(89,11,34)
#450A1B
(69,10,27)
#310914
(49,9,20)
#1D080D
(29,8,13)
#000000
(0,0,0)

Tints of #E51253

#E51253
(229,18,83)
#E72762
(231,39,98)
#E93C71
(233,60,113)
#EB5180
(235,81,128)
#ED668F
(237,102,143)
#EF7B9E
(239,123,158)
#F190AD
(241,144,173)
#F3A5BC
(243,165,188)
#F5BACB
(245,186,203)
#F7CFDA
(247,207,218)
#F9E4E9
(249,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E51253 color. Also use rgb(229,18,83) instead hex code.

Text Font Color

.myTextColor { color: #E51253; }

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

This text font color is #E51253.


Background Color

.myBgColor { background-color: #E51253; }

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

This div background color is #E51253.


Border color

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

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

This div border color is #E51253.


Opacity

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

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

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

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

This text has shadow with #E51253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E51253 on black background.


Color preview on white background

This text has color #E51253 on white background.



Black color preview on #E51253 background

This text has black color on #E51253 background.


White color preview on #E51253 background

This text has white color on #E51253 background.