Shades of Hot Magenta #E700C7
Tints of Hot Magenta #E700C7
RGB
CMYK
RGB Variations
Color information
#E700C7 (or 0xE700C7) is known color: Hot Magenta. HEX triplet: E7, 00 and C7. RGB value is (231,0,199). Sum of RGB (Red+Green+Blue) = 231+0+199=430 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.72% from 430); Green value is 0 (0.39% from 255 or 0% from 430); Blue value is 199 (78.12% from 255 or 46.28% from 430); Max value from RGB is 231 - color contains mainly: red. Hex color #E700C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E700C7 is #18FF38. Grayscale: #5B5B5B. Windows color (decimal): -1638201 or 13041895. OLE color: 13041895.
HSL color Cylindrical-coordinate representation of color #E700C7: hue angle of 308.31º 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 #E700C7 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 0 | 199 | - |
| CMYK | 0 | 1 | 0.14 | 0.09 |
| HSL | 308.31º | 1% | 0.45% | - |
| HSV(B) | 308.31º | 1% | 0.91% | - |
| XYZ | 43.26 | 21.11 | 55.83 | - |
| YUV | 91.76 | 188.53 | 227.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 0 | 199 | 0 | 1 | 0.14 | 0.09 | 308.31 | 1 | 0.45 |
| Hex | E7 | 0 | C7 | 0 | 64 | E | 9 | 134 | 64 | 2D |
| Octal | 347 | 0 | 307 | 0 | 144 | 16 | 11 | 464 | 144 | 55 |
| Binary | 11100111 | 0 | 11000111 | 0 | 1100100 | 1110 | 1001 | 100110100 | 1100100 | 101101 |
Color Harmonies of #E700C7
Complementary color
Monochromatic Colors of #E700C7
Black with #E700C7
Text Example
Text Example
White with #E700C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E700C7; }
p { color: rgb(231,0,199); }
H1.HeaderClassName
{
color: #E700C7;
}
.AnyTagClassName
{
color: #E700C7;
}
</style>
background-color css
<style>
a { background-color: #E700C7; }
a { background-color: rgb(231,0,199); }
div.DivClassName
{
background-color: #E700C7;
}
.BgClassName
{
background-color: #E700C7;
}
</style>
border-color css
<style>
span { border-color: #E700C7; }
span { border-color: rgb(231,0,199); }
td.TdClassName
{
border-color: #E700C7;
}
.TagClassName
{
border-color: #E700C7;
}
</style>