Shades of Deep Magenta #E01ADA
Tints of Deep Magenta #E01ADA
RGB
CMYK
RGB Variations
Color information
#E01ADA (or 0xE01ADA) is known color: Deep Magenta. HEX triplet: E0, 1A and DA. RGB value is (224,26,218). Sum of RGB (Red+Green+Blue) = 224+26+218=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 26 (10.55% from 255 or 5.56% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 224 - color contains mainly: red. Hex color #E01ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01ADA is #1FE525. Grayscale: #6A6A6A. Windows color (decimal): -2090278 or 14293728. OLE color: 14293728.
HSL color Cylindrical-coordinate representation of color #E01ADA: hue angle of 301.82º 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 #E01ADA is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 26 | 218 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.12 |
| HSL | 301.82º | 0.79% | 0.49% | - |
| HSV(B) | 301.82º | 0.88% | 0.88% | - |
| XYZ | 43.76 | 21.65 | 68.2 | - |
| YUV | 107.09 | 190.6 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 26 | 218 | 0 | 0.88 | 0.03 | 0.12 | 301.82 | 0.79 | 0.49 |
| Hex | E0 | 1A | DA | 0 | 58 | 3 | C | 12E | 4F | 31 |
| Octal | 340 | 32 | 332 | 0 | 130 | 3 | 14 | 456 | 117 | 61 |
| Binary | 11100000 | 11010 | 11011010 | 0 | 1011000 | 11 | 1100 | 100101110 | 1001111 | 110001 |
Color Harmonies of #E01ADA
Complementary color
Monochromatic Colors of #E01ADA
Black with #E01ADA
Text Example
Text Example
White with #E01ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01ADA; }
p { color: rgb(224,26,218); }
H1.HeaderClassName
{
color: #E01ADA;
}
.AnyTagClassName
{
color: #E01ADA;
}
</style>
background-color css
<style>
a { background-color: #E01ADA; }
a { background-color: rgb(224,26,218); }
div.DivClassName
{
background-color: #E01ADA;
}
.BgClassName
{
background-color: #E01ADA;
}
</style>
border-color css
<style>
span { border-color: #E01ADA; }
span { border-color: rgb(224,26,218); }
td.TdClassName
{
border-color: #E01ADA;
}
.TagClassName
{
border-color: #E01ADA;
}
</style>