Shades of Deep Magenta #E51ADC
Tints of Deep Magenta #E51ADC
RGB
CMYK
RGB Variations
Color information
#E51ADC (or 0xE51ADC) is known color: Deep Magenta. HEX triplet: E5, 1A and DC. RGB value is (229,26,220). Sum of RGB (Red+Green+Blue) = 229+26+220=475 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.21% from 475); Green value is 26 (10.55% from 255 or 5.47% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 229 - color contains mainly: red. Hex color #E51ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51ADC is #1AE523. Grayscale: #6C6C6C. Windows color (decimal): -1762596 or 14424805. OLE color: 14424805.
HSL color Cylindrical-coordinate representation of color #E51ADC: hue angle of 302.66º 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 #E51ADC is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 26 | 220 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.10 |
| HSL | 302.66º | 0.8% | 0.5% | - |
| HSV(B) | 302.66º | 0.89% | 0.9% | - |
| XYZ | 45.6 | 22.56 | 69.66 | - |
| YUV | 108.81 | 190.75 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 26 | 220 | 0 | 0.89 | 0.04 | 0.10 | 302.66 | 0.8 | 0.5 |
| Hex | E5 | 1A | DC | 0 | 59 | 4 | A | 12F | 50 | 32 |
| Octal | 345 | 32 | 334 | 0 | 131 | 4 | 12 | 457 | 120 | 62 |
| Binary | 11100101 | 11010 | 11011100 | 0 | 1011001 | 100 | 1010 | 100101111 | 1010000 | 110010 |
Color Harmonies of #E51ADC
Complementary color
Monochromatic Colors of #E51ADC
Black with #E51ADC
Text Example
Text Example
White with #E51ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51ADC; }
p { color: rgb(229,26,220); }
H1.HeaderClassName
{
color: #E51ADC;
}
.AnyTagClassName
{
color: #E51ADC;
}
</style>
background-color css
<style>
a { background-color: #E51ADC; }
a { background-color: rgb(229,26,220); }
div.DivClassName
{
background-color: #E51ADC;
}
.BgClassName
{
background-color: #E51ADC;
}
</style>
border-color css
<style>
span { border-color: #E51ADC; }
span { border-color: rgb(229,26,220); }
td.TdClassName
{
border-color: #E51ADC;
}
.TagClassName
{
border-color: #E51ADC;
}
</style>