Shades of Hot Magenta #EC00C5
Tints of Hot Magenta #EC00C5
RGB
CMYK
RGB Variations
Color information
#EC00C5 (or 0xEC00C5) is known color: Hot Magenta. HEX triplet: EC, 00 and C5. RGB value is (236,0,197). Sum of RGB (Red+Green+Blue) = 236+0+197=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 0 (0.39% from 255 or 0% from 433); Blue value is 197 (77.34% from 255 or 45.50% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC00C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC00C5 is #13FF3A. Grayscale: #5C5C5C. Windows color (decimal): -1310523 or 12910828. OLE color: 12910828.
HSL color Cylindrical-coordinate representation of color #EC00C5: hue angle of 309.92º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC00C5 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 197 | - |
| CMYK | 0 | 1 | 0.17 | 0.07 |
| HSL | 309.92º | 1% | 0.46% | - |
| HSV(B) | 309.92º | 1% | 0.93% | - |
| XYZ | 44.67 | 21.86 | 54.69 | - |
| YUV | 93.02 | 186.69 | 229.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 197 | 0 | 1 | 0.17 | 0.07 | 309.92 | 1 | 0.46 |
| Hex | EC | 0 | C5 | 0 | 64 | 11 | 7 | 136 | 64 | 2E |
| Octal | 354 | 0 | 305 | 0 | 144 | 21 | 7 | 466 | 144 | 56 |
| Binary | 11101100 | 0 | 11000101 | 0 | 1100100 | 10001 | 111 | 100110110 | 1100100 | 101110 |
Color Harmonies of #EC00C5
Complementary color
Monochromatic Colors of #EC00C5
Black with #EC00C5
Text Example
Text Example
White with #EC00C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC00C5; }
p { color: rgb(236,0,197); }
H1.HeaderClassName
{
color: #EC00C5;
}
.AnyTagClassName
{
color: #EC00C5;
}
</style>
background-color css
<style>
a { background-color: #EC00C5; }
a { background-color: rgb(236,0,197); }
div.DivClassName
{
background-color: #EC00C5;
}
.BgClassName
{
background-color: #EC00C5;
}
</style>
border-color css
<style>
span { border-color: #EC00C5; }
span { border-color: rgb(236,0,197); }
td.TdClassName
{
border-color: #EC00C5;
}
.TagClassName
{
border-color: #EC00C5;
}
</style>