Shades of Deep Magenta #E60FDD
Tints of Deep Magenta #E60FDD
RGB
CMYK
RGB Variations
Color information
#E60FDD (or 0xE60FDD) is known color: Deep Magenta. HEX triplet: E6, 0F and DD. RGB value is (230,15,221). Sum of RGB (Red+Green+Blue) = 230+15+221=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 15 (6.25% from 255 or 3.22% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E60FDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60FDD is #19F022. Grayscale: #666666. Windows color (decimal): -1699875 or 14487526. OLE color: 14487526.
HSL color Cylindrical-coordinate representation of color #E60FDD: hue angle of 302.51º 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 #E60FDD is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 15 | 221 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.10 |
| HSL | 302.51º | 0.88% | 0.48% | - |
| HSV(B) | 302.51º | 0.93% | 0.9% | - |
| XYZ | 45.86 | 22.39 | 70.31 | - |
| YUV | 102.77 | 194.73 | 218.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 15 | 221 | 0 | 0.93 | 0.04 | 0.10 | 302.51 | 0.88 | 0.48 |
| Hex | E6 | F | DD | 0 | 5D | 4 | A | 12F | 58 | 30 |
| Octal | 346 | 17 | 335 | 0 | 135 | 4 | 12 | 457 | 130 | 60 |
| Binary | 11100110 | 1111 | 11011101 | 0 | 1011101 | 100 | 1010 | 100101111 | 1011000 | 110000 |
Color Harmonies of #E60FDD
Complementary color
Monochromatic Colors of #E60FDD
Black with #E60FDD
Text Example
Text Example
White with #E60FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60FDD; }
p { color: rgb(230,15,221); }
H1.HeaderClassName
{
color: #E60FDD;
}
.AnyTagClassName
{
color: #E60FDD;
}
</style>
background-color css
<style>
a { background-color: #E60FDD; }
a { background-color: rgb(230,15,221); }
div.DivClassName
{
background-color: #E60FDD;
}
.BgClassName
{
background-color: #E60FDD;
}
</style>
border-color css
<style>
span { border-color: #E60FDD; }
span { border-color: rgb(230,15,221); }
td.TdClassName
{
border-color: #E60FDD;
}
.TagClassName
{
border-color: #E60FDD;
}
</style>