#E011C6

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

Shades of Deep Magenta #E011C6

Tints of Deep Magenta #E011C6

Color information

#E011C6 (or 0xE011C6) is unknown color: approx Deep Magenta. HEX triplet: E0, 11 and C6. RGB value is (224,17,198). Sum of RGB (Red+Green+Blue) = 224+17+198=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 17 (7.03% from 255 or 3.87% from 439); Blue value is 198 (77.73% from 255 or 45.10% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E011C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E011C6 is #1FEE39. Grayscale: #636363. Windows color (decimal): -2092602 or 12980704. OLE color: 12980704.

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

Color convert

RGB22417198-
CMYK00.920.120.12
HSL307.54º85.89%47.25%-
HSV(B)307.54º92.41%87.84%-
XYZ41.1320.3355.18-
YUV99.53183.58216.78-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.03%
GREEN value IS 17 (7.03% from 255) = 3.87%
BLUE value IS 198 (77.73% from 255) = 45.10%
R=51.03%
G=3.87%
B=45.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241719800.920.120.12307.5485.8947.25
HexE011C605CCC134562f
Octal340213060134141446412657
Binary11100000100011100011001011100110011001001101001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E011C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E011C6; }

 p { color: rgb(224,17,198); }

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

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

 a { background-color: rgb(224,17,198); }

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

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

 span { border-color: rgb(224,17,198); }

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