COLOR #E42E54

HEX: #E42E54
RGB: (228,46,84)

Color info

#E42E54 contains mainly red color. Web safe color of #E42E54 is #CC3366 (or #C36).

RGB color model

#E42E54 color RGB value is (228,46,84).

  • red value is 228;
  • green value is 46;
  • blue value is 84.
RGB:
(228,46,84)
(89%,18%,33%)

RGB channels and saturation

R 228 of 255 = 89%
G 46 of 255 = 18%
B 84 of 255 = 33%

228
46
84

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

Portions of RGB colors in percentages

R + G + B =
228 + 46 + 84 = 358 (100%)
R 228 of 358 ~ 63.69%
G 46 of 358 ~ 12.85%
B 84 of 358 ~ 23.46%

%63.69
%12.85
%23.46

CMYK color model

#E42E54 color CMYK value is (0,80,63,11).

  • cyan value is 0.00%
  • magenta value is 79.82%
  • yellow value is 63.16%
  • key color value is 10.59%
CMYK:
(0,80,63,11)
C0M80Y63K11 
(0%,80%,63%,11%)
(0.00/0.80/0.63/0.11)	

CMYK percentages

%0
%79.82
%63.16
%10.59

Codes

Color #E42E54 in popluar color models

E42E54
RGB2284684
HSL347°77.12%53.73%
HSB/HSV347°79.82%89.41%
CMYK0.00%79.82%63.16%
10.59%

Color #E42E54 in popluar number systems.

HEXE42E54
Decimal2284684
Binary111001001011101010100
Octal34456124

Shades and tints

Shades of #E42E54

#E42E54
(228,46,84)
#D02A4D
(208,42,77)
#BC2646
(188,38,70)
#A8223F
(168,34,63)
#941E38
(148,30,56)
#801A31
(128,26,49)
#6C162A
(108,22,42)
#581223
(88,18,35)
#440E1C
(68,14,28)
#300A15
(48,10,21)
#1C060E
(28,6,14)
#000000
(0,0,0)

Tints of #E42E54

#E42E54
(228,46,84)
#E64163
(230,65,99)
#E85472
(232,84,114)
#EA6781
(234,103,129)
#EC7A90
(236,122,144)
#EE8D9F
(238,141,159)
#F0A0AE
(240,160,174)
#F2B3BD
(242,179,189)
#F4C6CC
(244,198,204)
#F6D9DB
(246,217,219)
#F8ECEA
(248,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E42E54 color. Also use rgb(228,46,84) instead hex code.

Text Font Color

.myTextColor { color: #E42E54; }

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

This text font color is #E42E54.


Background Color

.myBgColor { background-color: #E42E54; }

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

This div background color is #E42E54.


Border color

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

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

This div border color is #E42E54.


Opacity

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

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

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

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

This text has shadow with #E42E54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E42E54 on black background.


Color preview on white background

This text has color #E42E54 on white background.



Black color preview on #E42E54 background

This text has black color on #E42E54 background.


White color preview on #E42E54 background

This text has white color on #E42E54 background.