COLOR #E51E44

HEX: #E51E44
RGB: (229,30,68)

Color info

#E51E44 contains mainly red color. Web safe color of #E51E44 is #CC3333 (or #C33).

RGB color model

#E51E44 color RGB value is (229,30,68).

  • red value is 229;
  • green value is 30;
  • blue value is 68.
RGB:
(229,30,68)
(90%,12%,27%)

RGB channels and saturation

R 229 of 255 = 90%
G 30 of 255 = 12%
B 68 of 255 = 27%

229
30
68

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

Portions of RGB colors in percentages

R + G + B =
229 + 30 + 68 = 327 (100%)
R 229 of 327 ~ 70.03%
G 30 of 327 ~ 9.17%
B 68 of 327 ~ 20.8%

%70.03
%20.8

CMYK color model

#E51E44 color CMYK value is (0,87,70,10).

  • cyan value is 0.00%
  • magenta value is 86.90%
  • yellow value is 70.31%
  • key color value is 10.20%
CMYK:
(0,87,70,10)
C0M87Y70K10 
(0%,87%,70%,10%)
(0.00/0.87/0.70/0.10)	

CMYK percentages

%0
%86.9
%70.31
%10.2

Codes

Color #E51E44 in popluar color models

E51E44
RGB2293068
HSL349°79.28%50.78%
HSB/HSV349°86.90%89.80%
CMYK0.00%86.90%70.31%
10.20%

Color #E51E44 in popluar number systems.

HEXE51E44
Decimal2293068
Binary11100101111101000100
Octal34536104

Shades and tints

Shades of #E51E44

#E51E44
(229,30,68)
#D11C3E
(209,28,62)
#BD1A38
(189,26,56)
#A91832
(169,24,50)
#95162C
(149,22,44)
#811426
(129,20,38)
#6D1220
(109,18,32)
#59101A
(89,16,26)
#450E14
(69,14,20)
#310C0E
(49,12,14)
#1D0A08
(29,10,8)
#000000
(0,0,0)

Tints of #E51E44

#E51E44
(229,30,68)
#E73255
(231,50,85)
#E94666
(233,70,102)
#EB5A77
(235,90,119)
#ED6E88
(237,110,136)
#EF8299
(239,130,153)
#F196AA
(241,150,170)
#F3AABB
(243,170,187)
#F5BECC
(245,190,204)
#F7D2DD
(247,210,221)
#F9E6EE
(249,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E51E44 color. Also use rgb(229,30,68) instead hex code.

Text Font Color

.myTextColor { color: #E51E44; }

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

This text font color is #E51E44.


Background Color

.myBgColor { background-color: #E51E44; }

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

This div background color is #E51E44.


Border color

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

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

This div border color is #E51E44.


Opacity

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

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

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

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

This text has shadow with #E51E44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E51E44 on black background.


Color preview on white background

This text has color #E51E44 on white background.



Black color preview on #E51E44 background

This text has black color on #E51E44 background.


White color preview on #E51E44 background

This text has white color on #E51E44 background.