Shades of Deep Magenta #E61ADE
Tints of Deep Magenta #E61ADE
RGB
CMYK
RGB Variations
Color information
#E61ADE (or 0xE61ADE) is known color: Deep Magenta. HEX triplet: E6, 1A and DE. RGB value is (230,26,222). Sum of RGB (Red+Green+Blue) = 230+26+222=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 26 (10.55% from 255 or 5.44% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 230 - color contains mainly: red. Hex color #E61ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61ADE is #19E521. Grayscale: #6C6C6C. Windows color (decimal): -1697058 or 14555878. OLE color: 14555878.
HSL color Cylindrical-coordinate representation of color #E61ADE: hue angle of 302.35º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E61ADE is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 26 | 222 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.10 |
| HSL | 302.35º | 0.8% | 0.5% | - |
| HSV(B) | 302.35º | 0.89% | 0.9% | - |
| XYZ | 46.19 | 22.84 | 71.08 | - |
| YUV | 109.34 | 191.59 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 26 | 222 | 0 | 0.89 | 0.03 | 0.10 | 302.35 | 0.8 | 0.5 |
| Hex | E6 | 1A | DE | 0 | 59 | 3 | A | 12E | 50 | 32 |
| Octal | 346 | 32 | 336 | 0 | 131 | 3 | 12 | 456 | 120 | 62 |
| Binary | 11100110 | 11010 | 11011110 | 0 | 1011001 | 11 | 1010 | 100101110 | 1010000 | 110010 |
Color Harmonies of #E61ADE
Complementary color
Monochromatic Colors of #E61ADE
Black with #E61ADE
Text Example
Text Example
White with #E61ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61ADE; }
p { color: rgb(230,26,222); }
H1.HeaderClassName
{
color: #E61ADE;
}
.AnyTagClassName
{
color: #E61ADE;
}
</style>
background-color css
<style>
a { background-color: #E61ADE; }
a { background-color: rgb(230,26,222); }
div.DivClassName
{
background-color: #E61ADE;
}
.BgClassName
{
background-color: #E61ADE;
}
</style>
border-color css
<style>
span { border-color: #E61ADE; }
span { border-color: rgb(230,26,222); }
td.TdClassName
{
border-color: #E61ADE;
}
.TagClassName
{
border-color: #E61ADE;
}
</style>