Html Css Color HEX #E012DC Deep Magenta

📋 copy color: '#E012DC'

red 224 ◦ green 18 ◦ blue 220

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

Shades of Deep Magenta #E012DC

Tints of Deep Magenta #E012DC

RGB

 RED value IS 224 (87.89% from 255) = 48.48%

 GREEN value IS 18 (7.42% from 255) = 3.9%

 BLUE value IS 220 (86.33% from 255) = 47.62%

R = 48.48%
G = 3.9%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E012DC (or 0xE012DC) is known color: Deep Magenta. HEX triplet: E0, 12 and DC. RGB value is (224,18,220). Sum of RGB (Red+Green+Blue) = 224+18+220=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 18 (7.42% from 255 or 3.90% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E012DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E012DC is #1FED23. Grayscale: #666666. Windows color (decimal): -2092324 or 14422752. OLE color: 14422752.

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

Color convert

RGB 224 18 220 -
CMYK 0 0.92 0.02 0.12
HSL 301.17º 0.85% 0.47% -
HSV(B) 301.17º 0.92% 0.88% -
XYZ 43.88 21.45 69.54 -
YUV 102.62 194.25 214.57 -
System Red Green Blue C M Y K H S L
Decimal 224 18 220 0 0.92 0.02 0.12 301.17 0.85 0.47
Hex E0 12 DC 0 5C 2 C 12D 55 2F
Octal 340 22 334 0 134 2 14 455 125 57
Binary 11100000 10010 11011100 0 1011100 10 1100 100101101 1010101 101111

Color Harmonies of #E012DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E012DC

Black with #E012DC

Text Example


Text Example

White with #E012DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E012DC; }

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

 H1.HeaderClassName
 {
   color: #E012DC;
 }
 .AnyTagClassName
 {
   color: #E012DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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