Shades of Deep Magenta #E61ADC
Tints of Deep Magenta #E61ADC
RGB
CMYK
RGB Variations
Color information
#E61ADC (or 0xE61ADC) is known color: Deep Magenta. HEX triplet: E6, 1A and DC. RGB value is (230,26,220). Sum of RGB (Red+Green+Blue) = 230+26+220=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 26 (10.55% from 255 or 5.46% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 230 - color contains mainly: red. Hex color #E61ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61ADC is #19E523. Grayscale: #6C6C6C. Windows color (decimal): -1697060 or 14424806. OLE color: 14424806.
HSL color Cylindrical-coordinate representation of color #E61ADC: hue angle of 302.94º 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 #E61ADC is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 26 | 220 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.10 |
| HSL | 302.94º | 0.8% | 0.5% | - |
| HSV(B) | 302.94º | 0.89% | 0.9% | - |
| XYZ | 45.92 | 22.73 | 69.68 | - |
| YUV | 109.11 | 190.59 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 26 | 220 | 0 | 0.89 | 0.04 | 0.10 | 302.94 | 0.8 | 0.5 |
| Hex | E6 | 1A | DC | 0 | 59 | 4 | A | 12F | 50 | 32 |
| Octal | 346 | 32 | 334 | 0 | 131 | 4 | 12 | 457 | 120 | 62 |
| Binary | 11100110 | 11010 | 11011100 | 0 | 1011001 | 100 | 1010 | 100101111 | 1010000 | 110010 |
Color Harmonies of #E61ADC
Complementary color
Monochromatic Colors of #E61ADC
Black with #E61ADC
Text Example
Text Example
White with #E61ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61ADC; }
p { color: rgb(230,26,220); }
H1.HeaderClassName
{
color: #E61ADC;
}
.AnyTagClassName
{
color: #E61ADC;
}
</style>
background-color css
<style>
a { background-color: #E61ADC; }
a { background-color: rgb(230,26,220); }
div.DivClassName
{
background-color: #E61ADC;
}
.BgClassName
{
background-color: #E61ADC;
}
</style>
border-color css
<style>
span { border-color: #E61ADC; }
span { border-color: rgb(230,26,220); }
td.TdClassName
{
border-color: #E61ADC;
}
.TagClassName
{
border-color: #E61ADC;
}
</style>