Shades of Hot Magenta #EC0CCE
Tints of Hot Magenta #EC0CCE
RGB
CMYK
RGB Variations
Color information
#EC0CCE (or 0xEC0CCE) is known color: Hot Magenta. HEX triplet: EC, 0C and CE. RGB value is (236,12,206). Sum of RGB (Red+Green+Blue) = 236+12+206=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 12 (5.08% from 255 or 2.64% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0CCE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0CCE is #13F331. Grayscale: #646464. Windows color (decimal): -1307442 or 13503724. OLE color: 13503724.
HSL color Cylindrical-coordinate representation of color #EC0CCE: hue angle of 308.04º 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 #EC0CCE is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 12 | 206 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.07 |
| HSL | 308.04º | 0.9% | 0.49% | - |
| HSV(B) | 308.04º | 0.95% | 0.93% | - |
| XYZ | 45.86 | 22.55 | 60.33 | - |
| YUV | 101.09 | 187.21 | 224.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 206 | 0 | 0.95 | 0.13 | 0.07 | 308.04 | 0.9 | 0.49 |
| Hex | EC | C | CE | 0 | 5F | D | 7 | 134 | 5A | 31 |
| Octal | 354 | 14 | 316 | 0 | 137 | 15 | 7 | 464 | 132 | 61 |
| Binary | 11101100 | 1100 | 11001110 | 0 | 1011111 | 1101 | 111 | 100110100 | 1011010 | 110001 |
Color Harmonies of #EC0CCE
Complementary color
Monochromatic Colors of #EC0CCE
Black with #EC0CCE
Text Example
Text Example
White with #EC0CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0CCE; }
p { color: rgb(236,12,206); }
H1.HeaderClassName
{
color: #EC0CCE;
}
.AnyTagClassName
{
color: #EC0CCE;
}
</style>
background-color css
<style>
a { background-color: #EC0CCE; }
a { background-color: rgb(236,12,206); }
div.DivClassName
{
background-color: #EC0CCE;
}
.BgClassName
{
background-color: #EC0CCE;
}
</style>
border-color css
<style>
span { border-color: #EC0CCE; }
span { border-color: rgb(236,12,206); }
td.TdClassName
{
border-color: #EC0CCE;
}
.TagClassName
{
border-color: #EC0CCE;
}
</style>