Shades of Hot Magenta #EC05D6
Tints of Hot Magenta #EC05D6
RGB
CMYK
RGB Variations
Color information
#EC05D6 (or 0xEC05D6) is known color: Hot Magenta. HEX triplet: EC, 05 and D6. RGB value is (236,5,214). Sum of RGB (Red+Green+Blue) = 236+5+214=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 5 (2.34% from 255 or 1.10% from 455); Blue value is 214 (83.98% from 255 or 47.03% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC05D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC05D6 is #13FA29. Grayscale: #616161. Windows color (decimal): -1309226 or 14026220. OLE color: 14026220.
HSL color Cylindrical-coordinate representation of color #EC05D6: hue angle of 305.71º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC05D6 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 214 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.07 |
| HSL | 305.71º | 0.96% | 0.47% | - |
| HSV(B) | 305.71º | 0.98% | 0.93% | - |
| XYZ | 46.78 | 22.8 | 65.55 | - |
| YUV | 97.9 | 193.53 | 226.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 214 | 0 | 0.98 | 0.09 | 0.07 | 305.71 | 0.96 | 0.47 |
| Hex | EC | 5 | D6 | 0 | 62 | 9 | 7 | 132 | 60 | 2F |
| Octal | 354 | 5 | 326 | 0 | 142 | 11 | 7 | 462 | 140 | 57 |
| Binary | 11101100 | 101 | 11010110 | 0 | 1100010 | 1001 | 111 | 100110010 | 1100000 | 101111 |
Color Harmonies of #EC05D6
Complementary color
Monochromatic Colors of #EC05D6
Black with #EC05D6
Text Example
Text Example
White with #EC05D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC05D6; }
p { color: rgb(236,5,214); }
H1.HeaderClassName
{
color: #EC05D6;
}
.AnyTagClassName
{
color: #EC05D6;
}
</style>
background-color css
<style>
a { background-color: #EC05D6; }
a { background-color: rgb(236,5,214); }
div.DivClassName
{
background-color: #EC05D6;
}
.BgClassName
{
background-color: #EC05D6;
}
</style>
border-color css
<style>
span { border-color: #EC05D6; }
span { border-color: rgb(236,5,214); }
td.TdClassName
{
border-color: #EC05D6;
}
.TagClassName
{
border-color: #EC05D6;
}
</style>