Html Css Color HEX #E020D1 Deep Magenta

📋 copy color: '#E020D1'

red 224 ◦ green 32 ◦ blue 209

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

Shades of Deep Magenta #E020D1

Tints of Deep Magenta #E020D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.95%

R = 48.17%
G = 6.88%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E020D1 (or 0xE020D1) is known color: Deep Magenta. HEX triplet: E0, 20 and D1. RGB value is (224,32,209). Sum of RGB (Red+Green+Blue) = 224+32+209=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 32 (12.89% from 255 or 6.88% from 465); Blue value is 209 (82.03% from 255 or 44.95% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E020D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E020D1 is #1FDF2E. Grayscale: #6D6D6D. Windows color (decimal): -2088751 or 13705440. OLE color: 13705440.

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

Color convert

RGB 224 32 209 -
CMYK 0 0.86 0.07 0.12
HSL 304.69º 0.76% 0.5% -
HSV(B) 304.69º 0.86% 0.88% -
XYZ 42.77 21.48 62.21 -
YUV 109.59 184.11 209.61 -
System Red Green Blue C M Y K H S L
Decimal 224 32 209 0 0.86 0.07 0.12 304.69 0.76 0.5
Hex E0 20 D1 0 56 7 C 131 4C 32
Octal 340 40 321 0 126 7 14 461 114 62
Binary 11100000 100000 11010001 0 1010110 111 1100 100110001 1001100 110010

Color Harmonies of #E020D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E020D1

Black with #E020D1

Text Example


Text Example

White with #E020D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E020D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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