Shades of Hot Magenta #EC11D4
Tints of Hot Magenta #EC11D4
RGB
CMYK
RGB Variations
Color information
#EC11D4 (or 0xEC11D4) is known color: Hot Magenta. HEX triplet: EC, 11 and D4. RGB value is (236,17,212). Sum of RGB (Red+Green+Blue) = 236+17+212=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 17 (7.03% from 255 or 3.66% from 465); Blue value is 212 (83.20% from 255 or 45.59% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC11D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC11D4 is #13EE2B. Grayscale: #686868. Windows color (decimal): -1306156 or 13898220. OLE color: 13898220.
HSL color Cylindrical-coordinate representation of color #EC11D4: hue angle of 306.58º 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 #EC11D4 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 212 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.07 |
| HSL | 306.58º | 0.87% | 0.5% | - |
| HSV(B) | 306.58º | 0.93% | 0.93% | - |
| XYZ | 46.68 | 22.99 | 64.26 | - |
| YUV | 104.71 | 188.55 | 221.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 212 | 0 | 0.93 | 0.10 | 0.07 | 306.58 | 0.87 | 0.5 |
| Hex | EC | 11 | D4 | 0 | 5D | A | 7 | 133 | 57 | 32 |
| Octal | 354 | 21 | 324 | 0 | 135 | 12 | 7 | 463 | 127 | 62 |
| Binary | 11101100 | 10001 | 11010100 | 0 | 1011101 | 1010 | 111 | 100110011 | 1010111 | 110010 |
Color Harmonies of #EC11D4
Complementary color
Monochromatic Colors of #EC11D4
Black with #EC11D4
Text Example
Text Example
White with #EC11D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC11D4; }
p { color: rgb(236,17,212); }
H1.HeaderClassName
{
color: #EC11D4;
}
.AnyTagClassName
{
color: #EC11D4;
}
</style>
background-color css
<style>
a { background-color: #EC11D4; }
a { background-color: rgb(236,17,212); }
div.DivClassName
{
background-color: #EC11D4;
}
.BgClassName
{
background-color: #EC11D4;
}
</style>
border-color css
<style>
span { border-color: #EC11D4; }
span { border-color: rgb(236,17,212); }
td.TdClassName
{
border-color: #EC11D4;
}
.TagClassName
{
border-color: #EC11D4;
}
</style>