#E60FD7

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

Shades of Deep Magenta #E60FD7

Tints of Deep Magenta #E60FD7

Color information

#E60FD7 (or 0xE60FD7) is unknown color: approx Deep Magenta. HEX triplet: E6, 0F and D7. RGB value is (230,15,215). Sum of RGB (Red+Green+Blue) = 230+15+215=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 15 (6.25% from 255 or 3.26% from 460); Blue value is 215 (84.38% from 255 or 46.74% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E60FD7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60FD7 is #19F028. Grayscale: #656565. Windows color (decimal): -1699881 or 14094310. OLE color: 14094310.

HSL color Cylindrical-coordinate representation of color #E60FD7: hue angle of 304.19º 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 #E60FD7 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB23015215-
CMYK00.930.070.10
HSL304.19º87.76%48.04%-
HSV(B)304.19º93.48%90.2%-
XYZ45.0722.0766.17-
YUV102.08191.73219.24-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50%
GREEN value IS 15 (6.25% from 255) = 3.26%
BLUE value IS 215 (84.38% from 255) = 46.74%
R=50%
G=3.26%
B=46.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301521500.930.070.10304.1987.7648.04
HexE6FD705D7A1305830
Octal34617327013571246013060
Binary111001101111110101110101110111110101001100001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E60FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E60FD7; }

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

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

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

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

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

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

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

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