Shades of Hot Magenta #EC06CF
Tints of Hot Magenta #EC06CF
RGB
CMYK
RGB Variations
Color information
#EC06CF (or 0xEC06CF) is known color: Hot Magenta. HEX triplet: EC, 06 and CF. RGB value is (236,6,207). Sum of RGB (Red+Green+Blue) = 236+6+207=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 6 (2.73% from 255 or 1.34% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC06CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC06CF is #13F930. Grayscale: #616161. Windows color (decimal): -1308977 or 13567724. OLE color: 13567724.
HSL color Cylindrical-coordinate representation of color #EC06CF: hue angle of 307.57º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC06CF is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 6 | 207 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.07 |
| HSL | 307.57º | 0.95% | 0.47% | - |
| HSV(B) | 307.57º | 0.97% | 0.93% | - |
| XYZ | 45.92 | 22.47 | 60.95 | - |
| YUV | 97.68 | 189.7 | 226.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 6 | 207 | 0 | 0.97 | 0.12 | 0.07 | 307.57 | 0.95 | 0.47 |
| Hex | EC | 6 | CF | 0 | 61 | C | 7 | 134 | 5F | 2F |
| Octal | 354 | 6 | 317 | 0 | 141 | 14 | 7 | 464 | 137 | 57 |
| Binary | 11101100 | 110 | 11001111 | 0 | 1100001 | 1100 | 111 | 100110100 | 1011111 | 101111 |
Color Harmonies of #EC06CF
Complementary color
Monochromatic Colors of #EC06CF
Black with #EC06CF
Text Example
Text Example
White with #EC06CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC06CF; }
p { color: rgb(236,6,207); }
H1.HeaderClassName
{
color: #EC06CF;
}
.AnyTagClassName
{
color: #EC06CF;
}
</style>
background-color css
<style>
a { background-color: #EC06CF; }
a { background-color: rgb(236,6,207); }
div.DivClassName
{
background-color: #EC06CF;
}
.BgClassName
{
background-color: #EC06CF;
}
</style>
border-color css
<style>
span { border-color: #EC06CF; }
span { border-color: rgb(236,6,207); }
td.TdClassName
{
border-color: #EC06CF;
}
.TagClassName
{
border-color: #EC06CF;
}
</style>