COLOR #E42D99

HEX: #E42D99
RGB: (228,45,153)

Color info

#E42D99 contains mainly red color. Web safe color of #E42D99 is #CC3399 (or #C39).

RGB color model

#E42D99 color RGB value is (228,45,153).

  • red value is 228;
  • green value is 45;
  • blue value is 153.
RGB:
(228,45,153)
(89%,18%,60%)

RGB channels and saturation

R 228 of 255 = 89%
G 45 of 255 = 18%
B 153 of 255 = 60%

228
45
153

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

Portions of RGB colors in percentages

R + G + B =
228 + 45 + 153 = 426 (100%)
R 228 of 426 ~ 53.52%
G 45 of 426 ~ 10.56%
B 153 of 426 ~ 35.92%

%53.52
%10.56
%35.92

CMYK color model

#E42D99 color CMYK value is (0,80,33,11).

  • cyan value is 0.00%
  • magenta value is 80.26%
  • yellow value is 32.89%
  • key color value is 10.59%
CMYK:
(0,80,33,11)
C0M80Y33K11 
(0%,80%,33%,11%)
(0.00/0.80/0.33/0.11)	

CMYK percentages

%0
%80.26
%32.89
%10.59

Codes

Color #E42D99 in popluar color models

E42D99
RGB22845153
HSL325°77.22%53.53%
HSB/HSV325°80.26%89.41%
CMYK0.00%80.26%32.89%
10.59%

Color #E42D99 in popluar number systems.

HEXE42D99
Decimal22845153
Binary1110010010110110011001
Octal34455231

Shades and tints

Shades of #E42D99

#E42D99
(228,45,153)
#D0298C
(208,41,140)
#BC257F
(188,37,127)
#A82172
(168,33,114)
#941D65
(148,29,101)
#801958
(128,25,88)
#6C154B
(108,21,75)
#58113E
(88,17,62)
#440D31
(68,13,49)
#300924
(48,9,36)
#1C0517
(28,5,23)
#000000
(0,0,0)

Tints of #E42D99

#E42D99
(228,45,153)
#E640A2
(230,64,162)
#E853AB
(232,83,171)
#EA66B4
(234,102,180)
#EC79BD
(236,121,189)
#EE8CC6
(238,140,198)
#F09FCF
(240,159,207)
#F2B2D8
(242,178,216)
#F4C5E1
(244,197,225)
#F6D8EA
(246,216,234)
#F8EBF3
(248,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E42D99 color. Also use rgb(228,45,153) instead hex code.

Text Font Color

.myTextColor { color: #E42D99; }

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

This text font color is #E42D99.


Background Color

.myBgColor { background-color: #E42D99; }

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

This div background color is #E42D99.


Border color

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

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

This div border color is #E42D99.


Opacity

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

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

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

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

This text has shadow with #E42D99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E42D99 on black background.


Color preview on white background

This text has color #E42D99 on white background.



Black color preview on #E42D99 background

This text has black color on #E42D99 background.


White color preview on #E42D99 background

This text has white color on #E42D99 background.