Shades of Hot Magenta #E714D9
Tints of Hot Magenta #E714D9
RGB
CMYK
RGB Variations
Color information
#E714D9 (or 0xE714D9) is known color: Hot Magenta. HEX triplet: E7, 14 and D9. RGB value is (231,20,217). Sum of RGB (Red+Green+Blue) = 231+20+217=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 20 (8.20% from 255 or 4.27% from 468); Blue value is 217 (85.16% from 255 or 46.37% from 468); Max value from RGB is 231 - color contains mainly: red. Hex color #E714D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E714D9 is #18EB26. Grayscale: #686868. Windows color (decimal): -1633063 or 14226663. OLE color: 14226663.
HSL color Cylindrical-coordinate representation of color #E714D9: hue angle of 303.98º 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 #E714D9 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 20 | 217 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.09 |
| HSL | 303.98º | 0.84% | 0.49% | - |
| HSV(B) | 303.98º | 0.91% | 0.91% | - |
| XYZ | 45.73 | 22.5 | 67.58 | - |
| YUV | 105.55 | 190.9 | 217.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 20 | 217 | 0 | 0.91 | 0.06 | 0.09 | 303.98 | 0.84 | 0.49 |
| Hex | E7 | 14 | D9 | 0 | 5B | 6 | 9 | 130 | 54 | 31 |
| Octal | 347 | 24 | 331 | 0 | 133 | 6 | 11 | 460 | 124 | 61 |
| Binary | 11100111 | 10100 | 11011001 | 0 | 1011011 | 110 | 1001 | 100110000 | 1010100 | 110001 |
Color Harmonies of #E714D9
Complementary color
Monochromatic Colors of #E714D9
Black with #E714D9
Text Example
Text Example
White with #E714D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E714D9; }
p { color: rgb(231,20,217); }
H1.HeaderClassName
{
color: #E714D9;
}
.AnyTagClassName
{
color: #E714D9;
}
</style>
background-color css
<style>
a { background-color: #E714D9; }
a { background-color: rgb(231,20,217); }
div.DivClassName
{
background-color: #E714D9;
}
.BgClassName
{
background-color: #E714D9;
}
</style>
border-color css
<style>
span { border-color: #E714D9; }
span { border-color: rgb(231,20,217); }
td.TdClassName
{
border-color: #E714D9;
}
.TagClassName
{
border-color: #E714D9;
}
</style>