Shades of Hot Magenta #EC05C9
Tints of Hot Magenta #EC05C9
RGB
CMYK
RGB Variations
Color information
#EC05C9 (or 0xEC05C9) is known color: Hot Magenta. HEX triplet: EC, 05 and C9. RGB value is (236,5,201). Sum of RGB (Red+Green+Blue) = 236+5+201=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 5 (2.34% from 255 or 1.13% from 442); Blue value is 201 (78.91% from 255 or 45.48% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC05C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC05C9 is #13FA36. Grayscale: #5F5F5F. Windows color (decimal): -1309239 or 13174252. OLE color: 13174252.
HSL color Cylindrical-coordinate representation of color #EC05C9: hue angle of 309.09º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC05C9 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 201 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.07 |
| HSL | 309.09º | 0.96% | 0.47% | - |
| HSV(B) | 309.09º | 0.98% | 0.93% | - |
| XYZ | 45.19 | 22.16 | 57.15 | - |
| YUV | 96.41 | 187.03 | 227.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 201 | 0 | 0.98 | 0.15 | 0.07 | 309.09 | 0.96 | 0.47 |
| Hex | EC | 5 | C9 | 0 | 62 | F | 7 | 135 | 60 | 2F |
| Octal | 354 | 5 | 311 | 0 | 142 | 17 | 7 | 465 | 140 | 57 |
| Binary | 11101100 | 101 | 11001001 | 0 | 1100010 | 1111 | 111 | 100110101 | 1100000 | 101111 |
Color Harmonies of #EC05C9
Complementary color
Monochromatic Colors of #EC05C9
Black with #EC05C9
Text Example
Text Example
White with #EC05C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC05C9; }
p { color: rgb(236,5,201); }
H1.HeaderClassName
{
color: #EC05C9;
}
.AnyTagClassName
{
color: #EC05C9;
}
</style>
background-color css
<style>
a { background-color: #EC05C9; }
a { background-color: rgb(236,5,201); }
div.DivClassName
{
background-color: #EC05C9;
}
.BgClassName
{
background-color: #EC05C9;
}
</style>
border-color css
<style>
span { border-color: #EC05C9; }
span { border-color: rgb(236,5,201); }
td.TdClassName
{
border-color: #EC05C9;
}
.TagClassName
{
border-color: #EC05C9;
}
</style>