Shades of Hot Magenta #E707C9
Tints of Hot Magenta #E707C9
RGB
CMYK
RGB Variations
Color information
#E707C9 (or 0xE707C9) is known color: Hot Magenta. HEX triplet: E7, 07 and C9. RGB value is (231,7,201). Sum of RGB (Red+Green+Blue) = 231+7+201=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 7 (3.12% from 255 or 1.59% from 439); Blue value is 201 (78.91% from 255 or 45.79% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E707C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E707C9 is #18F836. Grayscale: #5F5F5F. Windows color (decimal): -1636407 or 13174759. OLE color: 13174759.
HSL color Cylindrical-coordinate representation of color #E707C9: hue angle of 308.04º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E707C9 is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 7 | 201 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.09 |
| HSL | 308.04º | 0.94% | 0.47% | - |
| HSV(B) | 308.04º | 0.97% | 0.91% | - |
| XYZ | 43.57 | 21.36 | 57.08 | - |
| YUV | 96.09 | 187.21 | 224.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 7 | 201 | 0 | 0.97 | 0.13 | 0.09 | 308.04 | 0.94 | 0.47 |
| Hex | E7 | 7 | C9 | 0 | 61 | D | 9 | 134 | 5E | 2F |
| Octal | 347 | 7 | 311 | 0 | 141 | 15 | 11 | 464 | 136 | 57 |
| Binary | 11100111 | 111 | 11001001 | 0 | 1100001 | 1101 | 1001 | 100110100 | 1011110 | 101111 |
Color Harmonies of #E707C9
Complementary color
Monochromatic Colors of #E707C9
Black with #E707C9
Text Example
Text Example
White with #E707C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E707C9; }
p { color: rgb(231,7,201); }
H1.HeaderClassName
{
color: #E707C9;
}
.AnyTagClassName
{
color: #E707C9;
}
</style>
background-color css
<style>
a { background-color: #E707C9; }
a { background-color: rgb(231,7,201); }
div.DivClassName
{
background-color: #E707C9;
}
.BgClassName
{
background-color: #E707C9;
}
</style>
border-color css
<style>
span { border-color: #E707C9; }
span { border-color: rgb(231,7,201); }
td.TdClassName
{
border-color: #E707C9;
}
.TagClassName
{
border-color: #E707C9;
}
</style>