Shades of Hot Magenta #E701CC
Tints of Hot Magenta #E701CC
RGB
CMYK
RGB Variations
Color information
#E701CC (or 0xE701CC) is known color: Hot Magenta. HEX triplet: E7, 01 and CC. RGB value is (231,1,204). Sum of RGB (Red+Green+Blue) = 231+1+204=436 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.98% from 436); Green value is 1 (0.78% from 255 or 0.23% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 231 - color contains mainly: red. Hex color #E701CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E701CC is #18FE33. Grayscale: #5C5C5C. Windows color (decimal): -1637940 or 13369831. OLE color: 13369831.
HSL color Cylindrical-coordinate representation of color #E701CC: hue angle of 307.04º 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 #E701CC is Cyan = 0, Magento = 1.00, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 1 | 204 | - |
| CMYK | 0 | 1.00 | 0.12 | 0.09 |
| HSL | 307.04º | 0.99% | 0.45% | - |
| HSV(B) | 307.04º | 1% | 0.91% | - |
| XYZ | 43.86 | 21.37 | 58.94 | - |
| YUV | 92.91 | 190.7 | 226.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 1 | 204 | 0 | 1.00 | 0.12 | 0.09 | 307.04 | 0.99 | 0.45 |
| Hex | E7 | 1 | CC | 0 | 64 | C | 9 | 133 | 63 | 2D |
| Octal | 347 | 1 | 314 | 0 | 144 | 14 | 11 | 463 | 143 | 55 |
| Binary | 11100111 | 1 | 11001100 | 0 | 1100100 | 1100 | 1001 | 100110011 | 1100011 | 101101 |
Color Harmonies of #E701CC
Complementary color
Monochromatic Colors of #E701CC
Black with #E701CC
Text Example
Text Example
White with #E701CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E701CC; }
p { color: rgb(231,1,204); }
H1.HeaderClassName
{
color: #E701CC;
}
.AnyTagClassName
{
color: #E701CC;
}
</style>
background-color css
<style>
a { background-color: #E701CC; }
a { background-color: rgb(231,1,204); }
div.DivClassName
{
background-color: #E701CC;
}
.BgClassName
{
background-color: #E701CC;
}
</style>
border-color css
<style>
span { border-color: #E701CC; }
span { border-color: rgb(231,1,204); }
td.TdClassName
{
border-color: #E701CC;
}
.TagClassName
{
border-color: #E701CC;
}
</style>