Html Css Color HEX #E018DC Deep Magenta

📋 copy color: '#E018DC'

red 224 ◦ green 24 ◦ blue 220

#E018DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #E018DC

Tints of Deep Magenta #E018DC

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 value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E018DC (or 0xE018DC) is known color: 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

RGB 224 24 220 -
CMYK 0 0.89 0.02 0.12
HSL 301.2º 0.81% 0.49% -
HSV(B) 301.2º 0.89% 0.88% -
XYZ 43.99 21.67 69.57 -
YUV 106.14 192.26 212.06 -
System Red Green Blue C M Y K H S L
Decimal 224 24 220 0 0.89 0.02 0.12 301.2 0.81 0.49
Hex E0 18 DC 0 59 2 C 12D 51 31
Octal 340 30 334 0 131 2 14 455 121 61
Binary 11100000 11000 11011100 0 1011001 10 1100 100101101 1010001 110001

Color Harmonies of #E018DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E018DC

Black with #E018DC

Text Example


Text Example

White with #E018DC

Text Example


Text Example

HTML Codes & Css Web 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>