Html Css Color HEX #E120D5 Deep Magenta

📋 copy color: '#E120D5'

red 225 ◦ green 32 ◦ blue 213

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

Shades of Deep Magenta #E120D5

Tints of Deep Magenta #E120D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.32%

R = 47.87%
G = 6.81%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E120D5 (or 0xE120D5) is known color: Deep Magenta. HEX triplet: E1, 20 and D5. RGB value is (225,32,213). Sum of RGB (Red+Green+Blue) = 225+32+213=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 32 (12.89% from 255 or 6.81% from 470); Blue value is 213 (83.59% from 255 or 45.32% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E120D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E120D5 is #1EDF2A. Grayscale: #6D6D6D. Windows color (decimal): -2023211 or 13967585. OLE color: 13967585.

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

Color convert

RGB 225 32 213 -
CMYK 0 0.86 0.05 0.12
HSL 303.73º 0.76% 0.5% -
HSV(B) 303.73º 0.86% 0.88% -
XYZ 43.58 21.84 64.87 -
YUV 110.34 185.94 209.78 -
System Red Green Blue C M Y K H S L
Decimal 225 32 213 0 0.86 0.05 0.12 303.73 0.76 0.5
Hex E1 20 D5 0 56 5 C 130 4C 32
Octal 341 40 325 0 126 5 14 460 114 62
Binary 11100001 100000 11010101 0 1010110 101 1100 100110000 1001100 110010

Color Harmonies of #E120D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E120D5

Black with #E120D5

Text Example


Text Example

White with #E120D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E120D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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