Shades of Deep Magenta #E004E1
Tints of Deep Magenta #E004E1
RGB
CMYK
RGB Variations
Color information
#E004E1 (or 0xE004E1) is known color: Deep Magenta. HEX triplet: E0, 04 and E1. RGB value is (224,4,225). Sum of RGB (Red+Green+Blue) = 224+4+225=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 4 (1.95% from 255 or 0.88% from 453); Blue value is 225 (88.28% from 255 or 49.67% from 453); Max value from RGB is 225 - color contains mainly: blue. Hex color #E004E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E004E1 is #1FFB1E. Grayscale: #5E5E5E. Windows color (decimal): -2095903 or 14746848. OLE color: 14746848.
HSL color Cylindrical-coordinate representation of color #E004E1: hue angle of 299.73º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E004E1 is Cyan = 0.00, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 4 | 225 | - |
| CMYK | 0.00 | 0.98 | 0 | 0.12 |
| HSL | 299.73º | 0.97% | 0.45% | - |
| HSV(B) | 299.73º | 0.98% | 0.88% | - |
| XYZ | 44.37 | 21.37 | 73.02 | - |
| YUV | 94.97 | 201.39 | 220.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 4 | 225 | 0.00 | 0.98 | 0 | 0.12 | 299.73 | 0.97 | 0.45 |
| Hex | E0 | 4 | E1 | 0 | 62 | 0 | C | 12C | 61 | 2D |
| Octal | 340 | 4 | 341 | 0 | 142 | 0 | 14 | 454 | 141 | 55 |
| Binary | 11100000 | 100 | 11100001 | 0 | 1100010 | 0 | 1100 | 100101100 | 1100001 | 101101 |
Color Harmonies of #E004E1
Complementary color
Monochromatic Colors of #E004E1
Black with #E004E1
Text Example
Text Example
White with #E004E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E004E1; }
p { color: rgb(224,4,225); }
H1.HeaderClassName
{
color: #E004E1;
}
.AnyTagClassName
{
color: #E004E1;
}
</style>
background-color css
<style>
a { background-color: #E004E1; }
a { background-color: rgb(224,4,225); }
div.DivClassName
{
background-color: #E004E1;
}
.BgClassName
{
background-color: #E004E1;
}
</style>
border-color css
<style>
span { border-color: #E004E1; }
span { border-color: rgb(224,4,225); }
td.TdClassName
{
border-color: #E004E1;
}
.TagClassName
{
border-color: #E004E1;
}
</style>