#E018DC

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

Shades of Deep Magenta #E018DC

Tints of Deep Magenta #E018DC

Color information

#E018DC (or 0xE018DC) is unknown color: approx Deep Magenta. HEX triplet: E0, 18 and DC. RGB value is (224,24,220). Sum of RGB (Red+Green+Blue) = 224+24+220=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 24 (9.77% from 255 or 5.13% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 224 - color contains mainly: red. Hex color #E018DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E018DC is #1FE723. Grayscale: #696969. Windows color (decimal): -2090788 or 14424288. OLE color: 14424288.

HSL color Cylindrical-coordinate representation of color #E018DC: hue angle of 301.2º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E018DC is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB22424220-
CMYK00.890.020.12
HSL301.2º80.65%48.63%-
HSV(B)301.2º89.29%87.84%-
XYZ43.9921.6769.57-
YUV106.14192.26212.06-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.86%
GREEN value IS 24 (9.77% from 255) = 5.13%
BLUE value IS 220 (86.33% from 255) = 47.01%
R=47.86%
G=5.13%
B=47.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242422000.890.020.12301.280.6548.63
HexE018DC0592C12d5131
Octal34030334013121445512161
Binary111000001100011011100010110011011001001011011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E018DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E018DC; }

 p { color: rgb(224,24,220); }

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

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

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

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

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

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

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