Shades of Hot Magenta #EC01D0
Tints of Hot Magenta #EC01D0
RGB
CMYK
RGB Variations
Color information
#EC01D0 (or 0xEC01D0) is known color: Hot Magenta. HEX triplet: EC, 01 and D0. RGB value is (236,1,208). Sum of RGB (Red+Green+Blue) = 236+1+208=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 1 (0.78% from 255 or 0.22% from 445); Blue value is 208 (81.64% from 255 or 46.74% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC01D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC01D0 is #13FE2F. Grayscale: #5E5E5E. Windows color (decimal): -1310256 or 13631980. OLE color: 13631980.
HSL color Cylindrical-coordinate representation of color #EC01D0: hue angle of 307.15º 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 #EC01D0 is Cyan = 0, Magento = 1.00, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 208 | - |
| CMYK | 0 | 1.00 | 0.12 | 0.07 |
| HSL | 307.15º | 0.99% | 0.46% | - |
| HSV(B) | 307.15º | 1% | 0.93% | - |
| XYZ | 45.99 | 22.41 | 61.58 | - |
| YUV | 94.86 | 191.86 | 228.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 208 | 0 | 1.00 | 0.12 | 0.07 | 307.15 | 0.99 | 0.46 |
| Hex | EC | 1 | D0 | 0 | 64 | C | 7 | 133 | 63 | 2E |
| Octal | 354 | 1 | 320 | 0 | 144 | 14 | 7 | 463 | 143 | 56 |
| Binary | 11101100 | 1 | 11010000 | 0 | 1100100 | 1100 | 111 | 100110011 | 1100011 | 101110 |
Color Harmonies of #EC01D0
Complementary color
Monochromatic Colors of #EC01D0
Black with #EC01D0
Text Example
Text Example
White with #EC01D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC01D0; }
p { color: rgb(236,1,208); }
H1.HeaderClassName
{
color: #EC01D0;
}
.AnyTagClassName
{
color: #EC01D0;
}
</style>
background-color css
<style>
a { background-color: #EC01D0; }
a { background-color: rgb(236,1,208); }
div.DivClassName
{
background-color: #EC01D0;
}
.BgClassName
{
background-color: #EC01D0;
}
</style>
border-color css
<style>
span { border-color: #EC01D0; }
span { border-color: rgb(236,1,208); }
td.TdClassName
{
border-color: #EC01D0;
}
.TagClassName
{
border-color: #EC01D0;
}
</style>