Shades of Deep Magenta #E60EDB
Tints of Deep Magenta #E60EDB
RGB
CMYK
RGB Variations
Color information
#E60EDB (or 0xE60EDB) is known color: Deep Magenta. HEX triplet: E6, 0E and DB. RGB value is (230,14,219). Sum of RGB (Red+Green+Blue) = 230+14+219=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 14 (5.86% from 255 or 3.02% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E60EDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60EDB is #19F124. Grayscale: #656565. Windows color (decimal): -1700133 or 14356198. OLE color: 14356198.
HSL color Cylindrical-coordinate representation of color #E60EDB: hue angle of 303.06º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E60EDB is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 14 | 219 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.10 |
| HSL | 303.06º | 0.89% | 0.48% | - |
| HSV(B) | 303.06º | 0.94% | 0.9% | - |
| XYZ | 45.58 | 22.25 | 68.91 | - |
| YUV | 101.95 | 194.06 | 219.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 14 | 219 | 0 | 0.94 | 0.05 | 0.10 | 303.06 | 0.89 | 0.48 |
| Hex | E6 | E | DB | 0 | 5E | 5 | A | 12F | 59 | 30 |
| Octal | 346 | 16 | 333 | 0 | 136 | 5 | 12 | 457 | 131 | 60 |
| Binary | 11100110 | 1110 | 11011011 | 0 | 1011110 | 101 | 1010 | 100101111 | 1011001 | 110000 |
Color Harmonies of #E60EDB
Complementary color
Monochromatic Colors of #E60EDB
Black with #E60EDB
Text Example
Text Example
White with #E60EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60EDB; }
p { color: rgb(230,14,219); }
H1.HeaderClassName
{
color: #E60EDB;
}
.AnyTagClassName
{
color: #E60EDB;
}
</style>
background-color css
<style>
a { background-color: #E60EDB; }
a { background-color: rgb(230,14,219); }
div.DivClassName
{
background-color: #E60EDB;
}
.BgClassName
{
background-color: #E60EDB;
}
</style>
border-color css
<style>
span { border-color: #E60EDB; }
span { border-color: rgb(230,14,219); }
td.TdClassName
{
border-color: #E60EDB;
}
.TagClassName
{
border-color: #E60EDB;
}
</style>