Shades of Hot Magenta #E701CE
Tints of Hot Magenta #E701CE
RGB
CMYK
RGB Variations
Color information
#E701CE (or 0xE701CE) is known color: Hot Magenta. HEX triplet: E7, 01 and CE. RGB value is (231,1,206). Sum of RGB (Red+Green+Blue) = 231+1+206=438 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.74% from 438); Green value is 1 (0.78% from 255 or 0.23% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 231 - color contains mainly: red. Hex color #E701CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E701CE is #18FE31. Grayscale: #5C5C5C. Windows color (decimal): -1637938 or 13500903. OLE color: 13500903.
HSL color Cylindrical-coordinate representation of color #E701CE: hue angle of 306.52º 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 #E701CE is Cyan = 0, Magento = 1.00, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 1 | 206 | - |
| CMYK | 0 | 1.00 | 0.11 | 0.09 |
| HSL | 306.52º | 0.99% | 0.45% | - |
| HSV(B) | 306.52º | 1% | 0.91% | - |
| XYZ | 44.11 | 21.47 | 60.21 | - |
| YUV | 93.14 | 191.7 | 226.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 1 | 206 | 0 | 1.00 | 0.11 | 0.09 | 306.52 | 0.99 | 0.45 |
| Hex | E7 | 1 | CE | 0 | 64 | B | 9 | 133 | 63 | 2D |
| Octal | 347 | 1 | 316 | 0 | 144 | 13 | 11 | 463 | 143 | 55 |
| Binary | 11100111 | 1 | 11001110 | 0 | 1100100 | 1011 | 1001 | 100110011 | 1100011 | 101101 |
Color Harmonies of #E701CE
Complementary color
Monochromatic Colors of #E701CE
Black with #E701CE
Text Example
Text Example
White with #E701CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E701CE; }
p { color: rgb(231,1,206); }
H1.HeaderClassName
{
color: #E701CE;
}
.AnyTagClassName
{
color: #E701CE;
}
</style>
background-color css
<style>
a { background-color: #E701CE; }
a { background-color: rgb(231,1,206); }
div.DivClassName
{
background-color: #E701CE;
}
.BgClassName
{
background-color: #E701CE;
}
</style>
border-color css
<style>
span { border-color: #E701CE; }
span { border-color: rgb(231,1,206); }
td.TdClassName
{
border-color: #E701CE;
}
.TagClassName
{
border-color: #E701CE;
}
</style>