Shades of Hot Magenta #E714D7
Tints of Hot Magenta #E714D7
RGB
CMYK
RGB Variations
Color information
#E714D7 (or 0xE714D7) is known color: Hot Magenta. HEX triplet: E7, 14 and D7. RGB value is (231,20,215). Sum of RGB (Red+Green+Blue) = 231+20+215=466 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.57% from 466); Green value is 20 (8.20% from 255 or 4.29% from 466); Blue value is 215 (84.38% from 255 or 46.14% from 466); Max value from RGB is 231 - color contains mainly: red. Hex color #E714D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E714D7 is #18EB28. Grayscale: #686868. Windows color (decimal): -1633065 or 14095591. OLE color: 14095591.
HSL color Cylindrical-coordinate representation of color #E714D7: hue angle of 304.55º 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 #E714D7 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 20 | 215 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.09 |
| HSL | 304.55º | 0.84% | 0.49% | - |
| HSV(B) | 304.55º | 0.91% | 0.91% | - |
| XYZ | 45.47 | 22.4 | 66.22 | - |
| YUV | 105.32 | 189.9 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 20 | 215 | 0 | 0.91 | 0.07 | 0.09 | 304.55 | 0.84 | 0.49 |
| Hex | E7 | 14 | D7 | 0 | 5B | 7 | 9 | 131 | 54 | 31 |
| Octal | 347 | 24 | 327 | 0 | 133 | 7 | 11 | 461 | 124 | 61 |
| Binary | 11100111 | 10100 | 11010111 | 0 | 1011011 | 111 | 1001 | 100110001 | 1010100 | 110001 |
Color Harmonies of #E714D7
Complementary color
Monochromatic Colors of #E714D7
Black with #E714D7
Text Example
Text Example
White with #E714D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E714D7; }
p { color: rgb(231,20,215); }
H1.HeaderClassName
{
color: #E714D7;
}
.AnyTagClassName
{
color: #E714D7;
}
</style>
background-color css
<style>
a { background-color: #E714D7; }
a { background-color: rgb(231,20,215); }
div.DivClassName
{
background-color: #E714D7;
}
.BgClassName
{
background-color: #E714D7;
}
</style>
border-color css
<style>
span { border-color: #E714D7; }
span { border-color: rgb(231,20,215); }
td.TdClassName
{
border-color: #E714D7;
}
.TagClassName
{
border-color: #E714D7;
}
</style>