Shades of Hot Magenta #E718DC
Tints of Hot Magenta #E718DC
RGB
CMYK
RGB Variations
Color information
#E718DC (or 0xE718DC) is known color: Hot Magenta. HEX triplet: E7, 18 and DC. RGB value is (231,24,220). Sum of RGB (Red+Green+Blue) = 231+24+220=475 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.63% from 475); Green value is 24 (9.77% from 255 or 5.05% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 231 - color contains mainly: red. Hex color #E718DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E718DC is #18E723. Grayscale: #6B6B6B. Windows color (decimal): -1632036 or 14424295. OLE color: 14424295.
HSL color Cylindrical-coordinate representation of color #E718DC: hue angle of 303.19º degrees, saturation: 0.81, 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 #E718DC is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 24 | 220 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.09 |
| HSL | 303.19º | 0.81% | 0.5% | - |
| HSV(B) | 303.19º | 0.9% | 0.91% | - |
| XYZ | 46.2 | 22.81 | 69.68 | - |
| YUV | 108.24 | 191.08 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 24 | 220 | 0 | 0.90 | 0.05 | 0.09 | 303.19 | 0.81 | 0.5 |
| Hex | E7 | 18 | DC | 0 | 5A | 5 | 9 | 12F | 51 | 32 |
| Octal | 347 | 30 | 334 | 0 | 132 | 5 | 11 | 457 | 121 | 62 |
| Binary | 11100111 | 11000 | 11011100 | 0 | 1011010 | 101 | 1001 | 100101111 | 1010001 | 110010 |
Color Harmonies of #E718DC
Complementary color
Monochromatic Colors of #E718DC
Black with #E718DC
Text Example
Text Example
White with #E718DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E718DC; }
p { color: rgb(231,24,220); }
H1.HeaderClassName
{
color: #E718DC;
}
.AnyTagClassName
{
color: #E718DC;
}
</style>
background-color css
<style>
a { background-color: #E718DC; }
a { background-color: rgb(231,24,220); }
div.DivClassName
{
background-color: #E718DC;
}
.BgClassName
{
background-color: #E718DC;
}
</style>
border-color css
<style>
span { border-color: #E718DC; }
span { border-color: rgb(231,24,220); }
td.TdClassName
{
border-color: #E718DC;
}
.TagClassName
{
border-color: #E718DC;
}
</style>