Shades of Hot Magenta #EC0CD9
Tints of Hot Magenta #EC0CD9
RGB
CMYK
RGB Variations
Color information
#EC0CD9 (or 0xEC0CD9) is known color: Hot Magenta. HEX triplet: EC, 0C and D9. RGB value is (236,12,217). Sum of RGB (Red+Green+Blue) = 236+12+217=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 12 (5.08% from 255 or 2.58% from 465); Blue value is 217 (85.16% from 255 or 46.67% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0CD9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0CD9 is #13F326. Grayscale: #656565. Windows color (decimal): -1307431 or 14224620. OLE color: 14224620.
HSL color Cylindrical-coordinate representation of color #EC0CD9: hue angle of 305.09º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0CD9 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 12 | 217 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.07 |
| HSL | 305.09º | 0.9% | 0.49% | - |
| HSV(B) | 305.09º | 0.95% | 0.93% | - |
| XYZ | 47.25 | 23.11 | 67.62 | - |
| YUV | 102.35 | 192.71 | 223.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 217 | 0 | 0.95 | 0.08 | 0.07 | 305.09 | 0.9 | 0.49 |
| Hex | EC | C | D9 | 0 | 5F | 8 | 7 | 131 | 5A | 31 |
| Octal | 354 | 14 | 331 | 0 | 137 | 10 | 7 | 461 | 132 | 61 |
| Binary | 11101100 | 1100 | 11011001 | 0 | 1011111 | 1000 | 111 | 100110001 | 1011010 | 110001 |
Color Harmonies of #EC0CD9
Complementary color
Monochromatic Colors of #EC0CD9
Black with #EC0CD9
Text Example
Text Example
White with #EC0CD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0CD9; }
p { color: rgb(236,12,217); }
H1.HeaderClassName
{
color: #EC0CD9;
}
.AnyTagClassName
{
color: #EC0CD9;
}
</style>
background-color css
<style>
a { background-color: #EC0CD9; }
a { background-color: rgb(236,12,217); }
div.DivClassName
{
background-color: #EC0CD9;
}
.BgClassName
{
background-color: #EC0CD9;
}
</style>
border-color css
<style>
span { border-color: #EC0CD9; }
span { border-color: rgb(236,12,217); }
td.TdClassName
{
border-color: #EC0CD9;
}
.TagClassName
{
border-color: #EC0CD9;
}
</style>