COLOR #E020B2

HEX: #E020B2
RGB: (224,32,178)

Color info

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

RGB color model

#E020B2 color RGB value is (224,32,178).

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

RGB channels and saturation

R 224 of 255 = 88%
G 32 of 255 = 13%
B 178 of 255 = 70%

224
32
178

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

Portions of RGB colors in percentages

R + G + B =
224 + 32 + 178 = 434 (100%)
R 224 of 434 ~ 51.61%
G 32 of 434 ~ 7.37%
B 178 of 434 ~ 41.01%

%51.61
%41.01

CMYK color model

#E020B2 color CMYK value is (0,86,21,12).

  • cyan value is 0.00%
  • magenta value is 85.71%
  • yellow value is 20.54%
  • key color value is 12.16%
CMYK:
(0,86,21,12)
C0M86Y21K12 
(0%,86%,21%,12%)
(0.00/0.86/0.21/0.12)	

CMYK percentages

%0
%85.71
%20.54
%12.16

Codes

Color #E020B2 in popluar color models

E020B2
RGB22432178
HSL314°75.59%50.20%
HSB/HSV314°85.71%87.84%
CMYK0.00%85.71%20.54%
12.16%

Color #E020B2 in popluar number systems.

HEXE020B2
Decimal22432178
Binary1110000010000010110010
Octal34040262

Shades and tints

Shades of #E020B2

#E020B2
(224,32,178)
#CC1EA2
(204,30,162)
#B81C92
(184,28,146)
#A41A82
(164,26,130)
#901872
(144,24,114)
#7C1662
(124,22,98)
#681452
(104,20,82)
#541242
(84,18,66)
#401032
(64,16,50)
#2C0E22
(44,14,34)
#180C12
(24,12,18)
#000000
(0,0,0)

Tints of #E020B2

#E020B2
(224,32,178)
#E234B9
(226,52,185)
#E448C0
(228,72,192)
#E65CC7
(230,92,199)
#E870CE
(232,112,206)
#EA84D5
(234,132,213)
#EC98DC
(236,152,220)
#EEACE3
(238,172,227)
#F0C0EA
(240,192,234)
#F2D4F1
(242,212,241)
#F4E8F8
(244,232,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E020B2; }

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

This text font color is #E020B2.


Background Color

.myBgColor { background-color: #E020B2; }

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

This div background color is #E020B2.


Border color

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

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

This div border color is #E020B2.


Opacity

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

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

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

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

This text has shadow with #E020B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E020B2 on black background.


Color preview on white background

This text has color #E020B2 on white background.



Black color preview on #E020B2 background

This text has black color on #E020B2 background.


White color preview on #E020B2 background

This text has white color on #E020B2 background.