Shades of Deep Magenta #E122DF
Tints of Deep Magenta #E122DF
RGB
CMYK
RGB Variations
Color information
#E122DF (or 0xE122DF) is known color: Deep Magenta. HEX triplet: E1, 22 and DF. RGB value is (225,34,223). Sum of RGB (Red+Green+Blue) = 225+34+223=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 34 (13.67% from 255 or 7.05% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E122DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E122DF is #1EDD20. Grayscale: #707070. Windows color (decimal): -2022689 or 14623457. OLE color: 14623457.
HSL color Cylindrical-coordinate representation of color #E122DF: hue angle of 300.63º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E122DF is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 34 | 223 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.12 |
| HSL | 300.63º | 0.76% | 0.51% | - |
| HSV(B) | 300.63º | 0.85% | 0.88% | - |
| XYZ | 44.94 | 22.48 | 71.78 | - |
| YUV | 112.66 | 190.28 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 34 | 223 | 0 | 0.85 | 0.01 | 0.12 | 300.63 | 0.76 | 0.51 |
| Hex | E1 | 22 | DF | 0 | 55 | 1 | C | 12D | 4C | 33 |
| Octal | 341 | 42 | 337 | 0 | 125 | 1 | 14 | 455 | 114 | 63 |
| Binary | 11100001 | 100010 | 11011111 | 0 | 1010101 | 1 | 1100 | 100101101 | 1001100 | 110011 |
Color Harmonies of #E122DF
Complementary color
Monochromatic Colors of #E122DF
Black with #E122DF
Text Example
Text Example
White with #E122DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E122DF; }
p { color: rgb(225,34,223); }
H1.HeaderClassName
{
color: #E122DF;
}
.AnyTagClassName
{
color: #E122DF;
}
</style>
background-color css
<style>
a { background-color: #E122DF; }
a { background-color: rgb(225,34,223); }
div.DivClassName
{
background-color: #E122DF;
}
.BgClassName
{
background-color: #E122DF;
}
</style>
border-color css
<style>
span { border-color: #E122DF; }
span { border-color: rgb(225,34,223); }
td.TdClassName
{
border-color: #E122DF;
}
.TagClassName
{
border-color: #E122DF;
}
</style>