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