Shades of Hot Magenta #E703D6
Tints of Hot Magenta #E703D6
RGB
CMYK
RGB Variations
Color information
#E703D6 (or 0xE703D6) is known color: Hot Magenta. HEX triplet: E7, 03 and D6. RGB value is (231,3,214). Sum of RGB (Red+Green+Blue) = 231+3+214=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 3 (1.56% from 255 or 0.67% from 448); Blue value is 214 (83.98% from 255 or 47.77% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E703D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E703D6 is #18FC29. Grayscale: #5E5E5E. Windows color (decimal): -1637418 or 14025703. OLE color: 14025703.
HSL color Cylindrical-coordinate representation of color #E703D6: hue angle of 304.47º 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 #E703D6 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 3 | 214 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.09 |
| HSL | 304.47º | 0.97% | 0.46% | - |
| HSV(B) | 304.47º | 0.99% | 0.91% | - |
| XYZ | 45.13 | 21.91 | 65.47 | - |
| YUV | 95.23 | 195.04 | 224.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 3 | 214 | 0 | 0.99 | 0.07 | 0.09 | 304.47 | 0.97 | 0.46 |
| Hex | E7 | 3 | D6 | 0 | 63 | 7 | 9 | 130 | 61 | 2E |
| Octal | 347 | 3 | 326 | 0 | 143 | 7 | 11 | 460 | 141 | 56 |
| Binary | 11100111 | 11 | 11010110 | 0 | 1100011 | 111 | 1001 | 100110000 | 1100001 | 101110 |
Color Harmonies of #E703D6
Complementary color
Monochromatic Colors of #E703D6
Black with #E703D6
Text Example
Text Example
White with #E703D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E703D6; }
p { color: rgb(231,3,214); }
H1.HeaderClassName
{
color: #E703D6;
}
.AnyTagClassName
{
color: #E703D6;
}
</style>
background-color css
<style>
a { background-color: #E703D6; }
a { background-color: rgb(231,3,214); }
div.DivClassName
{
background-color: #E703D6;
}
.BgClassName
{
background-color: #E703D6;
}
</style>
border-color css
<style>
span { border-color: #E703D6; }
span { border-color: rgb(231,3,214); }
td.TdClassName
{
border-color: #E703D6;
}
.TagClassName
{
border-color: #E703D6;
}
</style>