#E120DD

Color #E120DD Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #E120DD

Tints of Deep Magenta #E120DD

Color information

#E120DD (or 0xE120DD) is unknown color: approx Deep Magenta. HEX triplet: E1, 20 and DD. RGB value is (225,32,221). Sum of RGB (Red+Green+Blue) = 225+32+221=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 32 (12.89% from 255 or 6.69% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E120DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E120DD is #1EDF22. Grayscale: #6E6E6E. Windows color (decimal): -2023203 or 14491873. OLE color: 14491873.

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

Color convert

RGB22532221-
CMYK00.860.020.12
HSL301.24º76.28%50.39%-
HSV(B)301.24º85.78%88.24%-
XYZ44.6222.2670.35-
YUV111.25189.94209.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.07%
GREEN value IS 32 (12.89% from 255) = 6.69%
BLUE value IS 221 (86.72% from 255) = 46.23%
R=47.07%
G=6.69%
B=46.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2253222100.860.020.12301.2476.2850.39
HexE120DD0562C12d4c32
Octal34140335012621445511462
Binary1110000110000011011101010101101011001001011011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E120DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E120DD; }

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

 H1.HeaderClassName
 {
   color: #E120DD;
 }
 .AnyTagClassName
 {
   color: #E120DD;
 }
</style>
background-color css

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

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

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

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

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

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