Shades of Deep Magenta #E01DDF
Tints of Deep Magenta #E01DDF
RGB
CMYK
RGB Variations
Color information
#E01DDF (or 0xE01DDF) is known color: Deep Magenta. HEX triplet: E0, 1D and DF. RGB value is (224,29,223). Sum of RGB (Red+Green+Blue) = 224+29+223=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 29 (11.72% from 255 or 6.09% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E01DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01DDF is #1FE220. Grayscale: #6C6C6C. Windows color (decimal): -2089505 or 14622176. OLE color: 14622176.
HSL color Cylindrical-coordinate representation of color #E01DDF: hue angle of 300.31º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E01DDF is Cyan = 0, Magento = 0.87, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 29 | 223 | - |
| CMYK | 0 | 0.87 | 0.00 | 0.12 |
| HSL | 300.31º | 0.77% | 0.5% | - |
| HSV(B) | 300.31º | 0.87% | 0.88% | - |
| XYZ | 44.5 | 22.05 | 71.72 | - |
| YUV | 109.42 | 192.1 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 29 | 223 | 0 | 0.87 | 0.00 | 0.12 | 300.31 | 0.77 | 0.5 |
| Hex | E0 | 1D | DF | 0 | 57 | 0 | C | 12C | 4D | 32 |
| Octal | 340 | 35 | 337 | 0 | 127 | 0 | 14 | 454 | 115 | 62 |
| Binary | 11100000 | 11101 | 11011111 | 0 | 1010111 | 0 | 1100 | 100101100 | 1001101 | 110010 |
Color Harmonies of #E01DDF
Complementary color
Monochromatic Colors of #E01DDF
Black with #E01DDF
Text Example
Text Example
White with #E01DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01DDF; }
p { color: rgb(224,29,223); }
H1.HeaderClassName
{
color: #E01DDF;
}
.AnyTagClassName
{
color: #E01DDF;
}
</style>
background-color css
<style>
a { background-color: #E01DDF; }
a { background-color: rgb(224,29,223); }
div.DivClassName
{
background-color: #E01DDF;
}
.BgClassName
{
background-color: #E01DDF;
}
</style>
border-color css
<style>
span { border-color: #E01DDF; }
span { border-color: rgb(224,29,223); }
td.TdClassName
{
border-color: #E01DDF;
}
.TagClassName
{
border-color: #E01DDF;
}
</style>