Html Css Color HEX #E120D4 Deep Magenta

📋 copy color: '#E120D4'

red 225 ◦ green 32 ◦ blue 212

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

Shades of Deep Magenta #E120D4

Tints of Deep Magenta #E120D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.2%

R = 47.97%
G = 6.82%
B = 45.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E120D4 (or 0xE120D4) is known color: Deep Magenta. HEX triplet: E1, 20 and D4. RGB value is (225,32,212). Sum of RGB (Red+Green+Blue) = 225+32+212=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 32 (12.89% from 255 or 6.82% from 469); Blue value is 212 (83.20% from 255 or 45.20% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E120D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E120D4 is #1EDF2B. Grayscale: #6D6D6D. Windows color (decimal): -2023212 or 13902049. OLE color: 13902049.

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

Color convert

RGB 225 32 212 -
CMYK 0 0.86 0.06 0.12
HSL 304.04º 0.76% 0.5% -
HSV(B) 304.04º 0.86% 0.88% -
XYZ 43.45 21.79 64.2 -
YUV 110.23 185.44 209.86 -
System Red Green Blue C M Y K H S L
Decimal 225 32 212 0 0.86 0.06 0.12 304.04 0.76 0.5
Hex E1 20 D4 0 56 6 C 130 4C 32
Octal 341 40 324 0 126 6 14 460 114 62
Binary 11100001 100000 11010100 0 1010110 110 1100 100110000 1001100 110010

Color Harmonies of #E120D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E120D4

Black with #E120D4

Text Example


Text Example

White with #E120D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E120D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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