Shades of Deep Magenta #E60ADE
Tints of Deep Magenta #E60ADE
RGB
CMYK
RGB Variations
Color information
#E60ADE (or 0xE60ADE) is known color: Deep Magenta. HEX triplet: E6, 0A and DE. RGB value is (230,10,222). Sum of RGB (Red+Green+Blue) = 230+10+222=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 10 (4.30% from 255 or 2.16% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E60ADE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60ADE is #19F521. Grayscale: #636363. Windows color (decimal): -1701154 or 14551782. OLE color: 14551782.
HSL color Cylindrical-coordinate representation of color #E60ADE: hue angle of 302.18º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E60ADE is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 10 | 222 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.10 |
| HSL | 302.18º | 0.92% | 0.47% | - |
| HSV(B) | 302.18º | 0.96% | 0.9% | - |
| XYZ | 45.93 | 22.31 | 70.99 | - |
| YUV | 99.95 | 196.89 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 10 | 222 | 0 | 0.96 | 0.03 | 0.10 | 302.18 | 0.92 | 0.47 |
| Hex | E6 | A | DE | 0 | 60 | 3 | A | 12E | 5C | 2F |
| Octal | 346 | 12 | 336 | 0 | 140 | 3 | 12 | 456 | 134 | 57 |
| Binary | 11100110 | 1010 | 11011110 | 0 | 1100000 | 11 | 1010 | 100101110 | 1011100 | 101111 |
Color Harmonies of #E60ADE
Complementary color
Monochromatic Colors of #E60ADE
Black with #E60ADE
Text Example
Text Example
White with #E60ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60ADE; }
p { color: rgb(230,10,222); }
H1.HeaderClassName
{
color: #E60ADE;
}
.AnyTagClassName
{
color: #E60ADE;
}
</style>
background-color css
<style>
a { background-color: #E60ADE; }
a { background-color: rgb(230,10,222); }
div.DivClassName
{
background-color: #E60ADE;
}
.BgClassName
{
background-color: #E60ADE;
}
</style>
border-color css
<style>
span { border-color: #E60ADE; }
span { border-color: rgb(230,10,222); }
td.TdClassName
{
border-color: #E60ADE;
}
.TagClassName
{
border-color: #E60ADE;
}
</style>