Shades of Hot Magenta #EC0CD7
Tints of Hot Magenta #EC0CD7
RGB
CMYK
RGB Variations
Color information
#EC0CD7 (or 0xEC0CD7) is known color: Hot Magenta. HEX triplet: EC, 0C and D7. RGB value is (236,12,215). Sum of RGB (Red+Green+Blue) = 236+12+215=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 12 (5.08% from 255 or 2.59% from 463); Blue value is 215 (84.38% from 255 or 46.44% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0CD7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0CD7 is #13F328. Grayscale: #656565. Windows color (decimal): -1307433 or 14093548. OLE color: 14093548.
HSL color Cylindrical-coordinate representation of color #EC0CD7: hue angle of 305.62º 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 #EC0CD7 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 12 | 215 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.07 |
| HSL | 305.63º | 0.9% | 0.49% | - |
| HSV(B) | 305.63º | 0.95% | 0.93% | - |
| XYZ | 46.99 | 23 | 66.25 | - |
| YUV | 102.12 | 191.71 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 215 | 0 | 0.95 | 0.09 | 0.07 | 305.63 | 0.9 | 0.49 |
| Hex | EC | C | D7 | 0 | 5F | 9 | 7 | 132 | 5A | 31 |
| Octal | 354 | 14 | 327 | 0 | 137 | 11 | 7 | 462 | 132 | 61 |
| Binary | 11101100 | 1100 | 11010111 | 0 | 1011111 | 1001 | 111 | 100110010 | 1011010 | 110001 |
Color Harmonies of #EC0CD7
Complementary color
Monochromatic Colors of #EC0CD7
Black with #EC0CD7
Text Example
Text Example
White with #EC0CD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0CD7; }
p { color: rgb(236,12,215); }
H1.HeaderClassName
{
color: #EC0CD7;
}
.AnyTagClassName
{
color: #EC0CD7;
}
</style>
background-color css
<style>
a { background-color: #EC0CD7; }
a { background-color: rgb(236,12,215); }
div.DivClassName
{
background-color: #EC0CD7;
}
.BgClassName
{
background-color: #EC0CD7;
}
</style>
border-color css
<style>
span { border-color: #EC0CD7; }
span { border-color: rgb(236,12,215); }
td.TdClassName
{
border-color: #EC0CD7;
}
.TagClassName
{
border-color: #EC0CD7;
}
</style>