#e206d9

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

Shades of Deep Magenta #E206D9

Tints of Deep Magenta #E206D9

Color information

#E206D9 (or 0xE206D9) is unknown color: approx Deep Magenta. HEX triplet: E2, 06 and D9. RGB value is (226,6,217). Sum of RGB (Red+Green+Blue) = 226+6+217=449 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.33% from 449); Green value is 6 (2.73% from 255 or 1.34% from 449); Blue value is 217 (85.16% from 255 or 48.33% from 449); Max value from RGB is 226 - color contains mainly: red. Hex color #E206D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E206D9 is #1DF926. Grayscale: #5F5F5F. Windows color (decimal): -1964327 or 14223074. OLE color: 14223074.

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

Color convert

RGB2266217-
CMYK00.970.040.11
HSL302.45º94.83%45.49%-
HSV(B)302.45º97.35%88.63%-
XYZ43.9521.3167.44-
YUV95.83196.39220.84-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 50.33%
GREEN value IS 6 (2.73% from 255) = 1.34%
BLUE value IS 217 (85.16% from 255) = 48.33%
R=50.33%
G=1.34%
B=48.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226621700.970.040.11302.4594.8345.49
HexE26D90614B12e5f2d
Octal3426331014141345613755
Binary11100010110110110010110000110010111001011101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e206d9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e206d9; }

 p { color: rgb(226,6,217); }

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

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

 a { background-color: rgb(226,6,217); }

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

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

 span { border-color: rgb(226,6,217); }

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