#E110D9

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

Shades of Deep Magenta #E110D9

Tints of Deep Magenta #E110D9

Color information

#E110D9 (or 0xE110D9) is unknown color: approx Deep Magenta. HEX triplet: E1, 10 and D9. RGB value is (225,16,217). Sum of RGB (Red+Green+Blue) = 225+16+217=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 16 (6.64% from 255 or 3.49% from 458); Blue value is 217 (85.16% from 255 or 47.38% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E110D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E110D9 is #1EEF26. Grayscale: #646464. Windows color (decimal): -2027303 or 14225633. OLE color: 14225633.

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

Color convert

RGB22516217-
CMYK00.930.040.12
HSL302.3º86.72%47.25%-
HSV(B)302.3º92.89%88.24%-
XYZ43.7621.3967.47-
YUV101.4193.24216.16-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.13%
GREEN value IS 16 (6.64% from 255) = 3.49%
BLUE value IS 217 (85.16% from 255) = 47.38%
R=49.13%
G=3.49%
B=47.38%

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
Decimal2251621700.930.040.12302.386.7247.25
HexE110D905D4C12e572f
Octal34120331013541445612757
Binary1110000110000110110010101110110011001001011101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E110D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E110D9; }

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

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

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

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

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

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

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

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