#E11AD1

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

Shades of Deep Magenta #E11AD1

Tints of Deep Magenta #E11AD1

Color information

#E11AD1 (or 0xE11AD1) is unknown color: approx Deep Magenta. HEX triplet: E1, 1A and D1. RGB value is (225,26,209). Sum of RGB (Red+Green+Blue) = 225+26+209=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 26 (10.55% from 255 or 5.65% from 460); Blue value is 209 (82.03% from 255 or 45.43% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E11AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11AD1 is #1EE52E. Grayscale: #696969. Windows color (decimal): -2024751 or 13703905. OLE color: 13703905.

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

Color convert

RGB22526209-
CMYK00.880.070.12
HSL304.82º79.28%49.22%-
HSV(B)304.82º88.44%88.24%-
XYZ42.9321.3562.18-
YUV106.36185.93212.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.91%
GREEN value IS 26 (10.55% from 255) = 5.65%
BLUE value IS 209 (82.03% from 255) = 45.43%
R=48.91%
G=5.65%
B=45.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252620900.880.070.12304.8279.2849.22
HexE11AD10587C1314f31
Octal34132321013071446111761
Binary1110000111010110100010101100011111001001100011001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11AD1; }

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

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

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

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

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

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

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

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