Shades of Deep Magenta #E01CDA
Tints of Deep Magenta #E01CDA
RGB
CMYK
RGB Variations
Color information
#E01CDA (or 0xE01CDA) is known color: Deep Magenta. HEX triplet: E0, 1C and DA. RGB value is (224,28,218). Sum of RGB (Red+Green+Blue) = 224+28+218=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 28 (11.33% from 255 or 5.96% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E01CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01CDA is #1FE325. Grayscale: #6B6B6B. Windows color (decimal): -2089766 or 14294240. OLE color: 14294240.
HSL color Cylindrical-coordinate representation of color #E01CDA: hue angle of 301.84º degrees, saturation: 0.78, 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 #E01CDA is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 28 | 218 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.12 |
| HSL | 301.84º | 0.78% | 0.49% | - |
| HSV(B) | 301.84º | 0.88% | 0.88% | - |
| XYZ | 43.81 | 21.74 | 68.22 | - |
| YUV | 108.26 | 189.93 | 210.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 218 | 0 | 0.88 | 0.03 | 0.12 | 301.84 | 0.78 | 0.49 |
| Hex | E0 | 1C | DA | 0 | 58 | 3 | C | 12E | 4E | 31 |
| Octal | 340 | 34 | 332 | 0 | 130 | 3 | 14 | 456 | 116 | 61 |
| Binary | 11100000 | 11100 | 11011010 | 0 | 1011000 | 11 | 1100 | 100101110 | 1001110 | 110001 |
Color Harmonies of #E01CDA
Complementary color
Monochromatic Colors of #E01CDA
Black with #E01CDA
Text Example
Text Example
White with #E01CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01CDA; }
p { color: rgb(224,28,218); }
H1.HeaderClassName
{
color: #E01CDA;
}
.AnyTagClassName
{
color: #E01CDA;
}
</style>
background-color css
<style>
a { background-color: #E01CDA; }
a { background-color: rgb(224,28,218); }
div.DivClassName
{
background-color: #E01CDA;
}
.BgClassName
{
background-color: #E01CDA;
}
</style>
border-color css
<style>
span { border-color: #E01CDA; }
span { border-color: rgb(224,28,218); }
td.TdClassName
{
border-color: #E01CDA;
}
.TagClassName
{
border-color: #E01CDA;
}
</style>