Shades of Deep Magenta #E002E0
Tints of Deep Magenta #E002E0
RGB
CMYK
RGB Variations
Color information
#E002E0 (or 0xE002E0) is known color: Deep Magenta. HEX triplet: E0, 02 and E0. RGB value is (224,2,224). Sum of RGB (Red+Green+Blue) = 224+2+224=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 2 (1.17% from 255 or 0.44% from 450); Blue value is 224 (87.89% from 255 or 49.78% from 450); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E002E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E002E0 is #1FFD1F. Grayscale: #5D5D5D. Windows color (decimal): -2096416 or 14680800. OLE color: 14680800.
HSL color Cylindrical-coordinate representation of color #E002E0: hue angle of 300º 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 #E002E0 is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 224 | - |
| CMYK | 0 | 0.99 | 0 | 0.12 |
| HSL | 300º | 0.98% | 0.44% | - |
| HSV(B) | 300º | 0.99% | 0.88% | - |
| XYZ | 44.22 | 21.27 | 72.3 | - |
| YUV | 93.69 | 201.55 | 220.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 224 | 0 | 0.99 | 0 | 0.12 | 300 | 0.98 | 0.44 |
| Hex | E0 | 2 | E0 | 0 | 63 | 0 | C | 12C | 62 | 2C |
| Octal | 340 | 2 | 340 | 0 | 143 | 0 | 14 | 454 | 142 | 54 |
| Binary | 11100000 | 10 | 11100000 | 0 | 1100011 | 0 | 1100 | 100101100 | 1100010 | 101100 |
Color Harmonies of #E002E0
Complementary color
Monochromatic Colors of #E002E0
Black with #E002E0
Text Example
Text Example
White with #E002E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E002E0; }
p { color: rgb(224,2,224); }
H1.HeaderClassName
{
color: #E002E0;
}
.AnyTagClassName
{
color: #E002E0;
}
</style>
background-color css
<style>
a { background-color: #E002E0; }
a { background-color: rgb(224,2,224); }
div.DivClassName
{
background-color: #E002E0;
}
.BgClassName
{
background-color: #E002E0;
}
</style>
border-color css
<style>
span { border-color: #E002E0; }
span { border-color: rgb(224,2,224); }
td.TdClassName
{
border-color: #E002E0;
}
.TagClassName
{
border-color: #E002E0;
}
</style>