COLOR #E020AF

HEX: #E020AF
RGB: (224,32,175)

Color info

#E020AF contains mainly red and blue colors. Web safe color of #E020AF is #CC3399 (or #C39).

RGB color model

#E020AF color RGB value is (224,32,175).

  • red value is 224;
  • green value is 32;
  • blue value is 175.
RGB:
(224,32,175)
(88%,13%,69%)

RGB channels and saturation

R 224 of 255 = 88%
G 32 of 255 = 13%
B 175 of 255 = 69%

224
32
175

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

Portions of RGB colors in percentages

R + G + B =
224 + 32 + 175 = 431 (100%)
R 224 of 431 ~ 51.97%
G 32 of 431 ~ 7.42%
B 175 of 431 ~ 40.6%

%51.97
%40.6

CMYK color model

#E020AF color CMYK value is (0,86,22,12).

  • cyan value is 0.00%
  • magenta value is 85.71%
  • yellow value is 21.88%
  • key color value is 12.16%
CMYK:
(0,86,22,12)
C0M86Y22K12 
(0%,86%,22%,12%)
(0.00/0.86/0.22/0.12)	

CMYK percentages

%0
%85.71
%21.88
%12.16

Codes

Color #E020AF in popluar color models

E020AF
RGB22432175
HSL315°75.59%50.20%
HSB/HSV315°85.71%87.84%
CMYK0.00%85.71%21.88%
12.16%

Color #E020AF in popluar number systems.

HEXE020AF
Decimal22432175
Binary1110000010000010101111
Octal34040257

Shades and tints

Shades of #E020AF

#E020AF
(224,32,175)
#CC1EA0
(204,30,160)
#B81C91
(184,28,145)
#A41A82
(164,26,130)
#901873
(144,24,115)
#7C1664
(124,22,100)
#681455
(104,20,85)
#541246
(84,18,70)
#401037
(64,16,55)
#2C0E28
(44,14,40)
#180C19
(24,12,25)
#000000
(0,0,0)

Tints of #E020AF

#E020AF
(224,32,175)
#E234B6
(226,52,182)
#E448BD
(228,72,189)
#E65CC4
(230,92,196)
#E870CB
(232,112,203)
#EA84D2
(234,132,210)
#EC98D9
(236,152,217)
#EEACE0
(238,172,224)
#F0C0E7
(240,192,231)
#F2D4EE
(242,212,238)
#F4E8F5
(244,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E020AF color. Also use rgb(224,32,175) instead hex code.

Text Font Color

.myTextColor { color: #E020AF; }

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

This text font color is #E020AF.


Background Color

.myBgColor { background-color: #E020AF; }

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

This div background color is #E020AF.


Border color

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

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

This div border color is #E020AF.


Opacity

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

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

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

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

This text has shadow with #E020AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E020AF on black background.


Color preview on white background

This text has color #E020AF on white background.



Black color preview on #E020AF background

This text has black color on #E020AF background.


White color preview on #E020AF background

This text has white color on #E020AF background.