Shades of Hot Magenta #E711D6
Tints of Hot Magenta #E711D6
RGB
CMYK
RGB Variations
Color information
#E711D6 (or 0xE711D6) is known color: Hot Magenta. HEX triplet: E7, 11 and D6. RGB value is (231,17,214). Sum of RGB (Red+Green+Blue) = 231+17+214=462 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50% from 462); Green value is 17 (7.03% from 255 or 3.68% from 462); Blue value is 214 (83.98% from 255 or 46.32% from 462); Max value from RGB is 231 - color contains mainly: red. Hex color #E711D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E711D6 is #18EE29. Grayscale: #666666. Windows color (decimal): -1633834 or 14029287. OLE color: 14029287.
HSL color Cylindrical-coordinate representation of color #E711D6: hue angle of 304.77º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E711D6 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 17 | 214 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.09 |
| HSL | 304.77º | 0.86% | 0.49% | - |
| HSV(B) | 304.77º | 0.93% | 0.91% | - |
| XYZ | 45.29 | 22.24 | 65.52 | - |
| YUV | 103.44 | 190.4 | 218.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 17 | 214 | 0 | 0.93 | 0.07 | 0.09 | 304.77 | 0.86 | 0.49 |
| Hex | E7 | 11 | D6 | 0 | 5D | 7 | 9 | 131 | 56 | 31 |
| Octal | 347 | 21 | 326 | 0 | 135 | 7 | 11 | 461 | 126 | 61 |
| Binary | 11100111 | 10001 | 11010110 | 0 | 1011101 | 111 | 1001 | 100110001 | 1010110 | 110001 |
Color Harmonies of #E711D6
Complementary color
Monochromatic Colors of #E711D6
Black with #E711D6
Text Example
Text Example
White with #E711D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E711D6; }
p { color: rgb(231,17,214); }
H1.HeaderClassName
{
color: #E711D6;
}
.AnyTagClassName
{
color: #E711D6;
}
</style>
background-color css
<style>
a { background-color: #E711D6; }
a { background-color: rgb(231,17,214); }
div.DivClassName
{
background-color: #E711D6;
}
.BgClassName
{
background-color: #E711D6;
}
</style>
border-color css
<style>
span { border-color: #E711D6; }
span { border-color: rgb(231,17,214); }
td.TdClassName
{
border-color: #E711D6;
}
.TagClassName
{
border-color: #E711D6;
}
</style>