Shades of Deep Magenta #E51ADD
Tints of Deep Magenta #E51ADD
RGB
CMYK
RGB Variations
Color information
#E51ADD (or 0xE51ADD) is known color: Deep Magenta. HEX triplet: E5, 1A and DD. RGB value is (229,26,221). Sum of RGB (Red+Green+Blue) = 229+26+221=476 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.11% from 476); Green value is 26 (10.55% from 255 or 5.46% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 229 - color contains mainly: red. Hex color #E51ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51ADD is #1AE522. Grayscale: #6C6C6C. Windows color (decimal): -1762595 or 14490341. OLE color: 14490341.
HSL color Cylindrical-coordinate representation of color #E51ADD: hue angle of 302.36º 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 #E51ADD is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 26 | 221 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.10 |
| HSL | 302.36º | 0.8% | 0.5% | - |
| HSV(B) | 302.36º | 0.89% | 0.9% | - |
| XYZ | 45.73 | 22.62 | 70.36 | - |
| YUV | 108.93 | 191.25 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 26 | 221 | 0 | 0.89 | 0.03 | 0.10 | 302.36 | 0.8 | 0.5 |
| Hex | E5 | 1A | DD | 0 | 59 | 3 | A | 12E | 50 | 32 |
| Octal | 345 | 32 | 335 | 0 | 131 | 3 | 12 | 456 | 120 | 62 |
| Binary | 11100101 | 11010 | 11011101 | 0 | 1011001 | 11 | 1010 | 100101110 | 1010000 | 110010 |
Color Harmonies of #E51ADD
Complementary color
Monochromatic Colors of #E51ADD
Black with #E51ADD
Text Example
Text Example
White with #E51ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51ADD; }
p { color: rgb(229,26,221); }
H1.HeaderClassName
{
color: #E51ADD;
}
.AnyTagClassName
{
color: #E51ADD;
}
</style>
background-color css
<style>
a { background-color: #E51ADD; }
a { background-color: rgb(229,26,221); }
div.DivClassName
{
background-color: #E51ADD;
}
.BgClassName
{
background-color: #E51ADD;
}
</style>
border-color css
<style>
span { border-color: #E51ADD; }
span { border-color: rgb(229,26,221); }
td.TdClassName
{
border-color: #E51ADD;
}
.TagClassName
{
border-color: #E51ADD;
}
</style>