Shades of Deep Magenta #E01CDF
Tints of Deep Magenta #E01CDF
RGB
CMYK
RGB Variations
Color information
#E01CDF (or 0xE01CDF) is known color: Deep Magenta. HEX triplet: E0, 1C and DF. RGB value is (224,28,223). Sum of RGB (Red+Green+Blue) = 224+28+223=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 28 (11.33% from 255 or 5.89% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E01CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01CDF is #1FE320. Grayscale: #6C6C6C. Windows color (decimal): -2089761 or 14621920. OLE color: 14621920.
HSL color Cylindrical-coordinate representation of color #E01CDF: hue angle of 300.31º 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 #E01CDF is Cyan = 0, Magento = 0.88, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 28 | 223 | - |
| CMYK | 0 | 0.88 | 0.00 | 0.12 |
| HSL | 300.31º | 0.78% | 0.49% | - |
| HSV(B) | 300.31º | 0.88% | 0.88% | - |
| XYZ | 44.48 | 22.01 | 71.72 | - |
| YUV | 108.83 | 192.43 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 223 | 0 | 0.88 | 0.00 | 0.12 | 300.31 | 0.78 | 0.49 |
| Hex | E0 | 1C | DF | 0 | 58 | 0 | C | 12C | 4E | 31 |
| Octal | 340 | 34 | 337 | 0 | 130 | 0 | 14 | 454 | 116 | 61 |
| Binary | 11100000 | 11100 | 11011111 | 0 | 1011000 | 0 | 1100 | 100101100 | 1001110 | 110001 |
Color Harmonies of #E01CDF
Complementary color
Monochromatic Colors of #E01CDF
Black with #E01CDF
Text Example
Text Example
White with #E01CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01CDF; }
p { color: rgb(224,28,223); }
H1.HeaderClassName
{
color: #E01CDF;
}
.AnyTagClassName
{
color: #E01CDF;
}
</style>
background-color css
<style>
a { background-color: #E01CDF; }
a { background-color: rgb(224,28,223); }
div.DivClassName
{
background-color: #E01CDF;
}
.BgClassName
{
background-color: #E01CDF;
}
</style>
border-color css
<style>
span { border-color: #E01CDF; }
span { border-color: rgb(224,28,223); }
td.TdClassName
{
border-color: #E01CDF;
}
.TagClassName
{
border-color: #E01CDF;
}
</style>