Html Css Color HEX #E020D8 Deep Magenta

📋 copy color: '#E020D8'

red 224 ◦ green 32 ◦ blue 216

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

Shades of Deep Magenta #E020D8

Tints of Deep Magenta #E020D8

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.78%

 BLUE value IS 216 (84.77% from 255) = 45.76%

R = 47.46%
G = 6.78%
B = 45.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E020D8 (or 0xE020D8) is known color: Deep Magenta. HEX triplet: E0, 20 and D8. RGB value is (224,32,216). Sum of RGB (Red+Green+Blue) = 224+32+216=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 32 (12.89% from 255 or 6.78% from 472); Blue value is 216 (84.77% from 255 or 45.76% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E020D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E020D8 is #1FDF27. Grayscale: #6D6D6D. Windows color (decimal): -2088744 or 14164192. OLE color: 14164192.

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

Color convert

RGB 224 32 216 -
CMYK 0 0.86 0.04 0.12
HSL 302.5º 0.76% 0.5% -
HSV(B) 302.5º 0.86% 0.88% -
XYZ 43.65 21.84 66.88 -
YUV 110.38 187.61 209.04 -
System Red Green Blue C M Y K H S L
Decimal 224 32 216 0 0.86 0.04 0.12 302.5 0.76 0.5
Hex E0 20 D8 0 56 4 C 12E 4C 32
Octal 340 40 330 0 126 4 14 456 114 62
Binary 11100000 100000 11011000 0 1010110 100 1100 100101110 1001100 110010

Color Harmonies of #E020D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E020D8

Black with #E020D8

Text Example


Text Example

White with #E020D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E020D8; }

 p { color: rgb(224,32,216); }

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

background-color css

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

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

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

border-color css

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

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

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