Shades of Hot Magenta #EC02D9
Tints of Hot Magenta #EC02D9
RGB
CMYK
RGB Variations
Color information
#EC02D9 (or 0xEC02D9) is known color: Hot Magenta. HEX triplet: EC, 02 and D9. RGB value is (236,2,217). Sum of RGB (Red+Green+Blue) = 236+2+217=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 2 (1.17% from 255 or 0.44% from 455); Blue value is 217 (85.16% from 255 or 47.69% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC02D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC02D9 is #13FD26. Grayscale: #5F5F5F. Windows color (decimal): -1309991 or 14222060. OLE color: 14222060.
HSL color Cylindrical-coordinate representation of color #EC02D9: hue angle of 304.87º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC02D9 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 217 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.07 |
| HSL | 304.87º | 0.98% | 0.47% | - |
| HSV(B) | 304.87º | 0.99% | 0.93% | - |
| XYZ | 47.14 | 22.89 | 67.58 | - |
| YUV | 96.48 | 196.02 | 227.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 217 | 0 | 0.99 | 0.08 | 0.07 | 304.87 | 0.98 | 0.47 |
| Hex | EC | 2 | D9 | 0 | 63 | 8 | 7 | 131 | 62 | 2F |
| Octal | 354 | 2 | 331 | 0 | 143 | 10 | 7 | 461 | 142 | 57 |
| Binary | 11101100 | 10 | 11011001 | 0 | 1100011 | 1000 | 111 | 100110001 | 1100010 | 101111 |
Color Harmonies of #EC02D9
Complementary color
Monochromatic Colors of #EC02D9
Black with #EC02D9
Text Example
Text Example
White with #EC02D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC02D9; }
p { color: rgb(236,2,217); }
H1.HeaderClassName
{
color: #EC02D9;
}
.AnyTagClassName
{
color: #EC02D9;
}
</style>
background-color css
<style>
a { background-color: #EC02D9; }
a { background-color: rgb(236,2,217); }
div.DivClassName
{
background-color: #EC02D9;
}
.BgClassName
{
background-color: #EC02D9;
}
</style>
border-color css
<style>
span { border-color: #EC02D9; }
span { border-color: rgb(236,2,217); }
td.TdClassName
{
border-color: #EC02D9;
}
.TagClassName
{
border-color: #EC02D9;
}
</style>