Shades of Hot Magenta #E70ED0
Tints of Hot Magenta #E70ED0
RGB
CMYK
RGB Variations
Color information
#E70ED0 (or 0xE70ED0) is known color: Hot Magenta. HEX triplet: E7, 0E and D0. RGB value is (231,14,208). Sum of RGB (Red+Green+Blue) = 231+14+208=453 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.99% from 453); Green value is 14 (5.86% from 255 or 3.09% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 231 - color contains mainly: red. Hex color #E70ED0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70ED0 is #18F12F. Grayscale: #646464. Windows color (decimal): -1634608 or 13635303. OLE color: 13635303.
HSL color Cylindrical-coordinate representation of color #E70ED0: hue angle of 306.36º 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 #E70ED0 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 14 | 208 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.09 |
| HSL | 306.36º | 0.89% | 0.48% | - |
| HSV(B) | 306.36º | 0.94% | 0.91% | - |
| XYZ | 44.5 | 21.86 | 61.55 | - |
| YUV | 101 | 188.39 | 220.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 14 | 208 | 0 | 0.94 | 0.10 | 0.09 | 306.36 | 0.89 | 0.48 |
| Hex | E7 | E | D0 | 0 | 5E | A | 9 | 132 | 59 | 30 |
| Octal | 347 | 16 | 320 | 0 | 136 | 12 | 11 | 462 | 131 | 60 |
| Binary | 11100111 | 1110 | 11010000 | 0 | 1011110 | 1010 | 1001 | 100110010 | 1011001 | 110000 |
Color Harmonies of #E70ED0
Complementary color
Monochromatic Colors of #E70ED0
Black with #E70ED0
Text Example
Text Example
White with #E70ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70ED0; }
p { color: rgb(231,14,208); }
H1.HeaderClassName
{
color: #E70ED0;
}
.AnyTagClassName
{
color: #E70ED0;
}
</style>
background-color css
<style>
a { background-color: #E70ED0; }
a { background-color: rgb(231,14,208); }
div.DivClassName
{
background-color: #E70ED0;
}
.BgClassName
{
background-color: #E70ED0;
}
</style>
border-color css
<style>
span { border-color: #E70ED0; }
span { border-color: rgb(231,14,208); }
td.TdClassName
{
border-color: #E70ED0;
}
.TagClassName
{
border-color: #E70ED0;
}
</style>