Shades of Hot Magenta #E702CE
Tints of Hot Magenta #E702CE
RGB
CMYK
RGB Variations
Color information
#E702CE (or 0xE702CE) is known color: Hot Magenta. HEX triplet: E7, 02 and CE. RGB value is (231,2,206). Sum of RGB (Red+Green+Blue) = 231+2+206=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 2 (1.17% from 255 or 0.46% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E702CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E702CE is #18FD31. Grayscale: #5D5D5D. Windows color (decimal): -1637682 or 13501159. OLE color: 13501159.
HSL color Cylindrical-coordinate representation of color #E702CE: hue angle of 306.55º 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 #E702CE is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 2 | 206 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.09 |
| HSL | 306.55º | 0.98% | 0.46% | - |
| HSV(B) | 306.55º | 0.99% | 0.91% | - |
| XYZ | 44.12 | 21.49 | 60.21 | - |
| YUV | 93.73 | 191.37 | 225.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 2 | 206 | 0 | 0.99 | 0.11 | 0.09 | 306.55 | 0.98 | 0.46 |
| Hex | E7 | 2 | CE | 0 | 63 | B | 9 | 133 | 62 | 2E |
| Octal | 347 | 2 | 316 | 0 | 143 | 13 | 11 | 463 | 142 | 56 |
| Binary | 11100111 | 10 | 11001110 | 0 | 1100011 | 1011 | 1001 | 100110011 | 1100010 | 101110 |
Color Harmonies of #E702CE
Complementary color
Monochromatic Colors of #E702CE
Black with #E702CE
Text Example
Text Example
White with #E702CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E702CE; }
p { color: rgb(231,2,206); }
H1.HeaderClassName
{
color: #E702CE;
}
.AnyTagClassName
{
color: #E702CE;
}
</style>
background-color css
<style>
a { background-color: #E702CE; }
a { background-color: rgb(231,2,206); }
div.DivClassName
{
background-color: #E702CE;
}
.BgClassName
{
background-color: #E702CE;
}
</style>
border-color css
<style>
span { border-color: #E702CE; }
span { border-color: rgb(231,2,206); }
td.TdClassName
{
border-color: #E702CE;
}
.TagClassName
{
border-color: #E702CE;
}
</style>