Shades of Hot Magenta #EC01D9
Tints of Hot Magenta #EC01D9
RGB
CMYK
RGB Variations
Color information
#EC01D9 (or 0xEC01D9) is known color: Hot Magenta. HEX triplet: EC, 01 and D9. RGB value is (236,1,217). Sum of RGB (Red+Green+Blue) = 236+1+217=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 1 (0.78% from 255 or 0.22% from 454); Blue value is 217 (85.16% from 255 or 47.80% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC01D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC01D9 is #13FE26. Grayscale: #5F5F5F. Windows color (decimal): -1310247 or 14221804. OLE color: 14221804.
HSL color Cylindrical-coordinate representation of color #EC01D9: hue angle of 304.85º 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 #EC01D9 is Cyan = 0, Magento = 1.00, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 217 | - |
| CMYK | 0 | 1.00 | 0.08 | 0.07 |
| HSL | 304.85º | 0.99% | 0.46% | - |
| HSV(B) | 304.85º | 1% | 0.93% | - |
| XYZ | 47.13 | 22.86 | 67.58 | - |
| YUV | 95.89 | 196.36 | 227.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 217 | 0 | 1.00 | 0.08 | 0.07 | 304.85 | 0.99 | 0.46 |
| Hex | EC | 1 | D9 | 0 | 64 | 8 | 7 | 131 | 63 | 2E |
| Octal | 354 | 1 | 331 | 0 | 144 | 10 | 7 | 461 | 143 | 56 |
| Binary | 11101100 | 1 | 11011001 | 0 | 1100100 | 1000 | 111 | 100110001 | 1100011 | 101110 |
Color Harmonies of #EC01D9
Complementary color
Monochromatic Colors of #EC01D9
Black with #EC01D9
Text Example
Text Example
White with #EC01D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC01D9; }
p { color: rgb(236,1,217); }
H1.HeaderClassName
{
color: #EC01D9;
}
.AnyTagClassName
{
color: #EC01D9;
}
</style>
background-color css
<style>
a { background-color: #EC01D9; }
a { background-color: rgb(236,1,217); }
div.DivClassName
{
background-color: #EC01D9;
}
.BgClassName
{
background-color: #EC01D9;
}
</style>
border-color css
<style>
span { border-color: #EC01D9; }
span { border-color: rgb(236,1,217); }
td.TdClassName
{
border-color: #EC01D9;
}
.TagClassName
{
border-color: #EC01D9;
}
</style>