Shades of Deep Magenta #E60FD7
Tints of Deep Magenta #E60FD7
RGB
CMYK
RGB Variations
Color information
#E60FD7 (or 0xE60FD7) is known color: 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
| RGB | 230 | 15 | 215 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.10 |
| HSL | 304.19º | 0.88% | 0.48% | - |
| HSV(B) | 304.19º | 0.93% | 0.9% | - |
| XYZ | 45.07 | 22.07 | 66.17 | - |
| YUV | 102.09 | 191.73 | 219.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 15 | 215 | 0 | 0.93 | 0.07 | 0.10 | 304.19 | 0.88 | 0.48 |
| Hex | E6 | F | D7 | 0 | 5D | 7 | A | 130 | 58 | 30 |
| Octal | 346 | 17 | 327 | 0 | 135 | 7 | 12 | 460 | 130 | 60 |
| Binary | 11100110 | 1111 | 11010111 | 0 | 1011101 | 111 | 1010 | 100110000 | 1011000 | 110000 |
Color Harmonies of #E60FD7
Complementary color
Monochromatic Colors of #E60FD7
Black with #E60FD7
Text Example
Text Example
White with #E60FD7
Text Example
Text Example
HTML Codes & Css Web 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>