Shades of Deep Magenta #E01ADE
Tints of Deep Magenta #E01ADE
RGB
CMYK
RGB Variations
Color information
#E01ADE (or 0xE01ADE) is known color: Deep Magenta. HEX triplet: E0, 1A and DE. RGB value is (224,26,222). Sum of RGB (Red+Green+Blue) = 224+26+222=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 26 (10.55% from 255 or 5.51% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E01ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01ADE is #1FE521. Grayscale: #6A6A6A. Windows color (decimal): -2090274 or 14555872. OLE color: 14555872.
HSL color Cylindrical-coordinate representation of color #E01ADE: hue angle of 300.61º 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 #E01ADE is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 26 | 222 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.12 |
| HSL | 300.61º | 0.79% | 0.49% | - |
| HSV(B) | 300.61º | 0.88% | 0.88% | - |
| XYZ | 44.29 | 21.86 | 70.99 | - |
| YUV | 107.55 | 192.6 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 26 | 222 | 0 | 0.88 | 0.01 | 0.12 | 300.61 | 0.79 | 0.49 |
| Hex | E0 | 1A | DE | 0 | 58 | 1 | C | 12D | 4F | 31 |
| Octal | 340 | 32 | 336 | 0 | 130 | 1 | 14 | 455 | 117 | 61 |
| Binary | 11100000 | 11010 | 11011110 | 0 | 1011000 | 1 | 1100 | 100101101 | 1001111 | 110001 |
Color Harmonies of #E01ADE
Complementary color
Monochromatic Colors of #E01ADE
Black with #E01ADE
Text Example
Text Example
White with #E01ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01ADE; }
p { color: rgb(224,26,222); }
H1.HeaderClassName
{
color: #E01ADE;
}
.AnyTagClassName
{
color: #E01ADE;
}
</style>
background-color css
<style>
a { background-color: #E01ADE; }
a { background-color: rgb(224,26,222); }
div.DivClassName
{
background-color: #E01ADE;
}
.BgClassName
{
background-color: #E01ADE;
}
</style>
border-color css
<style>
span { border-color: #E01ADE; }
span { border-color: rgb(224,26,222); }
td.TdClassName
{
border-color: #E01ADE;
}
.TagClassName
{
border-color: #E01ADE;
}
</style>