#E11AD6

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

Shades of Deep Magenta #E11AD6

Tints of Deep Magenta #E11AD6

Color information

#E11AD6 (or 0xE11AD6) is unknown color: approx Deep Magenta. HEX triplet: E1, 1A and D6. RGB value is (225,26,214). Sum of RGB (Red+Green+Blue) = 225+26+214=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 26 (10.55% from 255 or 5.59% from 465); Blue value is 214 (83.98% from 255 or 46.02% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E11AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11AD6 is #1EE529. Grayscale: #6A6A6A. Windows color (decimal): -2024746 or 14031585. OLE color: 14031585.

HSL color Cylindrical-coordinate representation of color #E11AD6: hue angle of 303.32º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11AD6 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB22526214-
CMYK00.880.050.12
HSL303.32º79.28%49.22%-
HSV(B)303.32º88.44%88.24%-
XYZ43.5621.665.49-
YUV106.93188.43212.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.39%
GREEN value IS 26 (10.55% from 255) = 5.59%
BLUE value IS 214 (83.98% from 255) = 46.02%
R=48.39%
G=5.59%
B=46.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252621400.880.050.12303.3279.2849.22
HexE11AD60585C12f4f31
Octal34132326013051445711761
Binary1110000111010110101100101100010111001001011111001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11AD6; }

 p { color: rgb(225,26,214); }

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

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

 a { background-color: rgb(225,26,214); }

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

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

 span { border-color: rgb(225,26,214); }

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