#E021E0

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

Shades of Deep Magenta #E021E0

Tints of Deep Magenta #E021E0

Color information

#E021E0 (or 0xE021E0) is unknown color: approx Deep Magenta. HEX triplet: E0, 21 and E0. RGB value is (224,33,224). Sum of RGB (Red+Green+Blue) = 224+33+224=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 33 (13.28% from 255 or 6.86% from 481); Blue value is 224 (87.89% from 255 or 46.57% from 481); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E021E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E021E0 is #1FDE1F. Grayscale: #6F6F6F. Windows color (decimal): -2088480 or 14688736. OLE color: 14688736.

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

Color convert

RGB22433224-
CMYK00.8500.12
HSL300º75.49%50.39%-
HSV(B)300º85.27%87.84%-
XYZ44.7422.3272.47-
YUV111.88191.28207.97-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.57%
GREEN value IS 33 (13.28% from 255) = 6.86%
BLUE value IS 224 (87.89% from 255) = 46.57%
R=46.57%
G=6.86%
B=46.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2243322400.8500.1230075.4950.39
HexE021E00550C12c4b32
Octal34041340012501445411362
Binary111000001000011110000001010101011001001011001001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E021E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E021E0; }

 p { color: rgb(224,33,224); }

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

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

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

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

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

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

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