Shades of Deep Magenta #E001D5
Tints of Deep Magenta #E001D5
RGB
CMYK
RGB Variations
Color information
#E001D5 (or 0xE001D5) is known color: Deep Magenta. HEX triplet: E0, 01 and D5. RGB value is (224,1,213). Sum of RGB (Red+Green+Blue) = 224+1+213=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 1 (0.78% from 255 or 0.23% from 438); Blue value is 213 (83.59% from 255 or 48.63% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E001D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E001D5 is #1FFE2A. Grayscale: #5B5B5B. Windows color (decimal): -2096683 or 13959648. OLE color: 13959648.
HSL color Cylindrical-coordinate representation of color #E001D5: hue angle of 302.96º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E001D5 is Cyan = 0, Magento = 1.00, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 1 | 213 | - |
| CMYK | 0 | 1.00 | 0.05 | 0.12 |
| HSL | 302.96º | 0.99% | 0.44% | - |
| HSV(B) | 302.96º | 1% | 0.88% | - |
| XYZ | 42.76 | 20.67 | 64.69 | - |
| YUV | 91.85 | 196.38 | 222.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 1 | 213 | 0 | 1.00 | 0.05 | 0.12 | 302.96 | 0.99 | 0.44 |
| Hex | E0 | 1 | D5 | 0 | 64 | 5 | C | 12F | 63 | 2C |
| Octal | 340 | 1 | 325 | 0 | 144 | 5 | 14 | 457 | 143 | 54 |
| Binary | 11100000 | 1 | 11010101 | 0 | 1100100 | 101 | 1100 | 100101111 | 1100011 | 101100 |
Color Harmonies of #E001D5
Complementary color
Monochromatic Colors of #E001D5
Black with #E001D5
Text Example
Text Example
White with #E001D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E001D5; }
p { color: rgb(224,1,213); }
H1.HeaderClassName
{
color: #E001D5;
}
.AnyTagClassName
{
color: #E001D5;
}
</style>
background-color css
<style>
a { background-color: #E001D5; }
a { background-color: rgb(224,1,213); }
div.DivClassName
{
background-color: #E001D5;
}
.BgClassName
{
background-color: #E001D5;
}
</style>
border-color css
<style>
span { border-color: #E001D5; }
span { border-color: rgb(224,1,213); }
td.TdClassName
{
border-color: #E001D5;
}
.TagClassName
{
border-color: #E001D5;
}
</style>