Shades of Hot Magenta #E702C7
Tints of Hot Magenta #E702C7
RGB
CMYK
RGB Variations
Color information
#E702C7 (or 0xE702C7) is known color: Hot Magenta. HEX triplet: E7, 02 and C7. RGB value is (231,2,199). Sum of RGB (Red+Green+Blue) = 231+2+199=432 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.47% from 432); Green value is 2 (1.17% from 255 or 0.46% from 432); Blue value is 199 (78.12% from 255 or 46.06% from 432); Max value from RGB is 231 - color contains mainly: red. Hex color #E702C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E702C7 is #18FD38. Grayscale: #5C5C5C. Windows color (decimal): -1637689 or 13042407. OLE color: 13042407.
HSL color Cylindrical-coordinate representation of color #E702C7: hue angle of 308.38º degrees, saturation: 0.98, 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 #E702C7 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 2 | 199 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.09 |
| HSL | 308.38º | 0.98% | 0.46% | - |
| HSV(B) | 308.38º | 0.99% | 0.91% | - |
| XYZ | 43.29 | 21.16 | 55.83 | - |
| YUV | 92.93 | 187.87 | 226.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 2 | 199 | 0 | 0.99 | 0.14 | 0.09 | 308.38 | 0.98 | 0.46 |
| Hex | E7 | 2 | C7 | 0 | 63 | E | 9 | 134 | 62 | 2E |
| Octal | 347 | 2 | 307 | 0 | 143 | 16 | 11 | 464 | 142 | 56 |
| Binary | 11100111 | 10 | 11000111 | 0 | 1100011 | 1110 | 1001 | 100110100 | 1100010 | 101110 |
Color Harmonies of #E702C7
Complementary color
Monochromatic Colors of #E702C7
Black with #E702C7
Text Example
Text Example
White with #E702C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E702C7; }
p { color: rgb(231,2,199); }
H1.HeaderClassName
{
color: #E702C7;
}
.AnyTagClassName
{
color: #E702C7;
}
</style>
background-color css
<style>
a { background-color: #E702C7; }
a { background-color: rgb(231,2,199); }
div.DivClassName
{
background-color: #E702C7;
}
.BgClassName
{
background-color: #E702C7;
}
</style>
border-color css
<style>
span { border-color: #E702C7; }
span { border-color: rgb(231,2,199); }
td.TdClassName
{
border-color: #E702C7;
}
.TagClassName
{
border-color: #E702C7;
}
</style>