Html Css Color HEX #E020D9 Deep Magenta

📋 copy color: '#E020D9'

red 224 ◦ green 32 ◦ blue 217

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

Shades of Deep Magenta #E020D9

Tints of Deep Magenta #E020D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.88%

R = 47.36%
G = 6.77%
B = 45.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E020D9 (or 0xE020D9) is known color: Deep Magenta. HEX triplet: E0, 20 and D9. RGB value is (224,32,217). Sum of RGB (Red+Green+Blue) = 224+32+217=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 32 (12.89% from 255 or 6.77% from 473); Blue value is 217 (85.16% from 255 or 45.88% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E020D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E020D9 is #1FDF26. Grayscale: #6D6D6D. Windows color (decimal): -2088743 or 14229728. OLE color: 14229728.

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

Color convert

RGB 224 32 217 -
CMYK 0 0.86 0.03 0.12
HSL 302.19º 0.76% 0.5% -
HSV(B) 302.19º 0.86% 0.88% -
XYZ 43.78 21.89 67.56 -
YUV 110.5 188.11 208.96 -
System Red Green Blue C M Y K H S L
Decimal 224 32 217 0 0.86 0.03 0.12 302.19 0.76 0.5
Hex E0 20 D9 0 56 3 C 12E 4C 32
Octal 340 40 331 0 126 3 14 456 114 62
Binary 11100000 100000 11011001 0 1010110 11 1100 100101110 1001100 110010

Color Harmonies of #E020D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E020D9

Black with #E020D9

Text Example


Text Example

White with #E020D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E020D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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