Shades of Hot Magenta #EC11E0
Tints of Hot Magenta #EC11E0
RGB
CMYK
RGB Variations
Color information
#EC11E0 (or 0xEC11E0) is known color: Hot Magenta. HEX triplet: EC, 11 and E0. RGB value is (236,17,224). Sum of RGB (Red+Green+Blue) = 236+17+224=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 17 (7.03% from 255 or 3.56% from 477); Blue value is 224 (87.89% from 255 or 46.96% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC11E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC11E0 is #13EE1F. Grayscale: #696969. Windows color (decimal): -1306144 or 14684652. OLE color: 14684652.
HSL color Cylindrical-coordinate representation of color #EC11E0: hue angle of 303.29º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC11E0 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 224 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.07 |
| HSL | 303.29º | 0.87% | 0.5% | - |
| HSV(B) | 303.29º | 0.93% | 0.93% | - |
| XYZ | 48.25 | 23.62 | 72.54 | - |
| YUV | 106.08 | 194.55 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 224 | 0 | 0.93 | 0.05 | 0.07 | 303.29 | 0.87 | 0.5 |
| Hex | EC | 11 | E0 | 0 | 5D | 5 | 7 | 12F | 57 | 32 |
| Octal | 354 | 21 | 340 | 0 | 135 | 5 | 7 | 457 | 127 | 62 |
| Binary | 11101100 | 10001 | 11100000 | 0 | 1011101 | 101 | 111 | 100101111 | 1010111 | 110010 |
Color Harmonies of #EC11E0
Complementary color
Monochromatic Colors of #EC11E0
Black with #EC11E0
Text Example
Text Example
White with #EC11E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC11E0; }
p { color: rgb(236,17,224); }
H1.HeaderClassName
{
color: #EC11E0;
}
.AnyTagClassName
{
color: #EC11E0;
}
</style>
background-color css
<style>
a { background-color: #EC11E0; }
a { background-color: rgb(236,17,224); }
div.DivClassName
{
background-color: #EC11E0;
}
.BgClassName
{
background-color: #EC11E0;
}
</style>
border-color css
<style>
span { border-color: #EC11E0; }
span { border-color: rgb(236,17,224); }
td.TdClassName
{
border-color: #EC11E0;
}
.TagClassName
{
border-color: #EC11E0;
}
</style>