Shades of Hot Magenta #E704CF
Tints of Hot Magenta #E704CF
RGB
CMYK
RGB Variations
Color information
#E704CF (or 0xE704CF) is known color: Hot Magenta. HEX triplet: E7, 04 and CF. RGB value is (231,4,207). Sum of RGB (Red+Green+Blue) = 231+4+207=442 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.26% from 442); Green value is 4 (1.95% from 255 or 0.90% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 231 - color contains mainly: red. Hex color #E704CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E704CF is #18FB30. Grayscale: #5E5E5E. Windows color (decimal): -1637169 or 13567207. OLE color: 13567207.
HSL color Cylindrical-coordinate representation of color #E704CF: hue angle of 306.34º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E704CF is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 4 | 207 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.09 |
| HSL | 306.34º | 0.97% | 0.46% | - |
| HSV(B) | 306.34º | 0.98% | 0.91% | - |
| XYZ | 44.26 | 21.58 | 60.86 | - |
| YUV | 95.02 | 191.21 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 4 | 207 | 0 | 0.98 | 0.10 | 0.09 | 306.34 | 0.97 | 0.46 |
| Hex | E7 | 4 | CF | 0 | 62 | A | 9 | 132 | 61 | 2E |
| Octal | 347 | 4 | 317 | 0 | 142 | 12 | 11 | 462 | 141 | 56 |
| Binary | 11100111 | 100 | 11001111 | 0 | 1100010 | 1010 | 1001 | 100110010 | 1100001 | 101110 |
Color Harmonies of #E704CF
Complementary color
Monochromatic Colors of #E704CF
Black with #E704CF
Text Example
Text Example
White with #E704CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E704CF; }
p { color: rgb(231,4,207); }
H1.HeaderClassName
{
color: #E704CF;
}
.AnyTagClassName
{
color: #E704CF;
}
</style>
background-color css
<style>
a { background-color: #E704CF; }
a { background-color: rgb(231,4,207); }
div.DivClassName
{
background-color: #E704CF;
}
.BgClassName
{
background-color: #E704CF;
}
</style>
border-color css
<style>
span { border-color: #E704CF; }
span { border-color: rgb(231,4,207); }
td.TdClassName
{
border-color: #E704CF;
}
.TagClassName
{
border-color: #E704CF;
}
</style>