Shades of Deep Magenta #E00DC1
Tints of Deep Magenta #E00DC1
RGB
CMYK
RGB Variations
Color information
#E00DC1 (or 0xE00DC1) is known color: Deep Magenta. HEX triplet: E0, 0D and C1. RGB value is (224,13,193). Sum of RGB (Red+Green+Blue) = 224+13+193=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 13 (5.47% from 255 or 3.02% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E00DC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00DC1 is #1FF23E. Grayscale: #606060. Windows color (decimal): -2093631 or 12652000. OLE color: 12652000.
HSL color Cylindrical-coordinate representation of color #E00DC1: hue angle of 308.82º 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 #E00DC1 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 13 | 193 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.12 |
| HSL | 308.82º | 0.89% | 0.46% | - |
| HSV(B) | 308.82º | 0.94% | 0.88% | - |
| XYZ | 40.51 | 19.99 | 52.17 | - |
| YUV | 96.61 | 182.4 | 218.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 13 | 193 | 0 | 0.94 | 0.14 | 0.12 | 308.82 | 0.89 | 0.46 |
| Hex | E0 | D | C1 | 0 | 5E | E | C | 135 | 59 | 2E |
| Octal | 340 | 15 | 301 | 0 | 136 | 16 | 14 | 465 | 131 | 56 |
| Binary | 11100000 | 1101 | 11000001 | 0 | 1011110 | 1110 | 1100 | 100110101 | 1011001 | 101110 |
Color Harmonies of #E00DC1
Complementary color
Monochromatic Colors of #E00DC1
Black with #E00DC1
Text Example
Text Example
White with #E00DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00DC1; }
p { color: rgb(224,13,193); }
H1.HeaderClassName
{
color: #E00DC1;
}
.AnyTagClassName
{
color: #E00DC1;
}
</style>
background-color css
<style>
a { background-color: #E00DC1; }
a { background-color: rgb(224,13,193); }
div.DivClassName
{
background-color: #E00DC1;
}
.BgClassName
{
background-color: #E00DC1;
}
</style>
border-color css
<style>
span { border-color: #E00DC1; }
span { border-color: rgb(224,13,193); }
td.TdClassName
{
border-color: #E00DC1;
}
.TagClassName
{
border-color: #E00DC1;
}
</style>