Shades of Hot Magenta #E701C9
Tints of Hot Magenta #E701C9
RGB
CMYK
RGB Variations
Color information
#E701C9 (or 0xE701C9) is known color: Hot Magenta. HEX triplet: E7, 01 and C9. RGB value is (231,1,201). Sum of RGB (Red+Green+Blue) = 231+1+201=433 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.35% from 433); Green value is 1 (0.78% from 255 or 0.23% from 433); Blue value is 201 (78.91% from 255 or 46.42% from 433); Max value from RGB is 231 - color contains mainly: red. Hex color #E701C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E701C9 is #18FE36. Grayscale: #5C5C5C. Windows color (decimal): -1637943 or 13173223. OLE color: 13173223.
HSL color Cylindrical-coordinate representation of color #E701C9: hue angle of 307.83º 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 #E701C9 is Cyan = 0, Magento = 1.00, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 1 | 201 | - |
| CMYK | 0 | 1.00 | 0.13 | 0.09 |
| HSL | 307.83º | 0.99% | 0.45% | - |
| HSV(B) | 307.83º | 1% | 0.91% | - |
| XYZ | 43.51 | 21.23 | 57.06 | - |
| YUV | 92.57 | 189.2 | 226.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 1 | 201 | 0 | 1.00 | 0.13 | 0.09 | 307.83 | 0.99 | 0.45 |
| Hex | E7 | 1 | C9 | 0 | 64 | D | 9 | 134 | 63 | 2D |
| Octal | 347 | 1 | 311 | 0 | 144 | 15 | 11 | 464 | 143 | 55 |
| Binary | 11100111 | 1 | 11001001 | 0 | 1100100 | 1101 | 1001 | 100110100 | 1100011 | 101101 |
Color Harmonies of #E701C9
Complementary color
Monochromatic Colors of #E701C9
Black with #E701C9
Text Example
Text Example
White with #E701C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E701C9; }
p { color: rgb(231,1,201); }
H1.HeaderClassName
{
color: #E701C9;
}
.AnyTagClassName
{
color: #E701C9;
}
</style>
background-color css
<style>
a { background-color: #E701C9; }
a { background-color: rgb(231,1,201); }
div.DivClassName
{
background-color: #E701C9;
}
.BgClassName
{
background-color: #E701C9;
}
</style>
border-color css
<style>
span { border-color: #E701C9; }
span { border-color: rgb(231,1,201); }
td.TdClassName
{
border-color: #E701C9;
}
.TagClassName
{
border-color: #E701C9;
}
</style>