Shades of Deep Magenta #E60FDB
Tints of Deep Magenta #E60FDB
RGB
CMYK
RGB Variations
Color information
#E60FDB (or 0xE60FDB) is known color: Deep Magenta. HEX triplet: E6, 0F and DB. RGB value is (230,15,219). Sum of RGB (Red+Green+Blue) = 230+15+219=464 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.57% from 464); Green value is 15 (6.25% from 255 or 3.23% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 230 - color contains mainly: red. Hex color #E60FDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60FDB is #19F024. Grayscale: #656565. Windows color (decimal): -1699877 or 14356454. OLE color: 14356454.
HSL color Cylindrical-coordinate representation of color #E60FDB: hue angle of 303.07º 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 #E60FDB is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 15 | 219 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.10 |
| HSL | 303.07º | 0.88% | 0.48% | - |
| HSV(B) | 303.07º | 0.93% | 0.9% | - |
| XYZ | 45.59 | 22.28 | 68.92 | - |
| YUV | 102.54 | 193.73 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 15 | 219 | 0 | 0.93 | 0.05 | 0.10 | 303.07 | 0.88 | 0.48 |
| Hex | E6 | F | DB | 0 | 5D | 5 | A | 12F | 58 | 30 |
| Octal | 346 | 17 | 333 | 0 | 135 | 5 | 12 | 457 | 130 | 60 |
| Binary | 11100110 | 1111 | 11011011 | 0 | 1011101 | 101 | 1010 | 100101111 | 1011000 | 110000 |
Color Harmonies of #E60FDB
Complementary color
Monochromatic Colors of #E60FDB
Black with #E60FDB
Text Example
Text Example
White with #E60FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60FDB; }
p { color: rgb(230,15,219); }
H1.HeaderClassName
{
color: #E60FDB;
}
.AnyTagClassName
{
color: #E60FDB;
}
</style>
background-color css
<style>
a { background-color: #E60FDB; }
a { background-color: rgb(230,15,219); }
div.DivClassName
{
background-color: #E60FDB;
}
.BgClassName
{
background-color: #E60FDB;
}
</style>
border-color css
<style>
span { border-color: #E60FDB; }
span { border-color: rgb(230,15,219); }
td.TdClassName
{
border-color: #E60FDB;
}
.TagClassName
{
border-color: #E60FDB;
}
</style>