#E416D8

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

Shades of Deep Magenta #E416D8

Tints of Deep Magenta #E416D8

Color information

#E416D8 (or 0xE416D8) is unknown color: approx Deep Magenta. HEX triplet: E4, 16 and D8. RGB value is (228,22,216). Sum of RGB (Red+Green+Blue) = 228+22+216=466 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.93% from 466); Green value is 22 (8.98% from 255 or 4.72% from 466); Blue value is 216 (84.77% from 255 or 46.35% from 466); Max value from RGB is 228 - color contains mainly: red. Hex color #E416D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E416D8 is #1BE927. Grayscale: #696969. Windows color (decimal): -1829160 or 14161636. OLE color: 14161636.

HSL color Cylindrical-coordinate representation of color #E416D8: hue angle of 303.5º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E416D8 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB22822216-
CMYK00.900.050.11
HSL303.5º82.4%49.02%-
HSV(B)303.5º90.35%89.41%-
XYZ44.6822.0366.86-
YUV105.71190.25215.23-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.93%
GREEN value IS 22 (8.98% from 255) = 4.72%
BLUE value IS 216 (84.77% from 255) = 46.35%
R=48.93%
G=4.72%
B=46.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2282221600.900.050.11303.582.449.02
HexE416D805A5B12f5231
Octal34426330013251345712261
Binary1110010010110110110000101101010110111001011111010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E416D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E416D8; }

 p { color: rgb(228,22,216); }

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

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

 a { background-color: rgb(228,22,216); }

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

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

 span { border-color: rgb(228,22,216); }

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