Shades of Deep Magenta #E60EDA
Tints of Deep Magenta #E60EDA
RGB
CMYK
RGB Variations
Color information
#E60EDA (or 0xE60EDA) is known color: Deep Magenta. HEX triplet: E6, 0E and DA. RGB value is (230,14,218). Sum of RGB (Red+Green+Blue) = 230+14+218=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 14 (5.86% from 255 or 3.03% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E60EDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60EDA is #19F125. Grayscale: #656565. Windows color (decimal): -1700134 or 14290662. OLE color: 14290662.
HSL color Cylindrical-coordinate representation of color #E60EDA: hue angle of 303.33º 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 #E60EDA is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 14 | 218 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.10 |
| HSL | 303.33º | 0.89% | 0.48% | - |
| HSV(B) | 303.33º | 0.94% | 0.9% | - |
| XYZ | 45.45 | 22.2 | 68.22 | - |
| YUV | 101.84 | 193.56 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 14 | 218 | 0 | 0.94 | 0.05 | 0.10 | 303.33 | 0.89 | 0.48 |
| Hex | E6 | E | DA | 0 | 5E | 5 | A | 12F | 59 | 30 |
| Octal | 346 | 16 | 332 | 0 | 136 | 5 | 12 | 457 | 131 | 60 |
| Binary | 11100110 | 1110 | 11011010 | 0 | 1011110 | 101 | 1010 | 100101111 | 1011001 | 110000 |
Color Harmonies of #E60EDA
Complementary color
Monochromatic Colors of #E60EDA
Black with #E60EDA
Text Example
Text Example
White with #E60EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60EDA; }
p { color: rgb(230,14,218); }
H1.HeaderClassName
{
color: #E60EDA;
}
.AnyTagClassName
{
color: #E60EDA;
}
</style>
background-color css
<style>
a { background-color: #E60EDA; }
a { background-color: rgb(230,14,218); }
div.DivClassName
{
background-color: #E60EDA;
}
.BgClassName
{
background-color: #E60EDA;
}
</style>
border-color css
<style>
span { border-color: #E60EDA; }
span { border-color: rgb(230,14,218); }
td.TdClassName
{
border-color: #E60EDA;
}
.TagClassName
{
border-color: #E60EDA;
}
</style>