Shades of Deep Magenta #E60FDF
Tints of Deep Magenta #E60FDF
RGB
CMYK
RGB Variations
Color information
#E60FDF (or 0xE60FDF) is known color: Deep Magenta. HEX triplet: E6, 0F and DF. RGB value is (230,15,223). Sum of RGB (Red+Green+Blue) = 230+15+223=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 15 (6.25% from 255 or 3.21% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 230 - color contains mainly: red. Hex color #E60FDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60FDF is #19F020. Grayscale: #666666. Windows color (decimal): -1699873 or 14618598. OLE color: 14618598.
HSL color Cylindrical-coordinate representation of color #E60FDF: hue angle of 301.95º 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 #E60FDF is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 15 | 223 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.10 |
| HSL | 301.95º | 0.88% | 0.48% | - |
| HSV(B) | 301.95º | 0.93% | 0.9% | - |
| XYZ | 46.12 | 22.49 | 71.72 | - |
| YUV | 103 | 195.73 | 218.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 15 | 223 | 0 | 0.93 | 0.03 | 0.10 | 301.95 | 0.88 | 0.48 |
| Hex | E6 | F | DF | 0 | 5D | 3 | A | 12E | 58 | 30 |
| Octal | 346 | 17 | 337 | 0 | 135 | 3 | 12 | 456 | 130 | 60 |
| Binary | 11100110 | 1111 | 11011111 | 0 | 1011101 | 11 | 1010 | 100101110 | 1011000 | 110000 |
Color Harmonies of #E60FDF
Complementary color
Monochromatic Colors of #E60FDF
Black with #E60FDF
Text Example
Text Example
White with #E60FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60FDF; }
p { color: rgb(230,15,223); }
H1.HeaderClassName
{
color: #E60FDF;
}
.AnyTagClassName
{
color: #E60FDF;
}
</style>
background-color css
<style>
a { background-color: #E60FDF; }
a { background-color: rgb(230,15,223); }
div.DivClassName
{
background-color: #E60FDF;
}
.BgClassName
{
background-color: #E60FDF;
}
</style>
border-color css
<style>
span { border-color: #E60FDF; }
span { border-color: rgb(230,15,223); }
td.TdClassName
{
border-color: #E60FDF;
}
.TagClassName
{
border-color: #E60FDF;
}
</style>