Shades of Deep Magenta #E002DF
Tints of Deep Magenta #E002DF
RGB
CMYK
RGB Variations
Color information
#E002DF (or 0xE002DF) is known color: Deep Magenta. HEX triplet: E0, 02 and DF. RGB value is (224,2,223). Sum of RGB (Red+Green+Blue) = 224+2+223=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 2 (1.17% from 255 or 0.45% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E002DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E002DF is #1FFD20. Grayscale: #5C5C5C. Windows color (decimal): -2096417 or 14615264. OLE color: 14615264.
HSL color Cylindrical-coordinate representation of color #E002DF: hue angle of 300.27º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E002DF is Cyan = 0, Magento = 0.99, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 223 | - |
| CMYK | 0 | 0.99 | 0.00 | 0.12 |
| HSL | 300.27º | 0.98% | 0.44% | - |
| HSV(B) | 300.27º | 0.99% | 0.88% | - |
| XYZ | 44.08 | 21.22 | 71.58 | - |
| YUV | 93.57 | 201.05 | 221.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 223 | 0 | 0.99 | 0.00 | 0.12 | 300.27 | 0.98 | 0.44 |
| Hex | E0 | 2 | DF | 0 | 63 | 0 | C | 12C | 62 | 2C |
| Octal | 340 | 2 | 337 | 0 | 143 | 0 | 14 | 454 | 142 | 54 |
| Binary | 11100000 | 10 | 11011111 | 0 | 1100011 | 0 | 1100 | 100101100 | 1100010 | 101100 |
Color Harmonies of #E002DF
Complementary color
Monochromatic Colors of #E002DF
Black with #E002DF
Text Example
Text Example
White with #E002DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E002DF; }
p { color: rgb(224,2,223); }
H1.HeaderClassName
{
color: #E002DF;
}
.AnyTagClassName
{
color: #E002DF;
}
</style>
background-color css
<style>
a { background-color: #E002DF; }
a { background-color: rgb(224,2,223); }
div.DivClassName
{
background-color: #E002DF;
}
.BgClassName
{
background-color: #E002DF;
}
</style>
border-color css
<style>
span { border-color: #E002DF; }
span { border-color: rgb(224,2,223); }
td.TdClassName
{
border-color: #E002DF;
}
.TagClassName
{
border-color: #E002DF;
}
</style>