Shades of Hot Magenta #E701CF
Tints of Hot Magenta #E701CF
RGB
CMYK
RGB Variations
Color information
#E701CF (or 0xE701CF) is known color: Hot Magenta. HEX triplet: E7, 01 and CF. RGB value is (231,1,207). Sum of RGB (Red+Green+Blue) = 231+1+207=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 1 (0.78% from 255 or 0.23% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E701CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E701CF is #18FE30. Grayscale: #5C5C5C. Windows color (decimal): -1637937 or 13566439. OLE color: 13566439.
HSL color Cylindrical-coordinate representation of color #E701CF: hue angle of 306.26º 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 #E701CF is Cyan = 0, Magento = 1.00, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 1 | 207 | - |
| CMYK | 0 | 1.00 | 0.10 | 0.09 |
| HSL | 306.26º | 0.99% | 0.45% | - |
| HSV(B) | 306.26º | 1% | 0.91% | - |
| XYZ | 44.23 | 21.52 | 60.85 | - |
| YUV | 93.25 | 192.2 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 1 | 207 | 0 | 1.00 | 0.10 | 0.09 | 306.26 | 0.99 | 0.45 |
| Hex | E7 | 1 | CF | 0 | 64 | A | 9 | 132 | 63 | 2D |
| Octal | 347 | 1 | 317 | 0 | 144 | 12 | 11 | 462 | 143 | 55 |
| Binary | 11100111 | 1 | 11001111 | 0 | 1100100 | 1010 | 1001 | 100110010 | 1100011 | 101101 |
Color Harmonies of #E701CF
Complementary color
Monochromatic Colors of #E701CF
Black with #E701CF
Text Example
Text Example
White with #E701CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E701CF; }
p { color: rgb(231,1,207); }
H1.HeaderClassName
{
color: #E701CF;
}
.AnyTagClassName
{
color: #E701CF;
}
</style>
background-color css
<style>
a { background-color: #E701CF; }
a { background-color: rgb(231,1,207); }
div.DivClassName
{
background-color: #E701CF;
}
.BgClassName
{
background-color: #E701CF;
}
</style>
border-color css
<style>
span { border-color: #E701CF; }
span { border-color: rgb(231,1,207); }
td.TdClassName
{
border-color: #E701CF;
}
.TagClassName
{
border-color: #E701CF;
}
</style>