Shades of Hot Magenta #EC01D8
Tints of Hot Magenta #EC01D8
RGB
CMYK
RGB Variations
Color information
#EC01D8 (or 0xEC01D8) is known color: Hot Magenta. HEX triplet: EC, 01 and D8. RGB value is (236,1,216). Sum of RGB (Red+Green+Blue) = 236+1+216=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 1 (0.78% from 255 or 0.22% from 453); Blue value is 216 (84.77% from 255 or 47.68% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC01D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC01D8 is #13FE27. Grayscale: #5F5F5F. Windows color (decimal): -1310248 or 14156268. OLE color: 14156268.
HSL color Cylindrical-coordinate representation of color #EC01D8: hue angle of 305.11º 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 #EC01D8 is Cyan = 0, Magento = 1.00, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 216 | - |
| CMYK | 0 | 1.00 | 0.08 | 0.07 |
| HSL | 305.11º | 0.99% | 0.46% | - |
| HSV(B) | 305.11º | 1% | 0.93% | - |
| XYZ | 47 | 22.81 | 66.89 | - |
| YUV | 95.78 | 195.86 | 228.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 216 | 0 | 1.00 | 0.08 | 0.07 | 305.11 | 0.99 | 0.46 |
| Hex | EC | 1 | D8 | 0 | 64 | 8 | 7 | 131 | 63 | 2E |
| Octal | 354 | 1 | 330 | 0 | 144 | 10 | 7 | 461 | 143 | 56 |
| Binary | 11101100 | 1 | 11011000 | 0 | 1100100 | 1000 | 111 | 100110001 | 1100011 | 101110 |
Color Harmonies of #EC01D8
Complementary color
Monochromatic Colors of #EC01D8
Black with #EC01D8
Text Example
Text Example
White with #EC01D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC01D8; }
p { color: rgb(236,1,216); }
H1.HeaderClassName
{
color: #EC01D8;
}
.AnyTagClassName
{
color: #EC01D8;
}
</style>
background-color css
<style>
a { background-color: #EC01D8; }
a { background-color: rgb(236,1,216); }
div.DivClassName
{
background-color: #EC01D8;
}
.BgClassName
{
background-color: #EC01D8;
}
</style>
border-color css
<style>
span { border-color: #EC01D8; }
span { border-color: rgb(236,1,216); }
td.TdClassName
{
border-color: #EC01D8;
}
.TagClassName
{
border-color: #EC01D8;
}
</style>