Shades of Hot Magenta #EC05C7
Tints of Hot Magenta #EC05C7
RGB
CMYK
RGB Variations
Color information
#EC05C7 (or 0xEC05C7) is known color: Hot Magenta. HEX triplet: EC, 05 and C7. RGB value is (236,5,199). Sum of RGB (Red+Green+Blue) = 236+5+199=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 5 (2.34% from 255 or 1.14% from 440); Blue value is 199 (78.12% from 255 or 45.23% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC05C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC05C7 is #13FA38. Grayscale: #5F5F5F. Windows color (decimal): -1309241 or 13043180. OLE color: 13043180.
HSL color Cylindrical-coordinate representation of color #EC05C7: hue angle of 309.61º 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 #EC05C7 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 199 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.07 |
| HSL | 309.61º | 0.96% | 0.47% | - |
| HSV(B) | 309.61º | 0.98% | 0.93% | - |
| XYZ | 44.96 | 22.06 | 55.92 | - |
| YUV | 96.19 | 186.03 | 227.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 199 | 0 | 0.98 | 0.16 | 0.07 | 309.61 | 0.96 | 0.47 |
| Hex | EC | 5 | C7 | 0 | 62 | 10 | 7 | 136 | 60 | 2F |
| Octal | 354 | 5 | 307 | 0 | 142 | 20 | 7 | 466 | 140 | 57 |
| Binary | 11101100 | 101 | 11000111 | 0 | 1100010 | 10000 | 111 | 100110110 | 1100000 | 101111 |
Color Harmonies of #EC05C7
Complementary color
Monochromatic Colors of #EC05C7
Black with #EC05C7
Text Example
Text Example
White with #EC05C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC05C7; }
p { color: rgb(236,5,199); }
H1.HeaderClassName
{
color: #EC05C7;
}
.AnyTagClassName
{
color: #EC05C7;
}
</style>
background-color css
<style>
a { background-color: #EC05C7; }
a { background-color: rgb(236,5,199); }
div.DivClassName
{
background-color: #EC05C7;
}
.BgClassName
{
background-color: #EC05C7;
}
</style>
border-color css
<style>
span { border-color: #EC05C7; }
span { border-color: rgb(236,5,199); }
td.TdClassName
{
border-color: #EC05C7;
}
.TagClassName
{
border-color: #EC05C7;
}
</style>