Shades of Hot Magenta #E714DC
Tints of Hot Magenta #E714DC
RGB
CMYK
RGB Variations
Color information
#E714DC (or 0xE714DC) is known color: Hot Magenta. HEX triplet: E7, 14 and DC. RGB value is (231,20,220). Sum of RGB (Red+Green+Blue) = 231+20+220=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 20 (8.20% from 255 or 4.25% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 231 - color contains mainly: red. Hex color #E714DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E714DC is #18EB23. Grayscale: #696969. Windows color (decimal): -1633060 or 14423271. OLE color: 14423271.
HSL color Cylindrical-coordinate representation of color #E714DC: hue angle of 303.13º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E714DC is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 20 | 220 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.09 |
| HSL | 303.13º | 0.84% | 0.49% | - |
| HSV(B) | 303.13º | 0.91% | 0.91% | - |
| XYZ | 46.12 | 22.66 | 69.65 | - |
| YUV | 105.89 | 192.4 | 217.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 20 | 220 | 0 | 0.91 | 0.05 | 0.09 | 303.13 | 0.84 | 0.49 |
| Hex | E7 | 14 | DC | 0 | 5B | 5 | 9 | 12F | 54 | 31 |
| Octal | 347 | 24 | 334 | 0 | 133 | 5 | 11 | 457 | 124 | 61 |
| Binary | 11100111 | 10100 | 11011100 | 0 | 1011011 | 101 | 1001 | 100101111 | 1010100 | 110001 |
Color Harmonies of #E714DC
Complementary color
Monochromatic Colors of #E714DC
Black with #E714DC
Text Example
Text Example
White with #E714DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E714DC; }
p { color: rgb(231,20,220); }
H1.HeaderClassName
{
color: #E714DC;
}
.AnyTagClassName
{
color: #E714DC;
}
</style>
background-color css
<style>
a { background-color: #E714DC; }
a { background-color: rgb(231,20,220); }
div.DivClassName
{
background-color: #E714DC;
}
.BgClassName
{
background-color: #E714DC;
}
</style>
border-color css
<style>
span { border-color: #E714DC; }
span { border-color: rgb(231,20,220); }
td.TdClassName
{
border-color: #E714DC;
}
.TagClassName
{
border-color: #E714DC;
}
</style>