#E111D4

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

Shades of Deep Magenta #E111D4

Tints of Deep Magenta #E111D4

Color information

#E111D4 (or 0xE111D4) is unknown color: approx Deep Magenta. HEX triplet: E1, 11 and D4. RGB value is (225,17,212). Sum of RGB (Red+Green+Blue) = 225+17+212=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 17 (7.03% from 255 or 3.74% from 454); Blue value is 212 (83.20% from 255 or 46.70% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E111D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E111D4 is #1EEE2B. Grayscale: #646464. Windows color (decimal): -2027052 or 13898209. OLE color: 13898209.

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

Color convert

RGB22517212-
CMYK00.920.060.12
HSL303.75º85.95%47.45%-
HSV(B)303.75º92.44%88.24%-
XYZ43.1421.1664.1-
YUV101.42190.41216.14-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.56%
GREEN value IS 17 (7.03% from 255) = 3.74%
BLUE value IS 212 (83.20% from 255) = 46.70%
R=49.56%
G=3.74%
B=46.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251721200.920.060.12303.7585.9547.45
HexE111D405C6C130562f
Octal34121324013461446012657
Binary1110000110001110101000101110011011001001100001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E111D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E111D4; }

 p { color: rgb(225,17,212); }

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

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

 a { background-color: rgb(225,17,212); }

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

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

 span { border-color: rgb(225,17,212); }

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