Shades of Hot Magenta #E912DF
Tints of Hot Magenta #E912DF
RGB
CMYK
RGB Variations
Color information
#E912DF (or 0xE912DF) is known color: Hot Magenta. HEX triplet: E9, 12 and DF. RGB value is (233,18,223). Sum of RGB (Red+Green+Blue) = 233+18+223=474 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.16% from 474); Green value is 18 (7.42% from 255 or 3.80% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 233 - color contains mainly: red. Hex color #E912DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E912DF is #16ED20. Grayscale: #696969. Windows color (decimal): -1502497 or 14619369. OLE color: 14619369.
HSL color Cylindrical-coordinate representation of color #E912DF: hue angle of 302.79º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E912DF is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 18 | 223 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.09 |
| HSL | 302.79º | 0.86% | 0.49% | - |
| HSV(B) | 302.79º | 0.92% | 0.91% | - |
| XYZ | 47.14 | 23.08 | 71.78 | - |
| YUV | 105.66 | 194.23 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 18 | 223 | 0 | 0.92 | 0.04 | 0.09 | 302.79 | 0.86 | 0.49 |
| Hex | E9 | 12 | DF | 0 | 5C | 4 | 9 | 12F | 56 | 31 |
| Octal | 351 | 22 | 337 | 0 | 134 | 4 | 11 | 457 | 126 | 61 |
| Binary | 11101001 | 10010 | 11011111 | 0 | 1011100 | 100 | 1001 | 100101111 | 1010110 | 110001 |
Color Harmonies of #E912DF
Complementary color
Monochromatic Colors of #E912DF
Black with #E912DF
Text Example
Text Example
White with #E912DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E912DF; }
p { color: rgb(233,18,223); }
H1.HeaderClassName
{
color: #E912DF;
}
.AnyTagClassName
{
color: #E912DF;
}
</style>
background-color css
<style>
a { background-color: #E912DF; }
a { background-color: rgb(233,18,223); }
div.DivClassName
{
background-color: #E912DF;
}
.BgClassName
{
background-color: #E912DF;
}
</style>
border-color css
<style>
span { border-color: #E912DF; }
span { border-color: rgb(233,18,223); }
td.TdClassName
{
border-color: #E912DF;
}
.TagClassName
{
border-color: #E912DF;
}
</style>