#E112DA

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

Shades of Deep Magenta #E112DA

Tints of Deep Magenta #E112DA

Color information

#E112DA (or 0xE112DA) is unknown color: approx Deep Magenta. HEX triplet: E1, 12 and DA. RGB value is (225,18,218). Sum of RGB (Red+Green+Blue) = 225+18+218=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 18 (7.42% from 255 or 3.90% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E112DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E112DA is #1EED25. Grayscale: #666666. Windows color (decimal): -2026790 or 14291681. OLE color: 14291681.

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

Color convert

RGB22518218-
CMYK00.920.030.12
HSL302.03º85.19%47.65%-
HSV(B)302.03º92%88.24%-
XYZ43.9221.568.17-
YUV102.69193.08215.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.81%
GREEN value IS 18 (7.42% from 255) = 3.90%
BLUE value IS 218 (85.55% from 255) = 47.29%
R=48.81%
G=3.90%
B=47.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251821800.920.030.12302.0385.1947.65
HexE112DA05C3C12e5530
Octal34122332013431445612560
Binary111000011001011011010010111001111001001011101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E112DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E112DA; }

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

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

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

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

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

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

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

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