Shades of Deep Magenta #E00DDF
Tints of Deep Magenta #E00DDF
RGB
CMYK
RGB Variations
Color information
#E00DDF (or 0xE00DDF) is known color: Deep Magenta. HEX triplet: E0, 0D and DF. RGB value is (224,13,223). Sum of RGB (Red+Green+Blue) = 224+13+223=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 13 (5.47% from 255 or 2.83% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E00DDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00DDF is #1FF220. Grayscale: #636363. Windows color (decimal): -2093601 or 14618080. OLE color: 14618080.
HSL color Cylindrical-coordinate representation of color #E00DDF: hue angle of 300.28º 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 #E00DDF is Cyan = 0, Magento = 0.94, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 13 | 223 | - |
| CMYK | 0 | 0.94 | 0.00 | 0.12 |
| HSL | 300.28º | 0.89% | 0.46% | - |
| HSV(B) | 300.28º | 0.94% | 0.88% | - |
| XYZ | 44.2 | 21.46 | 71.62 | - |
| YUV | 100.03 | 197.4 | 216.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 13 | 223 | 0 | 0.94 | 0.00 | 0.12 | 300.28 | 0.89 | 0.46 |
| Hex | E0 | D | DF | 0 | 5E | 0 | C | 12C | 59 | 2E |
| Octal | 340 | 15 | 337 | 0 | 136 | 0 | 14 | 454 | 131 | 56 |
| Binary | 11100000 | 1101 | 11011111 | 0 | 1011110 | 0 | 1100 | 100101100 | 1011001 | 101110 |
Color Harmonies of #E00DDF
Complementary color
Monochromatic Colors of #E00DDF
Black with #E00DDF
Text Example
Text Example
White with #E00DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00DDF; }
p { color: rgb(224,13,223); }
H1.HeaderClassName
{
color: #E00DDF;
}
.AnyTagClassName
{
color: #E00DDF;
}
</style>
background-color css
<style>
a { background-color: #E00DDF; }
a { background-color: rgb(224,13,223); }
div.DivClassName
{
background-color: #E00DDF;
}
.BgClassName
{
background-color: #E00DDF;
}
</style>
border-color css
<style>
span { border-color: #E00DDF; }
span { border-color: rgb(224,13,223); }
td.TdClassName
{
border-color: #E00DDF;
}
.TagClassName
{
border-color: #E00DDF;
}
</style>