#E020DA

Color #E020DA Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #E020DA

Tints of Deep Magenta #E020DA

Color information

#E020DA (or 0xE020DA) is unknown color: approx Deep Magenta. HEX triplet: E0, 20 and DA. RGB value is (224,32,218). Sum of RGB (Red+Green+Blue) = 224+32+218=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 32 (12.89% from 255 or 6.75% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E020DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E020DA is #1FDF25. Grayscale: #6E6E6E. Windows color (decimal): -2088742 or 14295264. OLE color: 14295264.

HSL color Cylindrical-coordinate representation of color #E020DA: hue angle of 301.88º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E020DA is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB22432218-
CMYK00.860.030.12
HSL301.88º75.59%50.2%-
HSV(B)301.88º85.71%87.84%-
XYZ43.9121.9468.25-
YUV110.61188.61208.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 47.26%
GREEN value IS 32 (12.89% from 255) = 6.75%
BLUE value IS 218 (85.55% from 255) = 45.99%
R=47.26%
G=6.75%
B=45.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2243221800.860.030.12301.8875.5950.2
HexE020DA0563C12e4c32
Octal34040332012631445611462
Binary1110000010000011011010010101101111001001011101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E020DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E020DA; }

 p { color: rgb(224,32,218); }

 H1.HeaderClassName
 {
   color: #E020DA;
 }
 .AnyTagClassName
 {
   color: #E020DA;
 }
</style>
background-color css

<style>
 a { background-color: #E020DA; }

 a { background-color: rgb(224,32,218); }

 div.DivClassName
 {
   background-color: #E020DA;
 }
 .BgClassName
 {
   background-color: #E020DA;
 }
</style>
border-color css

<style>
 span { border-color: #E020DA; }

 span { border-color: rgb(224,32,218); }

 td.TdClassName
 {
   border-color: #E020DA;
 }
 .TagClassName
 {
   border-color: #E020DA;
 }
</style>