Shades of Deep Magenta #E01FE0
Tints of Deep Magenta #E01FE0
RGB
CMYK
RGB Variations
Color information
#E01FE0 (or 0xE01FE0) is known color: Deep Magenta. HEX triplet: E0, 1F and E0. RGB value is (224,31,224). Sum of RGB (Red+Green+Blue) = 224+31+224=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 31 (12.5% from 255 or 6.47% from 479); Blue value is 224 (87.89% from 255 or 46.76% from 479); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E01FE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01FE0 is #1FE01F. Grayscale: #6E6E6E. Windows color (decimal): -2088992 or 14688224. OLE color: 14688224.
HSL color Cylindrical-coordinate representation of color #E01FE0: hue angle of 300º 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 #E01FE0 is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 31 | 224 | - |
| CMYK | 0 | 0.86 | 0 | 0.12 |
| HSL | 300º | 0.76% | 0.5% | - |
| HSV(B) | 300º | 0.86% | 0.88% | - |
| XYZ | 44.69 | 22.21 | 72.45 | - |
| YUV | 110.71 | 191.94 | 208.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 31 | 224 | 0 | 0.86 | 0 | 0.12 | 300 | 0.76 | 0.5 |
| Hex | E0 | 1F | E0 | 0 | 56 | 0 | C | 12C | 4C | 32 |
| Octal | 340 | 37 | 340 | 0 | 126 | 0 | 14 | 454 | 114 | 62 |
| Binary | 11100000 | 11111 | 11100000 | 0 | 1010110 | 0 | 1100 | 100101100 | 1001100 | 110010 |
Color Harmonies of #E01FE0
Complementary color
Monochromatic Colors of #E01FE0
Black with #E01FE0
Text Example
Text Example
White with #E01FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01FE0; }
p { color: rgb(224,31,224); }
H1.HeaderClassName
{
color: #E01FE0;
}
.AnyTagClassName
{
color: #E01FE0;
}
</style>
background-color css
<style>
a { background-color: #E01FE0; }
a { background-color: rgb(224,31,224); }
div.DivClassName
{
background-color: #E01FE0;
}
.BgClassName
{
background-color: #E01FE0;
}
</style>
border-color css
<style>
span { border-color: #E01FE0; }
span { border-color: rgb(224,31,224); }
td.TdClassName
{
border-color: #E01FE0;
}
.TagClassName
{
border-color: #E01FE0;
}
</style>