COLOR #E50045

HEX: #E50045
RGB: (229,0,69)

Color info

#E50045 contains mainly red color. Web safe color of #E50045 is #CC0033 (or #C03).

RGB color model

#E50045 color RGB value is (229,0,69).

  • red value is 229;
  • green value is 0;
  • blue value is 69.
RGB:
(229,0,69)
(90%,0%,27%)

RGB channels and saturation

R 229 of 255 = 90%
G 0 of 255 = 0%
B 69 of 255 = 27%

229
0
69

R + G + B ~ 39%. #E50045 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
229 + 0 + 69 = 298 (100%)
R 229 of 298 ~ 76.85%
G 0 of 298 ~ 0%
B 69 of 298 ~ 23.15%

%76.85
%23.15

CMYK color model

#E50045 color CMYK value is (0,100,70,10).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 69.87%
  • key color value is 10.20%
CMYK:
(0,100,70,10)
C0M100Y70K10 
(0%,100%,70%,10%)
(0.00/1.00/0.70/0.10)	

CMYK percentages

%0
%100
%69.87
%10.2

Codes

Color #E50045 in popluar color models

E50045
RGB229069
HSL342°100.00%44.90%
HSB/HSV342°100.00%89.80%
CMYK0.00%100.00%69.87%
10.20%

Color #E50045 in popluar number systems.

HEXE50045
Decimal229069
Binary1110010101000101
Octal3450105

Shades and tints

Shades of #E50045

#E50045
(229,0,69)
#D1003F
(209,0,63)
#BD0039
(189,0,57)
#A90033
(169,0,51)
#95002D
(149,0,45)
#810027
(129,0,39)
#6D0021
(109,0,33)
#59001B
(89,0,27)
#450015
(69,0,21)
#31000F
(49,0,15)
#1D0009
(29,0,9)
#000000
(0,0,0)

Tints of #E50045

#E50045
(229,0,69)
#E71755
(231,23,85)
#E92E65
(233,46,101)
#EB4575
(235,69,117)
#ED5C85
(237,92,133)
#EF7395
(239,115,149)
#F18AA5
(241,138,165)
#F3A1B5
(243,161,181)
#F5B8C5
(245,184,197)
#F7CFD5
(247,207,213)
#F9E6E5
(249,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E50045 color. Also use rgb(229,0,69) instead hex code.

Text Font Color

.myTextColor { color: #E50045; }

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

This text font color is #E50045.


Background Color

.myBgColor { background-color: #E50045; }

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

This div background color is #E50045.


Border color

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

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

This div border color is #E50045.


Opacity

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

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

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

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

This text has shadow with #E50045 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E50045 on black background.


Color preview on white background

This text has color #E50045 on white background.



Black color preview on #E50045 background

This text has black color on #E50045 background.


White color preview on #E50045 background

This text has white color on #E50045 background.