Shades of Deep Magenta #E00FDF
Tints of Deep Magenta #E00FDF
RGB
CMYK
RGB Variations
Color information
#E00FDF (or 0xE00FDF) is known color: Deep Magenta. HEX triplet: E0, 0F and DF. RGB value is (224,15,223). Sum of RGB (Red+Green+Blue) = 224+15+223=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 15 (6.25% from 255 or 3.25% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E00FDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00FDF is #1FF020. Grayscale: #646464. Windows color (decimal): -2093089 or 14618592. OLE color: 14618592.
HSL color Cylindrical-coordinate representation of color #E00FDF: hue angle of 300.29º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E00FDF is Cyan = 0, Magento = 0.93, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 15 | 223 | - |
| CMYK | 0 | 0.93 | 0.00 | 0.12 |
| HSL | 300.29º | 0.87% | 0.47% | - |
| HSV(B) | 300.29º | 0.93% | 0.88% | - |
| XYZ | 44.23 | 21.52 | 71.63 | - |
| YUV | 101.2 | 196.74 | 215.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 15 | 223 | 0 | 0.93 | 0.00 | 0.12 | 300.29 | 0.87 | 0.47 |
| Hex | E0 | F | DF | 0 | 5D | 0 | C | 12C | 57 | 2F |
| Octal | 340 | 17 | 337 | 0 | 135 | 0 | 14 | 454 | 127 | 57 |
| Binary | 11100000 | 1111 | 11011111 | 0 | 1011101 | 0 | 1100 | 100101100 | 1010111 | 101111 |
Color Harmonies of #E00FDF
Complementary color
Monochromatic Colors of #E00FDF
Black with #E00FDF
Text Example
Text Example
White with #E00FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00FDF; }
p { color: rgb(224,15,223); }
H1.HeaderClassName
{
color: #E00FDF;
}
.AnyTagClassName
{
color: #E00FDF;
}
</style>
background-color css
<style>
a { background-color: #E00FDF; }
a { background-color: rgb(224,15,223); }
div.DivClassName
{
background-color: #E00FDF;
}
.BgClassName
{
background-color: #E00FDF;
}
</style>
border-color css
<style>
span { border-color: #E00FDF; }
span { border-color: rgb(224,15,223); }
td.TdClassName
{
border-color: #E00FDF;
}
.TagClassName
{
border-color: #E00FDF;
}
</style>