Shades of Hot Magenta #E703CD
Tints of Hot Magenta #E703CD
RGB
CMYK
RGB Variations
Color information
#E703CD (or 0xE703CD) is known color: Hot Magenta. HEX triplet: E7, 03 and CD. RGB value is (231,3,205). Sum of RGB (Red+Green+Blue) = 231+3+205=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 3 (1.56% from 255 or 0.68% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E703CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E703CD is #18FC32. Grayscale: #5D5D5D. Windows color (decimal): -1637427 or 13435879. OLE color: 13435879.
HSL color Cylindrical-coordinate representation of color #E703CD: hue angle of 306.84º 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 #E703CD is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 3 | 205 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.09 |
| HSL | 306.84º | 0.97% | 0.46% | - |
| HSV(B) | 306.84º | 0.99% | 0.91% | - |
| XYZ | 44.01 | 21.46 | 59.58 | - |
| YUV | 94.2 | 190.54 | 225.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 3 | 205 | 0 | 0.99 | 0.11 | 0.09 | 306.84 | 0.97 | 0.46 |
| Hex | E7 | 3 | CD | 0 | 63 | B | 9 | 133 | 61 | 2E |
| Octal | 347 | 3 | 315 | 0 | 143 | 13 | 11 | 463 | 141 | 56 |
| Binary | 11100111 | 11 | 11001101 | 0 | 1100011 | 1011 | 1001 | 100110011 | 1100001 | 101110 |
Color Harmonies of #E703CD
Complementary color
Monochromatic Colors of #E703CD
Black with #E703CD
Text Example
Text Example
White with #E703CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E703CD; }
p { color: rgb(231,3,205); }
H1.HeaderClassName
{
color: #E703CD;
}
.AnyTagClassName
{
color: #E703CD;
}
</style>
background-color css
<style>
a { background-color: #E703CD; }
a { background-color: rgb(231,3,205); }
div.DivClassName
{
background-color: #E703CD;
}
.BgClassName
{
background-color: #E703CD;
}
</style>
border-color css
<style>
span { border-color: #E703CD; }
span { border-color: rgb(231,3,205); }
td.TdClassName
{
border-color: #E703CD;
}
.TagClassName
{
border-color: #E703CD;
}
</style>