Shades of Hot Magenta #EC14D9
Tints of Hot Magenta #EC14D9
RGB
CMYK
RGB Variations
Color information
#EC14D9 (or 0xEC14D9) is known color: Hot Magenta. HEX triplet: EC, 14 and D9. RGB value is (236,20,217). Sum of RGB (Red+Green+Blue) = 236+20+217=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 20 (8.20% from 255 or 4.23% from 473); Blue value is 217 (85.16% from 255 or 45.88% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC14D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC14D9 is #13EB26. Grayscale: #6A6A6A. Windows color (decimal): -1305383 or 14226668. OLE color: 14226668.
HSL color Cylindrical-coordinate representation of color #EC14D9: hue angle of 305.28º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC14D9 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 20 | 217 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.07 |
| HSL | 305.28º | 0.85% | 0.5% | - |
| HSV(B) | 305.28º | 0.92% | 0.93% | - |
| XYZ | 47.37 | 23.34 | 67.65 | - |
| YUV | 107.04 | 190.06 | 219.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 217 | 0 | 0.92 | 0.08 | 0.07 | 305.28 | 0.85 | 0.5 |
| Hex | EC | 14 | D9 | 0 | 5C | 8 | 7 | 131 | 55 | 32 |
| Octal | 354 | 24 | 331 | 0 | 134 | 10 | 7 | 461 | 125 | 62 |
| Binary | 11101100 | 10100 | 11011001 | 0 | 1011100 | 1000 | 111 | 100110001 | 1010101 | 110010 |
Color Harmonies of #EC14D9
Complementary color
Monochromatic Colors of #EC14D9
Black with #EC14D9
Text Example
Text Example
White with #EC14D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC14D9; }
p { color: rgb(236,20,217); }
H1.HeaderClassName
{
color: #EC14D9;
}
.AnyTagClassName
{
color: #EC14D9;
}
</style>
background-color css
<style>
a { background-color: #EC14D9; }
a { background-color: rgb(236,20,217); }
div.DivClassName
{
background-color: #EC14D9;
}
.BgClassName
{
background-color: #EC14D9;
}
</style>
border-color css
<style>
span { border-color: #EC14D9; }
span { border-color: rgb(236,20,217); }
td.TdClassName
{
border-color: #EC14D9;
}
.TagClassName
{
border-color: #EC14D9;
}
</style>