Shades of Hot Magenta #E70DDA
Tints of Hot Magenta #E70DDA
RGB
CMYK
RGB Variations
Color information
#E70DDA (or 0xE70DDA) is known color: Hot Magenta. HEX triplet: E7, 0D and DA. RGB value is (231,13,218). Sum of RGB (Red+Green+Blue) = 231+13+218=462 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50% from 462); Green value is 13 (5.47% from 255 or 2.81% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 231 - color contains mainly: red. Hex color #E70DDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70DDA is #18F225. Grayscale: #646464. Windows color (decimal): -1634854 or 14290407. OLE color: 14290407.
HSL color Cylindrical-coordinate representation of color #E70DDA: hue angle of 303.58º 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 #E70DDA is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 13 | 218 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.09 |
| HSL | 303.58º | 0.89% | 0.48% | - |
| HSV(B) | 303.58º | 0.94% | 0.91% | - |
| XYZ | 45.75 | 22.34 | 68.23 | - |
| YUV | 101.55 | 193.72 | 220.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 13 | 218 | 0 | 0.94 | 0.06 | 0.09 | 303.58 | 0.89 | 0.48 |
| Hex | E7 | D | DA | 0 | 5E | 6 | 9 | 130 | 59 | 30 |
| Octal | 347 | 15 | 332 | 0 | 136 | 6 | 11 | 460 | 131 | 60 |
| Binary | 11100111 | 1101 | 11011010 | 0 | 1011110 | 110 | 1001 | 100110000 | 1011001 | 110000 |
Color Harmonies of #E70DDA
Complementary color
Monochromatic Colors of #E70DDA
Black with #E70DDA
Text Example
Text Example
White with #E70DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70DDA; }
p { color: rgb(231,13,218); }
H1.HeaderClassName
{
color: #E70DDA;
}
.AnyTagClassName
{
color: #E70DDA;
}
</style>
background-color css
<style>
a { background-color: #E70DDA; }
a { background-color: rgb(231,13,218); }
div.DivClassName
{
background-color: #E70DDA;
}
.BgClassName
{
background-color: #E70DDA;
}
</style>
border-color css
<style>
span { border-color: #E70DDA; }
span { border-color: rgb(231,13,218); }
td.TdClassName
{
border-color: #E70DDA;
}
.TagClassName
{
border-color: #E70DDA;
}
</style>