Shades of Hot Magenta #E703D0
Tints of Hot Magenta #E703D0
RGB
CMYK
RGB Variations
Color information
#E703D0 (or 0xE703D0) is known color: Hot Magenta. HEX triplet: E7, 03 and D0. RGB value is (231,3,208). Sum of RGB (Red+Green+Blue) = 231+3+208=442 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.26% from 442); Green value is 3 (1.56% from 255 or 0.68% from 442); Blue value is 208 (81.64% from 255 or 47.06% from 442); Max value from RGB is 231 - color contains mainly: red. Hex color #E703D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E703D0 is #18FC2F. Grayscale: #5D5D5D. Windows color (decimal): -1637424 or 13632487. OLE color: 13632487.
HSL color Cylindrical-coordinate representation of color #E703D0: hue angle of 306.05º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E703D0 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 3 | 208 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.09 |
| HSL | 306.05º | 0.97% | 0.46% | - |
| HSV(B) | 306.05º | 0.99% | 0.91% | - |
| XYZ | 44.37 | 21.61 | 61.51 | - |
| YUV | 94.54 | 192.04 | 225.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 3 | 208 | 0 | 0.99 | 0.10 | 0.09 | 306.05 | 0.97 | 0.46 |
| Hex | E7 | 3 | D0 | 0 | 63 | A | 9 | 132 | 61 | 2E |
| Octal | 347 | 3 | 320 | 0 | 143 | 12 | 11 | 462 | 141 | 56 |
| Binary | 11100111 | 11 | 11010000 | 0 | 1100011 | 1010 | 1001 | 100110010 | 1100001 | 101110 |
Color Harmonies of #E703D0
Complementary color
Monochromatic Colors of #E703D0
Black with #E703D0
Text Example
Text Example
White with #E703D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E703D0; }
p { color: rgb(231,3,208); }
H1.HeaderClassName
{
color: #E703D0;
}
.AnyTagClassName
{
color: #E703D0;
}
</style>
background-color css
<style>
a { background-color: #E703D0; }
a { background-color: rgb(231,3,208); }
div.DivClassName
{
background-color: #E703D0;
}
.BgClassName
{
background-color: #E703D0;
}
</style>
border-color css
<style>
span { border-color: #E703D0; }
span { border-color: rgb(231,3,208); }
td.TdClassName
{
border-color: #E703D0;
}
.TagClassName
{
border-color: #E703D0;
}
</style>