Shades of Hot Magenta #E702CA
Tints of Hot Magenta #E702CA
RGB
CMYK
RGB Variations
Color information
#E702CA (or 0xE702CA) is known color: Hot Magenta. HEX triplet: E7, 02 and CA. RGB value is (231,2,202). Sum of RGB (Red+Green+Blue) = 231+2+202=435 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.10% from 435); Green value is 2 (1.17% from 255 or 0.46% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 231 - color contains mainly: red. Hex color #E702CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E702CA is #18FD35. Grayscale: #5C5C5C. Windows color (decimal): -1637686 or 13239015. OLE color: 13239015.
HSL color Cylindrical-coordinate representation of color #E702CA: hue angle of 307.6º 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 #E702CA is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 2 | 202 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.09 |
| HSL | 307.6º | 0.98% | 0.46% | - |
| HSV(B) | 307.6º | 0.99% | 0.91% | - |
| XYZ | 43.64 | 21.3 | 57.69 | - |
| YUV | 93.27 | 189.37 | 226.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 2 | 202 | 0 | 0.99 | 0.13 | 0.09 | 307.6 | 0.98 | 0.46 |
| Hex | E7 | 2 | CA | 0 | 63 | D | 9 | 134 | 62 | 2E |
| Octal | 347 | 2 | 312 | 0 | 143 | 15 | 11 | 464 | 142 | 56 |
| Binary | 11100111 | 10 | 11001010 | 0 | 1100011 | 1101 | 1001 | 100110100 | 1100010 | 101110 |
Color Harmonies of #E702CA
Complementary color
Monochromatic Colors of #E702CA
Black with #E702CA
Text Example
Text Example
White with #E702CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E702CA; }
p { color: rgb(231,2,202); }
H1.HeaderClassName
{
color: #E702CA;
}
.AnyTagClassName
{
color: #E702CA;
}
</style>
background-color css
<style>
a { background-color: #E702CA; }
a { background-color: rgb(231,2,202); }
div.DivClassName
{
background-color: #E702CA;
}
.BgClassName
{
background-color: #E702CA;
}
</style>
border-color css
<style>
span { border-color: #E702CA; }
span { border-color: rgb(231,2,202); }
td.TdClassName
{
border-color: #E702CA;
}
.TagClassName
{
border-color: #E702CA;
}
</style>