Shades of Deep Magenta #E01FDF
Tints of Deep Magenta #E01FDF
RGB
CMYK
RGB Variations
Color information
#E01FDF (or 0xE01FDF) is known color: Deep Magenta. HEX triplet: E0, 1F and DF. RGB value is (224,31,223). Sum of RGB (Red+Green+Blue) = 224+31+223=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 31 (12.5% from 255 or 6.49% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 224 - color contains mainly: red. Hex color #E01FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01FDF is #1FE020. Grayscale: #6E6E6E. Windows color (decimal): -2088993 or 14622688. OLE color: 14622688.
HSL color Cylindrical-coordinate representation of color #E01FDF: hue angle of 300.31º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E01FDF is Cyan = 0, Magento = 0.86, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 31 | 223 | - |
| CMYK | 0 | 0.86 | 0.00 | 0.12 |
| HSL | 300.31º | 0.76% | 0.5% | - |
| HSV(B) | 300.31º | 0.86% | 0.88% | - |
| XYZ | 44.55 | 22.15 | 71.74 | - |
| YUV | 110.6 | 191.44 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 31 | 223 | 0 | 0.86 | 0.00 | 0.12 | 300.31 | 0.76 | 0.5 |
| Hex | E0 | 1F | DF | 0 | 56 | 0 | C | 12C | 4C | 32 |
| Octal | 340 | 37 | 337 | 0 | 126 | 0 | 14 | 454 | 114 | 62 |
| Binary | 11100000 | 11111 | 11011111 | 0 | 1010110 | 0 | 1100 | 100101100 | 1001100 | 110010 |
Color Harmonies of #E01FDF
Complementary color
Monochromatic Colors of #E01FDF
Black with #E01FDF
Text Example
Text Example
White with #E01FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01FDF; }
p { color: rgb(224,31,223); }
H1.HeaderClassName
{
color: #E01FDF;
}
.AnyTagClassName
{
color: #E01FDF;
}
</style>
background-color css
<style>
a { background-color: #E01FDF; }
a { background-color: rgb(224,31,223); }
div.DivClassName
{
background-color: #E01FDF;
}
.BgClassName
{
background-color: #E01FDF;
}
</style>
border-color css
<style>
span { border-color: #E01FDF; }
span { border-color: rgb(224,31,223); }
td.TdClassName
{
border-color: #E01FDF;
}
.TagClassName
{
border-color: #E01FDF;
}
</style>