#E110D8

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

Shades of Deep Magenta #E110D8

Tints of Deep Magenta #E110D8

Color information

#E110D8 (or 0xE110D8) is unknown color: approx Deep Magenta. HEX triplet: E1, 10 and D8. RGB value is (225,16,216). Sum of RGB (Red+Green+Blue) = 225+16+216=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 16 (6.64% from 255 or 3.50% from 457); Blue value is 216 (84.77% from 255 or 47.26% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E110D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E110D8 is #1EEF27. Grayscale: #646464. Windows color (decimal): -2027304 or 14160097. OLE color: 14160097.

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

Color convert

RGB22516216-
CMYK00.930.040.12
HSL302.58º86.72%47.25%-
HSV(B)302.58º92.89%88.24%-
XYZ43.6321.3466.78-
YUV101.29192.74216.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.23%
GREEN value IS 16 (6.64% from 255) = 3.50%
BLUE value IS 216 (84.77% from 255) = 47.26%
R=49.23%
G=3.50%
B=47.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251621600.930.040.12302.5886.7247.25
HexE110D805D4C12f572f
Octal34120330013541445712757
Binary1110000110000110110000101110110011001001011111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E110D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E110D8; }

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

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

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

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

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

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

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

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