Shades of Hot Magenta #EC11DA
Tints of Hot Magenta #EC11DA
RGB
CMYK
RGB Variations
Color information
#EC11DA (or 0xEC11DA) is known color: Hot Magenta. HEX triplet: EC, 11 and DA. RGB value is (236,17,218). Sum of RGB (Red+Green+Blue) = 236+17+218=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 17 (7.03% from 255 or 3.61% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC11DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC11DA is #13EE25. Grayscale: #686868. Windows color (decimal): -1306150 or 14291436. OLE color: 14291436.
HSL color Cylindrical-coordinate representation of color #EC11DA: hue angle of 304.93º 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 #EC11DA is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 218 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.07 |
| HSL | 304.93º | 0.87% | 0.5% | - |
| HSV(B) | 304.93º | 0.93% | 0.93% | - |
| XYZ | 47.45 | 23.3 | 68.33 | - |
| YUV | 105.4 | 191.55 | 221.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 218 | 0 | 0.93 | 0.08 | 0.07 | 304.93 | 0.87 | 0.5 |
| Hex | EC | 11 | DA | 0 | 5D | 8 | 7 | 131 | 57 | 32 |
| Octal | 354 | 21 | 332 | 0 | 135 | 10 | 7 | 461 | 127 | 62 |
| Binary | 11101100 | 10001 | 11011010 | 0 | 1011101 | 1000 | 111 | 100110001 | 1010111 | 110010 |
Color Harmonies of #EC11DA
Complementary color
Monochromatic Colors of #EC11DA
Black with #EC11DA
Text Example
Text Example
White with #EC11DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC11DA; }
p { color: rgb(236,17,218); }
H1.HeaderClassName
{
color: #EC11DA;
}
.AnyTagClassName
{
color: #EC11DA;
}
</style>
background-color css
<style>
a { background-color: #EC11DA; }
a { background-color: rgb(236,17,218); }
div.DivClassName
{
background-color: #EC11DA;
}
.BgClassName
{
background-color: #EC11DA;
}
</style>
border-color css
<style>
span { border-color: #EC11DA; }
span { border-color: rgb(236,17,218); }
td.TdClassName
{
border-color: #EC11DA;
}
.TagClassName
{
border-color: #EC11DA;
}
</style>