#E406DD

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

Shades of Deep Magenta #E406DD

Tints of Deep Magenta #E406DD

Color information

#E406DD (or 0xE406DD) is unknown color: approx Deep Magenta. HEX triplet: E4, 06 and DD. RGB value is (228,6,221). Sum of RGB (Red+Green+Blue) = 228+6+221=455 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.11% from 455); Green value is 6 (2.73% from 255 or 1.32% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 228 - color contains mainly: red. Hex color #E406DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E406DD is #1BF922. Grayscale: #606060. Windows color (decimal): -1833251 or 14485220. OLE color: 14485220.

HSL color Cylindrical-coordinate representation of color #E406DD: hue angle of 301.89º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E406DD is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB2286221-
CMYK00.970.030.11
HSL301.89º94.87%45.88%-
HSV(B)301.89º97.37%89.41%-
XYZ45.1121.8470.25-
YUV96.89198.05221.52-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 50.11%
GREEN value IS 6 (2.73% from 255) = 1.32%
BLUE value IS 221 (86.72% from 255) = 48.57%
R=50.11%
G=1.32%
B=48.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228622100.970.030.11301.8994.8745.88
HexE46DD0613B12e5f2e
Octal3446335014131345613756
Binary1110010011011011101011000011110111001011101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E406DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E406DD; }

 p { color: rgb(228,6,221); }

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

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

 a { background-color: rgb(228,6,221); }

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

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

 span { border-color: rgb(228,6,221); }

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