Shades of Deep Magenta #E00DCF
Tints of Deep Magenta #E00DCF
RGB
CMYK
RGB Variations
Color information
#E00DCF (or 0xE00DCF) is known color: Deep Magenta. HEX triplet: E0, 0D and CF. RGB value is (224,13,207). Sum of RGB (Red+Green+Blue) = 224+13+207=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 13 (5.47% from 255 or 2.93% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E00DCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00DCF is #1FF230. Grayscale: #616161. Windows color (decimal): -2093617 or 13569504. OLE color: 13569504.
HSL color Cylindrical-coordinate representation of color #E00DCF: hue angle of 304.83º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00DCF is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 13 | 207 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.12 |
| HSL | 304.83º | 0.89% | 0.46% | - |
| HSV(B) | 304.83º | 0.94% | 0.88% | - |
| XYZ | 42.15 | 20.64 | 60.79 | - |
| YUV | 98.21 | 189.4 | 217.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 13 | 207 | 0 | 0.94 | 0.08 | 0.12 | 304.83 | 0.89 | 0.46 |
| Hex | E0 | D | CF | 0 | 5E | 8 | C | 131 | 59 | 2E |
| Octal | 340 | 15 | 317 | 0 | 136 | 10 | 14 | 461 | 131 | 56 |
| Binary | 11100000 | 1101 | 11001111 | 0 | 1011110 | 1000 | 1100 | 100110001 | 1011001 | 101110 |
Color Harmonies of #E00DCF
Complementary color
Monochromatic Colors of #E00DCF
Black with #E00DCF
Text Example
Text Example
White with #E00DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00DCF; }
p { color: rgb(224,13,207); }
H1.HeaderClassName
{
color: #E00DCF;
}
.AnyTagClassName
{
color: #E00DCF;
}
</style>
background-color css
<style>
a { background-color: #E00DCF; }
a { background-color: rgb(224,13,207); }
div.DivClassName
{
background-color: #E00DCF;
}
.BgClassName
{
background-color: #E00DCF;
}
</style>
border-color css
<style>
span { border-color: #E00DCF; }
span { border-color: rgb(224,13,207); }
td.TdClassName
{
border-color: #E00DCF;
}
.TagClassName
{
border-color: #E00DCF;
}
</style>