Shades of Hot Magenta #E705C7
Tints of Hot Magenta #E705C7
RGB
CMYK
RGB Variations
Color information
#E705C7 (or 0xE705C7) is known color: Hot Magenta. HEX triplet: E7, 05 and C7. RGB value is (231,5,199). Sum of RGB (Red+Green+Blue) = 231+5+199=435 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.10% from 435); Green value is 5 (2.34% from 255 or 1.15% from 435); Blue value is 199 (78.12% from 255 or 45.75% from 435); Max value from RGB is 231 - color contains mainly: red. Hex color #E705C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E705C7 is #18FA38. Grayscale: #5E5E5E. Windows color (decimal): -1636921 or 13043175. OLE color: 13043175.
HSL color Cylindrical-coordinate representation of color #E705C7: hue angle of 308.5º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E705C7 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 5 | 199 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.09 |
| HSL | 308.5º | 0.96% | 0.46% | - |
| HSV(B) | 308.5º | 0.98% | 0.91% | - |
| XYZ | 43.32 | 21.22 | 55.85 | - |
| YUV | 94.69 | 186.87 | 225.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 5 | 199 | 0 | 0.98 | 0.14 | 0.09 | 308.5 | 0.96 | 0.46 |
| Hex | E7 | 5 | C7 | 0 | 62 | E | 9 | 134 | 60 | 2E |
| Octal | 347 | 5 | 307 | 0 | 142 | 16 | 11 | 464 | 140 | 56 |
| Binary | 11100111 | 101 | 11000111 | 0 | 1100010 | 1110 | 1001 | 100110100 | 1100000 | 101110 |
Color Harmonies of #E705C7
Complementary color
Monochromatic Colors of #E705C7
Black with #E705C7
Text Example
Text Example
White with #E705C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E705C7; }
p { color: rgb(231,5,199); }
H1.HeaderClassName
{
color: #E705C7;
}
.AnyTagClassName
{
color: #E705C7;
}
</style>
background-color css
<style>
a { background-color: #E705C7; }
a { background-color: rgb(231,5,199); }
div.DivClassName
{
background-color: #E705C7;
}
.BgClassName
{
background-color: #E705C7;
}
</style>
border-color css
<style>
span { border-color: #E705C7; }
span { border-color: rgb(231,5,199); }
td.TdClassName
{
border-color: #E705C7;
}
.TagClassName
{
border-color: #E705C7;
}
</style>