#E021DF

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

Shades of Deep Magenta #E021DF

Tints of Deep Magenta #E021DF

Color information

#E021DF (or 0xE021DF) is unknown color: approx Deep Magenta. HEX triplet: E0, 21 and DF. RGB value is (224,33,223). Sum of RGB (Red+Green+Blue) = 224+33+223=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 33 (13.28% from 255 or 6.88% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 224 - color contains mainly: red. Hex color #E021DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E021DF is #1FDE20. Grayscale: #6F6F6F. Windows color (decimal): -2088481 or 14623200. OLE color: 14623200.

HSL color Cylindrical-coordinate representation of color #E021DF: hue angle of 300.31º 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 #E021DF is Cyan = 0, Magento = 0.85, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB22433223-
CMYK00.850.000.12
HSL300.31º75.49%50.39%-
HSV(B)300.31º85.27%87.84%-
XYZ44.622.2671.76-
YUV111.77190.78208.05-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.67%
GREEN value IS 33 (13.28% from 255) = 6.88%
BLUE value IS 223 (87.5% from 255) = 46.46%
R=46.67%
G=6.88%
B=46.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2243322300.850.000.12300.3175.4950.39
HexE021DF0550C12c4b32
Octal34041337012501445411362
Binary111000001000011101111101010101011001001011001001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E021DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E021DF; }

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

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

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

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

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

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

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

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