Shades of Deep Magenta #E11FDE
Tints of Deep Magenta #E11FDE
RGB
CMYK
RGB Variations
Color information
#E11FDE (or 0xE11FDE) is known color: Deep Magenta. HEX triplet: E1, 1F and DE. RGB value is (225,31,222). Sum of RGB (Red+Green+Blue) = 225+31+222=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 31 (12.5% from 255 or 6.49% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E11FDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11FDE is #1EE021. Grayscale: #6E6E6E. Windows color (decimal): -2023458 or 14557153. OLE color: 14557153.
HSL color Cylindrical-coordinate representation of color #E11FDE: hue angle of 300.93º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E11FDE is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 31 | 222 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.12 |
| HSL | 300.93º | 0.76% | 0.5% | - |
| HSV(B) | 300.93º | 0.86% | 0.88% | - |
| XYZ | 44.73 | 22.26 | 71.05 | - |
| YUV | 110.78 | 190.77 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 31 | 222 | 0 | 0.86 | 0.01 | 0.12 | 300.93 | 0.76 | 0.5 |
| Hex | E1 | 1F | DE | 0 | 56 | 1 | C | 12D | 4C | 32 |
| Octal | 341 | 37 | 336 | 0 | 126 | 1 | 14 | 455 | 114 | 62 |
| Binary | 11100001 | 11111 | 11011110 | 0 | 1010110 | 1 | 1100 | 100101101 | 1001100 | 110010 |
Color Harmonies of #E11FDE
Complementary color
Monochromatic Colors of #E11FDE
Black with #E11FDE
Text Example
Text Example
White with #E11FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11FDE; }
p { color: rgb(225,31,222); }
H1.HeaderClassName
{
color: #E11FDE;
}
.AnyTagClassName
{
color: #E11FDE;
}
</style>
background-color css
<style>
a { background-color: #E11FDE; }
a { background-color: rgb(225,31,222); }
div.DivClassName
{
background-color: #E11FDE;
}
.BgClassName
{
background-color: #E11FDE;
}
</style>
border-color css
<style>
span { border-color: #E11FDE; }
span { border-color: rgb(225,31,222); }
td.TdClassName
{
border-color: #E11FDE;
}
.TagClassName
{
border-color: #E11FDE;
}
</style>