Shades of Hot Magenta #E812DF
Tints of Hot Magenta #E812DF
RGB
CMYK
RGB Variations
Color information
#E812DF (or 0xE812DF) is known color: Hot Magenta. HEX triplet: E8, 12 and DF. RGB value is (232,18,223). Sum of RGB (Red+Green+Blue) = 232+18+223=473 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.05% from 473); Green value is 18 (7.42% from 255 or 3.81% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 232 - color contains mainly: red. Hex color #E812DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E812DF is #17ED20. Grayscale: #686868. Windows color (decimal): -1568033 or 14619368. OLE color: 14619368.
HSL color Cylindrical-coordinate representation of color #E812DF: hue angle of 302.52º 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 #E812DF is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 18 | 223 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.09 |
| HSL | 302.52º | 0.86% | 0.49% | - |
| HSV(B) | 302.52º | 0.92% | 0.91% | - |
| XYZ | 46.81 | 22.92 | 71.77 | - |
| YUV | 105.36 | 194.4 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 18 | 223 | 0 | 0.92 | 0.04 | 0.09 | 302.52 | 0.86 | 0.49 |
| Hex | E8 | 12 | DF | 0 | 5C | 4 | 9 | 12F | 56 | 31 |
| Octal | 350 | 22 | 337 | 0 | 134 | 4 | 11 | 457 | 126 | 61 |
| Binary | 11101000 | 10010 | 11011111 | 0 | 1011100 | 100 | 1001 | 100101111 | 1010110 | 110001 |
Color Harmonies of #E812DF
Complementary color
Monochromatic Colors of #E812DF
Black with #E812DF
Text Example
Text Example
White with #E812DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E812DF; }
p { color: rgb(232,18,223); }
H1.HeaderClassName
{
color: #E812DF;
}
.AnyTagClassName
{
color: #E812DF;
}
</style>
background-color css
<style>
a { background-color: #E812DF; }
a { background-color: rgb(232,18,223); }
div.DivClassName
{
background-color: #E812DF;
}
.BgClassName
{
background-color: #E812DF;
}
</style>
border-color css
<style>
span { border-color: #E812DF; }
span { border-color: rgb(232,18,223); }
td.TdClassName
{
border-color: #E812DF;
}
.TagClassName
{
border-color: #E812DF;
}
</style>