Shades of Hot Magenta #E70ED7
Tints of Hot Magenta #E70ED7
RGB
CMYK
RGB Variations
Color information
#E70ED7 (or 0xE70ED7) is known color: Hot Magenta. HEX triplet: E7, 0E and D7. RGB value is (231,14,215). Sum of RGB (Red+Green+Blue) = 231+14+215=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 14 (5.86% from 255 or 3.04% from 460); Blue value is 215 (84.38% from 255 or 46.74% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E70ED7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70ED7 is #18F128. Grayscale: #656565. Windows color (decimal): -1634601 or 14094055. OLE color: 14094055.
HSL color Cylindrical-coordinate representation of color #E70ED7: hue angle of 304.42º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E70ED7 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 14 | 215 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.09 |
| HSL | 304.42º | 0.89% | 0.48% | - |
| HSV(B) | 304.42º | 0.94% | 0.91% | - |
| XYZ | 45.38 | 22.21 | 66.19 | - |
| YUV | 101.8 | 191.89 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 14 | 215 | 0 | 0.94 | 0.07 | 0.09 | 304.42 | 0.89 | 0.48 |
| Hex | E7 | E | D7 | 0 | 5E | 7 | 9 | 130 | 59 | 30 |
| Octal | 347 | 16 | 327 | 0 | 136 | 7 | 11 | 460 | 131 | 60 |
| Binary | 11100111 | 1110 | 11010111 | 0 | 1011110 | 111 | 1001 | 100110000 | 1011001 | 110000 |
Color Harmonies of #E70ED7
Complementary color
Monochromatic Colors of #E70ED7
Black with #E70ED7
Text Example
Text Example
White with #E70ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70ED7; }
p { color: rgb(231,14,215); }
H1.HeaderClassName
{
color: #E70ED7;
}
.AnyTagClassName
{
color: #E70ED7;
}
</style>
background-color css
<style>
a { background-color: #E70ED7; }
a { background-color: rgb(231,14,215); }
div.DivClassName
{
background-color: #E70ED7;
}
.BgClassName
{
background-color: #E70ED7;
}
</style>
border-color css
<style>
span { border-color: #E70ED7; }
span { border-color: rgb(231,14,215); }
td.TdClassName
{
border-color: #E70ED7;
}
.TagClassName
{
border-color: #E70ED7;
}
</style>