Shades of Hot Magenta #E712DC
Tints of Hot Magenta #E712DC
RGB
CMYK
RGB Variations
Color information
#E712DC (or 0xE712DC) is known color: Hot Magenta. HEX triplet: E7, 12 and DC. RGB value is (231,18,220). Sum of RGB (Red+Green+Blue) = 231+18+220=469 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.25% from 469); Green value is 18 (7.42% from 255 or 3.84% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 231 - color contains mainly: red. Hex color #E712DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E712DC is #18ED23. Grayscale: #686868. Windows color (decimal): -1633572 or 14422759. OLE color: 14422759.
HSL color Cylindrical-coordinate representation of color #E712DC: hue angle of 303.1º 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 #E712DC is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 18 | 220 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.09 |
| HSL | 303.1º | 0.86% | 0.49% | - |
| HSV(B) | 303.1º | 0.92% | 0.91% | - |
| XYZ | 46.09 | 22.59 | 69.64 | - |
| YUV | 104.72 | 193.07 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 18 | 220 | 0 | 0.92 | 0.05 | 0.09 | 303.1 | 0.86 | 0.49 |
| Hex | E7 | 12 | DC | 0 | 5C | 5 | 9 | 12F | 56 | 31 |
| Octal | 347 | 22 | 334 | 0 | 134 | 5 | 11 | 457 | 126 | 61 |
| Binary | 11100111 | 10010 | 11011100 | 0 | 1011100 | 101 | 1001 | 100101111 | 1010110 | 110001 |
Color Harmonies of #E712DC
Complementary color
Monochromatic Colors of #E712DC
Black with #E712DC
Text Example
Text Example
White with #E712DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E712DC; }
p { color: rgb(231,18,220); }
H1.HeaderClassName
{
color: #E712DC;
}
.AnyTagClassName
{
color: #E712DC;
}
</style>
background-color css
<style>
a { background-color: #E712DC; }
a { background-color: rgb(231,18,220); }
div.DivClassName
{
background-color: #E712DC;
}
.BgClassName
{
background-color: #E712DC;
}
</style>
border-color css
<style>
span { border-color: #E712DC; }
span { border-color: rgb(231,18,220); }
td.TdClassName
{
border-color: #E712DC;
}
.TagClassName
{
border-color: #E712DC;
}
</style>