Shades of Hot Magenta #EC16DC
Tints of Hot Magenta #EC16DC
RGB
CMYK
RGB Variations
Color information
#EC16DC (or 0xEC16DC) is known color: Hot Magenta. HEX triplet: EC, 16 and DC. RGB value is (236,22,220). Sum of RGB (Red+Green+Blue) = 236+22+220=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 22 (8.98% from 255 or 4.60% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC16DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC16DC is #13E923. Grayscale: #6B6B6B. Windows color (decimal): -1304868 or 14423788. OLE color: 14423788.
HSL color Cylindrical-coordinate representation of color #EC16DC: hue angle of 304.49º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC16DC is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 220 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.07 |
| HSL | 304.49º | 0.85% | 0.51% | - |
| HSV(B) | 304.49º | 0.91% | 0.93% | - |
| XYZ | 47.8 | 23.57 | 69.74 | - |
| YUV | 108.56 | 190.9 | 218.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 220 | 0 | 0.91 | 0.07 | 0.07 | 304.49 | 0.85 | 0.51 |
| Hex | EC | 16 | DC | 0 | 5B | 7 | 7 | 130 | 55 | 33 |
| Octal | 354 | 26 | 334 | 0 | 133 | 7 | 7 | 460 | 125 | 63 |
| Binary | 11101100 | 10110 | 11011100 | 0 | 1011011 | 111 | 111 | 100110000 | 1010101 | 110011 |
Color Harmonies of #EC16DC
Complementary color
Monochromatic Colors of #EC16DC
Black with #EC16DC
Text Example
Text Example
White with #EC16DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC16DC; }
p { color: rgb(236,22,220); }
H1.HeaderClassName
{
color: #EC16DC;
}
.AnyTagClassName
{
color: #EC16DC;
}
</style>
background-color css
<style>
a { background-color: #EC16DC; }
a { background-color: rgb(236,22,220); }
div.DivClassName
{
background-color: #EC16DC;
}
.BgClassName
{
background-color: #EC16DC;
}
</style>
border-color css
<style>
span { border-color: #EC16DC; }
span { border-color: rgb(236,22,220); }
td.TdClassName
{
border-color: #EC16DC;
}
.TagClassName
{
border-color: #EC16DC;
}
</style>