#E606D8

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

Shades of Deep Magenta #E606D8

Tints of Deep Magenta #E606D8

Color information

#E606D8 (or 0xE606D8) is unknown color: approx Deep Magenta. HEX triplet: E6, 06 and D8. RGB value is (230,6,216). Sum of RGB (Red+Green+Blue) = 230+6+216=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 6 (2.73% from 255 or 1.33% from 452); Blue value is 216 (84.77% from 255 or 47.79% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E606D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E606D8 is #19F927. Grayscale: #606060. Windows color (decimal): -1702184 or 14157542. OLE color: 14157542.

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

Color convert

RGB2306216-
CMYK00.970.060.10
HSL303.75º94.92%46.27%-
HSV(B)303.75º97.39%90.2%-
XYZ45.0921.9166.82-
YUV96.92195.21222.92-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.88%
GREEN value IS 6 (2.73% from 255) = 1.33%
BLUE value IS 216 (84.77% from 255) = 47.79%
R=50.88%
G=1.33%
B=47.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230621600.970.060.10303.7594.9246.27
HexE66D80616A1305f2e
Octal3466330014161246013756
Binary11100110110110110000110000111010101001100001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E606D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E606D8; }

 p { color: rgb(230,6,216); }

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

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

 a { background-color: rgb(230,6,216); }

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

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

 span { border-color: rgb(230,6,216); }

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