Shades of Deep Magenta #E000D5
Tints of Deep Magenta #E000D5
RGB
CMYK
RGB Variations
Color information
#E000D5 (or 0xE000D5) is known color: Deep Magenta. HEX triplet: E0, 00 and D5. RGB value is (224,0,213). Sum of RGB (Red+Green+Blue) = 224+0+213=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 0 (0.39% from 255 or 0% from 437); Blue value is 213 (83.59% from 255 or 48.74% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E000D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E000D5 is #1FFF2A. Grayscale: #5A5A5A. Windows color (decimal): -2096939 or 13959392. OLE color: 13959392.
HSL color Cylindrical-coordinate representation of color #E000D5: hue angle of 302.95º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E000D5 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 213 | - |
| CMYK | 0 | 1 | 0.05 | 0.12 |
| HSL | 302.95º | 1% | 0.44% | - |
| HSV(B) | 302.95º | 1% | 0.88% | - |
| XYZ | 42.75 | 20.65 | 64.68 | - |
| YUV | 91.26 | 196.71 | 222.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 213 | 0 | 1 | 0.05 | 0.12 | 302.95 | 1 | 0.44 |
| Hex | E0 | 0 | D5 | 0 | 64 | 5 | C | 12F | 64 | 2C |
| Octal | 340 | 0 | 325 | 0 | 144 | 5 | 14 | 457 | 144 | 54 |
| Binary | 11100000 | 0 | 11010101 | 0 | 1100100 | 101 | 1100 | 100101111 | 1100100 | 101100 |
Color Harmonies of #E000D5
Complementary color
Monochromatic Colors of #E000D5
Black with #E000D5
Text Example
Text Example
White with #E000D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E000D5; }
p { color: rgb(224,0,213); }
H1.HeaderClassName
{
color: #E000D5;
}
.AnyTagClassName
{
color: #E000D5;
}
</style>
background-color css
<style>
a { background-color: #E000D5; }
a { background-color: rgb(224,0,213); }
div.DivClassName
{
background-color: #E000D5;
}
.BgClassName
{
background-color: #E000D5;
}
</style>
border-color css
<style>
span { border-color: #E000D5; }
span { border-color: rgb(224,0,213); }
td.TdClassName
{
border-color: #E000D5;
}
.TagClassName
{
border-color: #E000D5;
}
</style>