Shades of Deep Magenta #E01AD8
Tints of Deep Magenta #E01AD8
RGB
CMYK
RGB Variations
Color information
#E01AD8 (or 0xE01AD8) is known color: Deep Magenta. HEX triplet: E0, 1A and D8. RGB value is (224,26,216). Sum of RGB (Red+Green+Blue) = 224+26+216=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 26 (10.55% from 255 or 5.58% from 466); Blue value is 216 (84.77% from 255 or 46.35% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E01AD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01AD8 is #1FE527. Grayscale: #6A6A6A. Windows color (decimal): -2090280 or 14162656. OLE color: 14162656.
HSL color Cylindrical-coordinate representation of color #E01AD8: hue angle of 302.42º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01AD8 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 26 | 216 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.12 |
| HSL | 302.42º | 0.79% | 0.49% | - |
| HSV(B) | 302.42º | 0.88% | 0.88% | - |
| XYZ | 43.5 | 21.54 | 66.83 | - |
| YUV | 106.86 | 189.6 | 211.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 26 | 216 | 0 | 0.88 | 0.04 | 0.12 | 302.42 | 0.79 | 0.49 |
| Hex | E0 | 1A | D8 | 0 | 58 | 4 | C | 12E | 4F | 31 |
| Octal | 340 | 32 | 330 | 0 | 130 | 4 | 14 | 456 | 117 | 61 |
| Binary | 11100000 | 11010 | 11011000 | 0 | 1011000 | 100 | 1100 | 100101110 | 1001111 | 110001 |
Color Harmonies of #E01AD8
Complementary color
Monochromatic Colors of #E01AD8
Black with #E01AD8
Text Example
Text Example
White with #E01AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01AD8; }
p { color: rgb(224,26,216); }
H1.HeaderClassName
{
color: #E01AD8;
}
.AnyTagClassName
{
color: #E01AD8;
}
</style>
background-color css
<style>
a { background-color: #E01AD8; }
a { background-color: rgb(224,26,216); }
div.DivClassName
{
background-color: #E01AD8;
}
.BgClassName
{
background-color: #E01AD8;
}
</style>
border-color css
<style>
span { border-color: #E01AD8; }
span { border-color: rgb(224,26,216); }
td.TdClassName
{
border-color: #E01AD8;
}
.TagClassName
{
border-color: #E01AD8;
}
</style>