#E60FD9

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

Shades of Deep Magenta #E60FD9

Tints of Deep Magenta #E60FD9

Color information

#E60FD9 (or 0xE60FD9) is unknown color: approx Deep Magenta. HEX triplet: E6, 0F and D9. RGB value is (230,15,217). Sum of RGB (Red+Green+Blue) = 230+15+217=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 15 (6.25% from 255 or 3.25% from 462); Blue value is 217 (85.16% from 255 or 46.97% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E60FD9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60FD9 is #19F026. Grayscale: #656565. Windows color (decimal): -1699879 or 14225382. OLE color: 14225382.

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

Color convert

RGB23015217-
CMYK00.930.060.10
HSL303.63º87.76%48.04%-
HSV(B)303.63º93.48%90.2%-
XYZ45.3322.1767.54-
YUV102.31192.73219.07-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.78%
GREEN value IS 15 (6.25% from 255) = 3.25%
BLUE value IS 217 (85.16% from 255) = 46.97%
R=49.78%
G=3.25%
B=46.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301521700.930.060.10303.6387.7648.04
HexE6FD905D6A1305830
Octal34617331013561246013060
Binary111001101111110110010101110111010101001100001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E60FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E60FD9; }

 p { color: rgb(230,15,217); }

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

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

 a { background-color: rgb(230,15,217); }

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

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

 span { border-color: rgb(230,15,217); }

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