Shades of Deep Magenta #E11DDF
Tints of Deep Magenta #E11DDF
RGB
CMYK
RGB Variations
Color information
#E11DDF (or 0xE11DDF) is known color: Deep Magenta. HEX triplet: E1, 1D and DF. RGB value is (225,29,223). Sum of RGB (Red+Green+Blue) = 225+29+223=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 29 (11.72% from 255 or 6.08% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E11DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11DDF is #1EE220. Grayscale: #6D6D6D. Windows color (decimal): -2023969 or 14622177. OLE color: 14622177.
HSL color Cylindrical-coordinate representation of color #E11DDF: hue angle of 300.61º 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 #E11DDF is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 29 | 223 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.12 |
| HSL | 300.61º | 0.77% | 0.5% | - |
| HSV(B) | 300.61º | 0.87% | 0.88% | - |
| XYZ | 44.81 | 22.21 | 71.74 | - |
| YUV | 109.72 | 191.93 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 29 | 223 | 0 | 0.87 | 0.01 | 0.12 | 300.61 | 0.77 | 0.5 |
| Hex | E1 | 1D | DF | 0 | 57 | 1 | C | 12D | 4D | 32 |
| Octal | 341 | 35 | 337 | 0 | 127 | 1 | 14 | 455 | 115 | 62 |
| Binary | 11100001 | 11101 | 11011111 | 0 | 1010111 | 1 | 1100 | 100101101 | 1001101 | 110010 |
Color Harmonies of #E11DDF
Complementary color
Monochromatic Colors of #E11DDF
Black with #E11DDF
Text Example
Text Example
White with #E11DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11DDF; }
p { color: rgb(225,29,223); }
H1.HeaderClassName
{
color: #E11DDF;
}
.AnyTagClassName
{
color: #E11DDF;
}
</style>
background-color css
<style>
a { background-color: #E11DDF; }
a { background-color: rgb(225,29,223); }
div.DivClassName
{
background-color: #E11DDF;
}
.BgClassName
{
background-color: #E11DDF;
}
</style>
border-color css
<style>
span { border-color: #E11DDF; }
span { border-color: rgb(225,29,223); }
td.TdClassName
{
border-color: #E11DDF;
}
.TagClassName
{
border-color: #E11DDF;
}
</style>