Shades of Hot Magenta #E70DD8
Tints of Hot Magenta #E70DD8
RGB
CMYK
RGB Variations
Color information
#E70DD8 (or 0xE70DD8) is known color: Hot Magenta. HEX triplet: E7, 0D and D8. RGB value is (231,13,216). Sum of RGB (Red+Green+Blue) = 231+13+216=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 13 (5.47% from 255 or 2.83% from 460); Blue value is 216 (84.77% from 255 or 46.96% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E70DD8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70DD8 is #18F227. Grayscale: #646464. Windows color (decimal): -1634856 or 14159335. OLE color: 14159335.
HSL color Cylindrical-coordinate representation of color #E70DD8: hue angle of 304.13º 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 #E70DD8 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 13 | 216 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.09 |
| HSL | 304.13º | 0.89% | 0.48% | - |
| HSV(B) | 304.13º | 0.94% | 0.91% | - |
| XYZ | 45.49 | 22.23 | 66.86 | - |
| YUV | 101.32 | 192.72 | 220.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 13 | 216 | 0 | 0.94 | 0.06 | 0.09 | 304.13 | 0.89 | 0.48 |
| Hex | E7 | D | D8 | 0 | 5E | 6 | 9 | 130 | 59 | 30 |
| Octal | 347 | 15 | 330 | 0 | 136 | 6 | 11 | 460 | 131 | 60 |
| Binary | 11100111 | 1101 | 11011000 | 0 | 1011110 | 110 | 1001 | 100110000 | 1011001 | 110000 |
Color Harmonies of #E70DD8
Complementary color
Monochromatic Colors of #E70DD8
Black with #E70DD8
Text Example
Text Example
White with #E70DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70DD8; }
p { color: rgb(231,13,216); }
H1.HeaderClassName
{
color: #E70DD8;
}
.AnyTagClassName
{
color: #E70DD8;
}
</style>
background-color css
<style>
a { background-color: #E70DD8; }
a { background-color: rgb(231,13,216); }
div.DivClassName
{
background-color: #E70DD8;
}
.BgClassName
{
background-color: #E70DD8;
}
</style>
border-color css
<style>
span { border-color: #E70DD8; }
span { border-color: rgb(231,13,216); }
td.TdClassName
{
border-color: #E70DD8;
}
.TagClassName
{
border-color: #E70DD8;
}
</style>