Shades of Hot Magenta #E702D3
Tints of Hot Magenta #E702D3
RGB
CMYK
RGB Variations
Color information
#E702D3 (or 0xE702D3) is known color: Hot Magenta. HEX triplet: E7, 02 and D3. RGB value is (231,2,211). Sum of RGB (Red+Green+Blue) = 231+2+211=444 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.03% from 444); Green value is 2 (1.17% from 255 or 0.45% from 444); Blue value is 211 (82.81% from 255 or 47.52% from 444); Max value from RGB is 231 - color contains mainly: red. Hex color #E702D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E702D3 is #18FD2C. Grayscale: #5D5D5D. Windows color (decimal): -1637677 or 13828839. OLE color: 13828839.
HSL color Cylindrical-coordinate representation of color #E702D3: hue angle of 305.24º 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 #E702D3 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 2 | 211 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.09 |
| HSL | 305.24º | 0.98% | 0.46% | - |
| HSV(B) | 305.24º | 0.99% | 0.91% | - |
| XYZ | 44.73 | 21.74 | 63.47 | - |
| YUV | 94.3 | 193.87 | 225.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 2 | 211 | 0 | 0.99 | 0.09 | 0.09 | 305.24 | 0.98 | 0.46 |
| Hex | E7 | 2 | D3 | 0 | 63 | 9 | 9 | 131 | 62 | 2E |
| Octal | 347 | 2 | 323 | 0 | 143 | 11 | 11 | 461 | 142 | 56 |
| Binary | 11100111 | 10 | 11010011 | 0 | 1100011 | 1001 | 1001 | 100110001 | 1100010 | 101110 |
Color Harmonies of #E702D3
Complementary color
Monochromatic Colors of #E702D3
Black with #E702D3
Text Example
Text Example
White with #E702D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E702D3; }
p { color: rgb(231,2,211); }
H1.HeaderClassName
{
color: #E702D3;
}
.AnyTagClassName
{
color: #E702D3;
}
</style>
background-color css
<style>
a { background-color: #E702D3; }
a { background-color: rgb(231,2,211); }
div.DivClassName
{
background-color: #E702D3;
}
.BgClassName
{
background-color: #E702D3;
}
</style>
border-color css
<style>
span { border-color: #E702D3; }
span { border-color: rgb(231,2,211); }
td.TdClassName
{
border-color: #E702D3;
}
.TagClassName
{
border-color: #E702D3;
}
</style>