COLOR #E42A5E

HEX: #E42A5E
RGB: (228,42,94)

Color info

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

RGB color model

#E42A5E color RGB value is (228,42,94).

  • red value is 228;
  • green value is 42;
  • blue value is 94.
RGB:
(228,42,94)
(89%,16%,37%)

RGB channels and saturation

R 228 of 255 = 89%
G 42 of 255 = 16%
B 94 of 255 = 37%

228
42
94

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

Portions of RGB colors in percentages

R + G + B =
228 + 42 + 94 = 364 (100%)
R 228 of 364 ~ 62.64%
G 42 of 364 ~ 11.54%
B 94 of 364 ~ 25.82%

%62.64
%11.54
%25.82

CMYK color model

#E42A5E color CMYK value is (0,82,59,11).

  • cyan value is 0.00%
  • magenta value is 81.58%
  • yellow value is 58.77%
  • key color value is 10.59%
CMYK:
(0,82,59,11)
C0M82Y59K11 
(0%,82%,59%,11%)
(0.00/0.82/0.59/0.11)	

CMYK percentages

%0
%81.58
%58.77
%10.59

Codes

Color #E42A5E in popluar color models

E42A5E
RGB2284294
HSL343°77.50%52.94%
HSB/HSV343°81.58%89.41%
CMYK0.00%81.58%58.77%
10.59%

Color #E42A5E in popluar number systems.

HEXE42A5E
Decimal2284294
Binary111001001010101011110
Octal34452136

Shades and tints

Shades of #E42A5E

#E42A5E
(228,42,94)
#D02756
(208,39,86)
#BC244E
(188,36,78)
#A82146
(168,33,70)
#941E3E
(148,30,62)
#801B36
(128,27,54)
#6C182E
(108,24,46)
#581526
(88,21,38)
#44121E
(68,18,30)
#300F16
(48,15,22)
#1C0C0E
(28,12,14)
#000000
(0,0,0)

Tints of #E42A5E

#E42A5E
(228,42,94)
#E63D6C
(230,61,108)
#E8507A
(232,80,122)
#EA6388
(234,99,136)
#EC7696
(236,118,150)
#EE89A4
(238,137,164)
#F09CB2
(240,156,178)
#F2AFC0
(242,175,192)
#F4C2CE
(244,194,206)
#F6D5DC
(246,213,220)
#F8E8EA
(248,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E42A5E color. Also use rgb(228,42,94) instead hex code.

Text Font Color

.myTextColor { color: #E42A5E; }

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

This text font color is #E42A5E.


Background Color

.myBgColor { background-color: #E42A5E; }

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

This div background color is #E42A5E.


Border color

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

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

This div border color is #E42A5E.


Opacity

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

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

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

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

This text has shadow with #E42A5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E42A5E on black background.


Color preview on white background

This text has color #E42A5E on white background.



Black color preview on #E42A5E background

This text has black color on #E42A5E background.


White color preview on #E42A5E background

This text has white color on #E42A5E background.