Shades of Deep Magenta #E60FD8
Tints of Deep Magenta #E60FD8
RGB
CMYK
RGB Variations
Color information
#E60FD8 (or 0xE60FD8) is known color: Deep Magenta. HEX triplet: E6, 0F and D8. RGB value is (230,15,216). Sum of RGB (Red+Green+Blue) = 230+15+216=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 15 (6.25% from 255 or 3.25% from 461); Blue value is 216 (84.77% from 255 or 46.85% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E60FD8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60FD8 is #19F027. Grayscale: #656565. Windows color (decimal): -1699880 or 14159846. OLE color: 14159846.
HSL color Cylindrical-coordinate representation of color #E60FD8: hue angle of 303.91º 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 #E60FD8 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 15 | 216 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.10 |
| HSL | 303.91º | 0.88% | 0.48% | - |
| HSV(B) | 303.91º | 0.93% | 0.9% | - |
| XYZ | 45.2 | 22.12 | 66.85 | - |
| YUV | 102.2 | 192.23 | 219.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 15 | 216 | 0 | 0.93 | 0.06 | 0.10 | 303.91 | 0.88 | 0.48 |
| Hex | E6 | F | D8 | 0 | 5D | 6 | A | 130 | 58 | 30 |
| Octal | 346 | 17 | 330 | 0 | 135 | 6 | 12 | 460 | 130 | 60 |
| Binary | 11100110 | 1111 | 11011000 | 0 | 1011101 | 110 | 1010 | 100110000 | 1011000 | 110000 |
Color Harmonies of #E60FD8
Complementary color
Monochromatic Colors of #E60FD8
Black with #E60FD8
Text Example
Text Example
White with #E60FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60FD8; }
p { color: rgb(230,15,216); }
H1.HeaderClassName
{
color: #E60FD8;
}
.AnyTagClassName
{
color: #E60FD8;
}
</style>
background-color css
<style>
a { background-color: #E60FD8; }
a { background-color: rgb(230,15,216); }
div.DivClassName
{
background-color: #E60FD8;
}
.BgClassName
{
background-color: #E60FD8;
}
</style>
border-color css
<style>
span { border-color: #E60FD8; }
span { border-color: rgb(230,15,216); }
td.TdClassName
{
border-color: #E60FD8;
}
.TagClassName
{
border-color: #E60FD8;
}
</style>