Shades of Hot Magenta #E705CC
Tints of Hot Magenta #E705CC
RGB
CMYK
RGB Variations
Color information
#E705CC (or 0xE705CC) is known color: Hot Magenta. HEX triplet: E7, 05 and CC. RGB value is (231,5,204). Sum of RGB (Red+Green+Blue) = 231+5+204=440 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.5% from 440); Green value is 5 (2.34% from 255 or 1.14% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 231 - color contains mainly: red. Hex color #E705CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E705CC is #18FA33. Grayscale: #5E5E5E. Windows color (decimal): -1636916 or 13370855. OLE color: 13370855.
HSL color Cylindrical-coordinate representation of color #E705CC: hue angle of 307.17º 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 #E705CC is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 5 | 204 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.09 |
| HSL | 307.17º | 0.96% | 0.46% | - |
| HSV(B) | 307.17º | 0.98% | 0.91% | - |
| XYZ | 43.91 | 21.46 | 58.95 | - |
| YUV | 95.26 | 189.37 | 224.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 5 | 204 | 0 | 0.98 | 0.12 | 0.09 | 307.17 | 0.96 | 0.46 |
| Hex | E7 | 5 | CC | 0 | 62 | C | 9 | 133 | 60 | 2E |
| Octal | 347 | 5 | 314 | 0 | 142 | 14 | 11 | 463 | 140 | 56 |
| Binary | 11100111 | 101 | 11001100 | 0 | 1100010 | 1100 | 1001 | 100110011 | 1100000 | 101110 |
Color Harmonies of #E705CC
Complementary color
Monochromatic Colors of #E705CC
Black with #E705CC
Text Example
Text Example
White with #E705CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E705CC; }
p { color: rgb(231,5,204); }
H1.HeaderClassName
{
color: #E705CC;
}
.AnyTagClassName
{
color: #E705CC;
}
</style>
background-color css
<style>
a { background-color: #E705CC; }
a { background-color: rgb(231,5,204); }
div.DivClassName
{
background-color: #E705CC;
}
.BgClassName
{
background-color: #E705CC;
}
</style>
border-color css
<style>
span { border-color: #E705CC; }
span { border-color: rgb(231,5,204); }
td.TdClassName
{
border-color: #E705CC;
}
.TagClassName
{
border-color: #E705CC;
}
</style>