Shades of Hot Magenta #E701C8
Tints of Hot Magenta #E701C8
RGB
CMYK
RGB Variations
Color information
#E701C8 (or 0xE701C8) is known color: Hot Magenta. HEX triplet: E7, 01 and C8. RGB value is (231,1,200). Sum of RGB (Red+Green+Blue) = 231+1+200=432 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.47% from 432); Green value is 1 (0.78% from 255 or 0.23% from 432); Blue value is 200 (78.52% from 255 or 46.30% from 432); Max value from RGB is 231 - color contains mainly: red. Hex color #E701C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E701C8 is #18FE37. Grayscale: #5B5B5B. Windows color (decimal): -1637944 or 13107687. OLE color: 13107687.
HSL color Cylindrical-coordinate representation of color #E701C8: hue angle of 308.09º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E701C8 is Cyan = 0, Magento = 1.00, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 1 | 200 | - |
| CMYK | 0 | 1.00 | 0.13 | 0.09 |
| HSL | 308.09º | 0.99% | 0.45% | - |
| HSV(B) | 308.09º | 1% | 0.91% | - |
| XYZ | 43.39 | 21.18 | 56.44 | - |
| YUV | 92.46 | 188.7 | 226.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 1 | 200 | 0 | 1.00 | 0.13 | 0.09 | 308.09 | 0.99 | 0.45 |
| Hex | E7 | 1 | C8 | 0 | 64 | D | 9 | 134 | 63 | 2D |
| Octal | 347 | 1 | 310 | 0 | 144 | 15 | 11 | 464 | 143 | 55 |
| Binary | 11100111 | 1 | 11001000 | 0 | 1100100 | 1101 | 1001 | 100110100 | 1100011 | 101101 |
Color Harmonies of #E701C8
Complementary color
Monochromatic Colors of #E701C8
Black with #E701C8
Text Example
Text Example
White with #E701C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E701C8; }
p { color: rgb(231,1,200); }
H1.HeaderClassName
{
color: #E701C8;
}
.AnyTagClassName
{
color: #E701C8;
}
</style>
background-color css
<style>
a { background-color: #E701C8; }
a { background-color: rgb(231,1,200); }
div.DivClassName
{
background-color: #E701C8;
}
.BgClassName
{
background-color: #E701C8;
}
</style>
border-color css
<style>
span { border-color: #E701C8; }
span { border-color: rgb(231,1,200); }
td.TdClassName
{
border-color: #E701C8;
}
.TagClassName
{
border-color: #E701C8;
}
</style>