Shades of Deep Magenta #E01CDE
Tints of Deep Magenta #E01CDE
RGB
CMYK
RGB Variations
Color information
#E01CDE (or 0xE01CDE) is known color: Deep Magenta. HEX triplet: E0, 1C and DE. RGB value is (224,28,222). Sum of RGB (Red+Green+Blue) = 224+28+222=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 28 (11.33% from 255 or 5.91% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E01CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01CDE is #1FE321. Grayscale: #6C6C6C. Windows color (decimal): -2089762 or 14556384. OLE color: 14556384.
HSL color Cylindrical-coordinate representation of color #E01CDE: hue angle of 300.61º 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 #E01CDE is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 28 | 222 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.12 |
| HSL | 300.61º | 0.78% | 0.49% | - |
| HSV(B) | 300.61º | 0.88% | 0.88% | - |
| XYZ | 44.34 | 21.95 | 71.01 | - |
| YUV | 108.72 | 191.93 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 222 | 0 | 0.88 | 0.01 | 0.12 | 300.61 | 0.78 | 0.49 |
| Hex | E0 | 1C | DE | 0 | 58 | 1 | C | 12D | 4E | 31 |
| Octal | 340 | 34 | 336 | 0 | 130 | 1 | 14 | 455 | 116 | 61 |
| Binary | 11100000 | 11100 | 11011110 | 0 | 1011000 | 1 | 1100 | 100101101 | 1001110 | 110001 |
Color Harmonies of #E01CDE
Complementary color
Monochromatic Colors of #E01CDE
Black with #E01CDE
Text Example
Text Example
White with #E01CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01CDE; }
p { color: rgb(224,28,222); }
H1.HeaderClassName
{
color: #E01CDE;
}
.AnyTagClassName
{
color: #E01CDE;
}
</style>
background-color css
<style>
a { background-color: #E01CDE; }
a { background-color: rgb(224,28,222); }
div.DivClassName
{
background-color: #E01CDE;
}
.BgClassName
{
background-color: #E01CDE;
}
</style>
border-color css
<style>
span { border-color: #E01CDE; }
span { border-color: rgb(224,28,222); }
td.TdClassName
{
border-color: #E01CDE;
}
.TagClassName
{
border-color: #E01CDE;
}
</style>