#E112D8

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

Shades of Deep Magenta #E112D8

Tints of Deep Magenta #E112D8

Color information

#E112D8 (or 0xE112D8) is unknown color: approx Deep Magenta. HEX triplet: E1, 12 and D8. RGB value is (225,18,216). Sum of RGB (Red+Green+Blue) = 225+18+216=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 18 (7.42% from 255 or 3.92% from 459); Blue value is 216 (84.77% from 255 or 47.06% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E112D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E112D8 is #1EED27. Grayscale: #656565. Windows color (decimal): -2026792 or 14160609. OLE color: 14160609.

HSL color Cylindrical-coordinate representation of color #E112D8: hue angle of 302.61º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E112D8 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB22518216-
CMYK00.920.040.12
HSL302.61º85.19%47.65%-
HSV(B)302.61º92%88.24%-
XYZ43.6621.466.79-
YUV102.46192.08215.4-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.02%
GREEN value IS 18 (7.42% from 255) = 3.92%
BLUE value IS 216 (84.77% from 255) = 47.06%
R=49.02%
G=3.92%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251821600.920.040.12302.6185.1947.65
HexE112D805C4C12f5530
Octal34122330013441445712560
Binary1110000110010110110000101110010011001001011111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E112D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E112D8; }

 p { color: rgb(225,18,216); }

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

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

 a { background-color: rgb(225,18,216); }

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

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

 span { border-color: rgb(225,18,216); }

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