Shades of Hot Magenta #EC11D7
Tints of Hot Magenta #EC11D7
RGB
CMYK
RGB Variations
Color information
#EC11D7 (or 0xEC11D7) is known color: Hot Magenta. HEX triplet: EC, 11 and D7. RGB value is (236,17,215). Sum of RGB (Red+Green+Blue) = 236+17+215=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 17 (7.03% from 255 or 3.63% from 468); Blue value is 215 (84.38% from 255 or 45.94% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC11D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC11D7 is #13EE28. Grayscale: #686868. Windows color (decimal): -1306153 or 14094828. OLE color: 14094828.
HSL color Cylindrical-coordinate representation of color #EC11D7: hue angle of 305.75º 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 #EC11D7 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 215 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.07 |
| HSL | 305.75º | 0.87% | 0.5% | - |
| HSV(B) | 305.75º | 0.93% | 0.93% | - |
| XYZ | 47.06 | 23.14 | 66.28 | - |
| YUV | 105.05 | 190.05 | 221.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 215 | 0 | 0.93 | 0.09 | 0.07 | 305.75 | 0.87 | 0.5 |
| Hex | EC | 11 | D7 | 0 | 5D | 9 | 7 | 132 | 57 | 32 |
| Octal | 354 | 21 | 327 | 0 | 135 | 11 | 7 | 462 | 127 | 62 |
| Binary | 11101100 | 10001 | 11010111 | 0 | 1011101 | 1001 | 111 | 100110010 | 1010111 | 110010 |
Color Harmonies of #EC11D7
Complementary color
Monochromatic Colors of #EC11D7
Black with #EC11D7
Text Example
Text Example
White with #EC11D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC11D7; }
p { color: rgb(236,17,215); }
H1.HeaderClassName
{
color: #EC11D7;
}
.AnyTagClassName
{
color: #EC11D7;
}
</style>
background-color css
<style>
a { background-color: #EC11D7; }
a { background-color: rgb(236,17,215); }
div.DivClassName
{
background-color: #EC11D7;
}
.BgClassName
{
background-color: #EC11D7;
}
</style>
border-color css
<style>
span { border-color: #EC11D7; }
span { border-color: rgb(236,17,215); }
td.TdClassName
{
border-color: #EC11D7;
}
.TagClassName
{
border-color: #EC11D7;
}
</style>