Html Css Color HEX #E120D9 Deep Magenta

📋 copy color: '#E120D9'

red 225 ◦ green 32 ◦ blue 217

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

Shades of Deep Magenta #E120D9

Tints of Deep Magenta #E120D9

RGB

 RED value IS 225 (88.28% from 255) = 47.47%

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

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

R = 47.47%
G = 6.75%
B = 45.78%

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

#E120D9 (or 0xE120D9) is known color: Deep Magenta. HEX triplet: E1, 20 and D9. RGB value is (225,32,217). Sum of RGB (Red+Green+Blue) = 225+32+217=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 32 (12.89% from 255 or 6.75% from 474); Blue value is 217 (85.16% from 255 or 45.78% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E120D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E120D9 is #1EDF26. Grayscale: #6E6E6E. Windows color (decimal): -2023207 or 14229729. OLE color: 14229729.

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

Color convert

RGB 225 32 217 -
CMYK 0 0.86 0.04 0.12
HSL 302.49º 0.76% 0.5% -
HSV(B) 302.49º 0.86% 0.88% -
XYZ 44.09 22.05 67.58 -
YUV 110.8 187.94 209.46 -
System Red Green Blue C M Y K H S L
Decimal 225 32 217 0 0.86 0.04 0.12 302.49 0.76 0.5
Hex E1 20 D9 0 56 4 C 12E 4C 32
Octal 341 40 331 0 126 4 14 456 114 62
Binary 11100001 100000 11011001 0 1010110 100 1100 100101110 1001100 110010

Color Harmonies of #E120D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E120D9

Black with #E120D9

Text Example


Text Example

White with #E120D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E120D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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