Shades of Deep Magenta #E121DF
Tints of Deep Magenta #E121DF
RGB
CMYK
RGB Variations
Color information
#E121DF (or 0xE121DF) is known color: Deep Magenta. HEX triplet: E1, 21 and DF. RGB value is (225,33,223). Sum of RGB (Red+Green+Blue) = 225+33+223=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 33 (13.28% from 255 or 6.86% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E121DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E121DF is #1EDE20. Grayscale: #6F6F6F. Windows color (decimal): -2022945 or 14623201. OLE color: 14623201.
HSL color Cylindrical-coordinate representation of color #E121DF: hue angle of 300.62º 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 #E121DF is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 33 | 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.91 | 22.42 | 71.77 | - |
| YUV | 112.07 | 190.61 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 33 | 223 | 0 | 0.85 | 0.01 | 0.12 | 300.63 | 0.76 | 0.51 |
| Hex | E1 | 21 | DF | 0 | 55 | 1 | C | 12D | 4C | 33 |
| Octal | 341 | 41 | 337 | 0 | 125 | 1 | 14 | 455 | 114 | 63 |
| Binary | 11100001 | 100001 | 11011111 | 0 | 1010101 | 1 | 1100 | 100101101 | 1001100 | 110011 |
Color Harmonies of #E121DF
Complementary color
Monochromatic Colors of #E121DF
Black with #E121DF
Text Example
Text Example
White with #E121DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E121DF; }
p { color: rgb(225,33,223); }
H1.HeaderClassName
{
color: #E121DF;
}
.AnyTagClassName
{
color: #E121DF;
}
</style>
background-color css
<style>
a { background-color: #E121DF; }
a { background-color: rgb(225,33,223); }
div.DivClassName
{
background-color: #E121DF;
}
.BgClassName
{
background-color: #E121DF;
}
</style>
border-color css
<style>
span { border-color: #E121DF; }
span { border-color: rgb(225,33,223); }
td.TdClassName
{
border-color: #E121DF;
}
.TagClassName
{
border-color: #E121DF;
}
</style>