Shades of Hot Magenta #E716DC
Tints of Hot Magenta #E716DC
RGB
CMYK
RGB Variations
Color information
#E716DC (or 0xE716DC) is known color: Hot Magenta. HEX triplet: E7, 16 and DC. RGB value is (231,22,220). Sum of RGB (Red+Green+Blue) = 231+22+220=473 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.84% from 473); Green value is 22 (8.98% from 255 or 4.65% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 231 - color contains mainly: red. Hex color #E716DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E716DC is #18E923. Grayscale: #6A6A6A. Windows color (decimal): -1632548 or 14423783. OLE color: 14423783.
HSL color Cylindrical-coordinate representation of color #E716DC: hue angle of 303.16º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E716DC is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 22 | 220 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.09 |
| HSL | 303.16º | 0.83% | 0.5% | - |
| HSV(B) | 303.16º | 0.9% | 0.91% | - |
| XYZ | 46.16 | 22.73 | 69.66 | - |
| YUV | 107.06 | 191.74 | 216.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 22 | 220 | 0 | 0.90 | 0.05 | 0.09 | 303.16 | 0.83 | 0.5 |
| Hex | E7 | 16 | DC | 0 | 5A | 5 | 9 | 12F | 53 | 32 |
| Octal | 347 | 26 | 334 | 0 | 132 | 5 | 11 | 457 | 123 | 62 |
| Binary | 11100111 | 10110 | 11011100 | 0 | 1011010 | 101 | 1001 | 100101111 | 1010011 | 110010 |
Color Harmonies of #E716DC
Complementary color
Monochromatic Colors of #E716DC
Black with #E716DC
Text Example
Text Example
White with #E716DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E716DC; }
p { color: rgb(231,22,220); }
H1.HeaderClassName
{
color: #E716DC;
}
.AnyTagClassName
{
color: #E716DC;
}
</style>
background-color css
<style>
a { background-color: #E716DC; }
a { background-color: rgb(231,22,220); }
div.DivClassName
{
background-color: #E716DC;
}
.BgClassName
{
background-color: #E716DC;
}
</style>
border-color css
<style>
span { border-color: #E716DC; }
span { border-color: rgb(231,22,220); }
td.TdClassName
{
border-color: #E716DC;
}
.TagClassName
{
border-color: #E716DC;
}
</style>