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