Shades of Hot Magenta #EC0CD5
Tints of Hot Magenta #EC0CD5
RGB
CMYK
RGB Variations
Color information
#EC0CD5 (or 0xEC0CD5) is known color: Hot Magenta. HEX triplet: EC, 0C and D5. RGB value is (236,12,213). Sum of RGB (Red+Green+Blue) = 236+12+213=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 12 (5.08% from 255 or 2.60% from 461); Blue value is 213 (83.59% from 255 or 46.20% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0CD5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0CD5 is #13F32A. Grayscale: #656565. Windows color (decimal): -1307435 or 13962476. OLE color: 13962476.
HSL color Cylindrical-coordinate representation of color #EC0CD5: hue angle of 306.16º 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 #EC0CD5 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 12 | 213 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.07 |
| HSL | 306.16º | 0.9% | 0.49% | - |
| HSV(B) | 306.16º | 0.95% | 0.93% | - |
| XYZ | 46.73 | 22.9 | 64.91 | - |
| YUV | 101.89 | 190.71 | 223.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 213 | 0 | 0.95 | 0.10 | 0.07 | 306.16 | 0.9 | 0.49 |
| Hex | EC | C | D5 | 0 | 5F | A | 7 | 132 | 5A | 31 |
| Octal | 354 | 14 | 325 | 0 | 137 | 12 | 7 | 462 | 132 | 61 |
| Binary | 11101100 | 1100 | 11010101 | 0 | 1011111 | 1010 | 111 | 100110010 | 1011010 | 110001 |
Color Harmonies of #EC0CD5
Complementary color
Monochromatic Colors of #EC0CD5
Black with #EC0CD5
Text Example
Text Example
White with #EC0CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0CD5; }
p { color: rgb(236,12,213); }
H1.HeaderClassName
{
color: #EC0CD5;
}
.AnyTagClassName
{
color: #EC0CD5;
}
</style>
background-color css
<style>
a { background-color: #EC0CD5; }
a { background-color: rgb(236,12,213); }
div.DivClassName
{
background-color: #EC0CD5;
}
.BgClassName
{
background-color: #EC0CD5;
}
</style>
border-color css
<style>
span { border-color: #EC0CD5; }
span { border-color: rgb(236,12,213); }
td.TdClassName
{
border-color: #EC0CD5;
}
.TagClassName
{
border-color: #EC0CD5;
}
</style>