#E112D7

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

Shades of Deep Magenta #E112D7

Tints of Deep Magenta #E112D7

Color information

#E112D7 (or 0xE112D7) is unknown color: approx Deep Magenta. HEX triplet: E1, 12 and D7. RGB value is (225,18,215). Sum of RGB (Red+Green+Blue) = 225+18+215=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 18 (7.42% from 255 or 3.93% from 458); Blue value is 215 (84.38% from 255 or 46.94% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E112D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E112D7 is #1EED28. Grayscale: #656565. Windows color (decimal): -2026793 or 14095073. OLE color: 14095073.

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

Color convert

RGB22518215-
CMYK00.920.040.12
HSL302.9º85.19%47.65%-
HSV(B)302.9º92%88.24%-
XYZ43.5321.3566.12-
YUV102.35191.58215.48-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.13%
GREEN value IS 18 (7.42% from 255) = 3.93%
BLUE value IS 215 (84.38% from 255) = 46.94%
R=49.13%
G=3.93%
B=46.94%

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
Decimal2251821500.920.040.12302.985.1947.65
HexE112D705C4C12f5530
Octal34122327013441445712560
Binary1110000110010110101110101110010011001001011111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E112D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E112D7; }

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

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

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

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

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

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

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

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