Shades of Deep Magenta #E11CDF
Tints of Deep Magenta #E11CDF
RGB
CMYK
RGB Variations
Color information
#E11CDF (or 0xE11CDF) is known color: Deep Magenta. HEX triplet: E1, 1C and DF. RGB value is (225,28,223). Sum of RGB (Red+Green+Blue) = 225+28+223=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 28 (11.33% from 255 or 5.88% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E11CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11CDF is #1EE320. Grayscale: #6C6C6C. Windows color (decimal): -2024225 or 14621921. OLE color: 14621921.
HSL color Cylindrical-coordinate representation of color #E11CDF: hue angle of 300.61º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11CDF is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 223 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.12 |
| HSL | 300.61º | 0.78% | 0.5% | - |
| HSV(B) | 300.61º | 0.88% | 0.88% | - |
| XYZ | 44.79 | 22.17 | 71.73 | - |
| YUV | 109.13 | 192.27 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 223 | 0 | 0.88 | 0.01 | 0.12 | 300.61 | 0.78 | 0.5 |
| Hex | E1 | 1C | DF | 0 | 58 | 1 | C | 12D | 4E | 32 |
| Octal | 341 | 34 | 337 | 0 | 130 | 1 | 14 | 455 | 116 | 62 |
| Binary | 11100001 | 11100 | 11011111 | 0 | 1011000 | 1 | 1100 | 100101101 | 1001110 | 110010 |
Color Harmonies of #E11CDF
Complementary color
Monochromatic Colors of #E11CDF
Black with #E11CDF
Text Example
Text Example
White with #E11CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11CDF; }
p { color: rgb(225,28,223); }
H1.HeaderClassName
{
color: #E11CDF;
}
.AnyTagClassName
{
color: #E11CDF;
}
</style>
background-color css
<style>
a { background-color: #E11CDF; }
a { background-color: rgb(225,28,223); }
div.DivClassName
{
background-color: #E11CDF;
}
.BgClassName
{
background-color: #E11CDF;
}
</style>
border-color css
<style>
span { border-color: #E11CDF; }
span { border-color: rgb(225,28,223); }
td.TdClassName
{
border-color: #E11CDF;
}
.TagClassName
{
border-color: #E11CDF;
}
</style>