Shades of Hot Magenta #EC06C9
Tints of Hot Magenta #EC06C9
RGB
CMYK
RGB Variations
Color information
#EC06C9 (or 0xEC06C9) is known color: Hot Magenta. HEX triplet: EC, 06 and C9. RGB value is (236,6,201). Sum of RGB (Red+Green+Blue) = 236+6+201=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 6 (2.73% from 255 or 1.35% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC06C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC06C9 is #13F936. Grayscale: #606060. Windows color (decimal): -1308983 or 13174508. OLE color: 13174508.
HSL color Cylindrical-coordinate representation of color #EC06C9: hue angle of 309.13º 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 #EC06C9 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 6 | 201 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.07 |
| HSL | 309.13º | 0.95% | 0.47% | - |
| HSV(B) | 309.13º | 0.97% | 0.93% | - |
| XYZ | 45.2 | 22.18 | 57.16 | - |
| YUV | 97 | 186.7 | 227.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 6 | 201 | 0 | 0.97 | 0.15 | 0.07 | 309.13 | 0.95 | 0.47 |
| Hex | EC | 6 | C9 | 0 | 61 | F | 7 | 135 | 5F | 2F |
| Octal | 354 | 6 | 311 | 0 | 141 | 17 | 7 | 465 | 137 | 57 |
| Binary | 11101100 | 110 | 11001001 | 0 | 1100001 | 1111 | 111 | 100110101 | 1011111 | 101111 |
Color Harmonies of #EC06C9
Complementary color
Monochromatic Colors of #EC06C9
Black with #EC06C9
Text Example
Text Example
White with #EC06C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC06C9; }
p { color: rgb(236,6,201); }
H1.HeaderClassName
{
color: #EC06C9;
}
.AnyTagClassName
{
color: #EC06C9;
}
</style>
background-color css
<style>
a { background-color: #EC06C9; }
a { background-color: rgb(236,6,201); }
div.DivClassName
{
background-color: #EC06C9;
}
.BgClassName
{
background-color: #EC06C9;
}
</style>
border-color css
<style>
span { border-color: #EC06C9; }
span { border-color: rgb(236,6,201); }
td.TdClassName
{
border-color: #EC06C9;
}
.TagClassName
{
border-color: #EC06C9;
}
</style>