Shades of Hot Magenta #EC01D6
Tints of Hot Magenta #EC01D6
RGB
CMYK
RGB Variations
Color information
#EC01D6 (or 0xEC01D6) is known color: Hot Magenta. HEX triplet: EC, 01 and D6. RGB value is (236,1,214). Sum of RGB (Red+Green+Blue) = 236+1+214=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 1 (0.78% from 255 or 0.22% from 451); Blue value is 214 (83.98% from 255 or 47.45% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC01D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC01D6 is #13FE29. Grayscale: #5E5E5E. Windows color (decimal): -1310250 or 14025196. OLE color: 14025196.
HSL color Cylindrical-coordinate representation of color #EC01D6: hue angle of 305.62º 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 #EC01D6 is Cyan = 0, Magento = 1.00, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 214 | - |
| CMYK | 0 | 1.00 | 0.09 | 0.07 |
| HSL | 305.62º | 0.99% | 0.46% | - |
| HSV(B) | 305.62º | 1% | 0.93% | - |
| XYZ | 46.74 | 22.71 | 65.54 | - |
| YUV | 95.55 | 194.86 | 228.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 214 | 0 | 1.00 | 0.09 | 0.07 | 305.62 | 0.99 | 0.46 |
| Hex | EC | 1 | D6 | 0 | 64 | 9 | 7 | 132 | 63 | 2E |
| Octal | 354 | 1 | 326 | 0 | 144 | 11 | 7 | 462 | 143 | 56 |
| Binary | 11101100 | 1 | 11010110 | 0 | 1100100 | 1001 | 111 | 100110010 | 1100011 | 101110 |
Color Harmonies of #EC01D6
Complementary color
Monochromatic Colors of #EC01D6
Black with #EC01D6
Text Example
Text Example
White with #EC01D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC01D6; }
p { color: rgb(236,1,214); }
H1.HeaderClassName
{
color: #EC01D6;
}
.AnyTagClassName
{
color: #EC01D6;
}
</style>
background-color css
<style>
a { background-color: #EC01D6; }
a { background-color: rgb(236,1,214); }
div.DivClassName
{
background-color: #EC01D6;
}
.BgClassName
{
background-color: #EC01D6;
}
</style>
border-color css
<style>
span { border-color: #EC01D6; }
span { border-color: rgb(236,1,214); }
td.TdClassName
{
border-color: #EC01D6;
}
.TagClassName
{
border-color: #EC01D6;
}
</style>