Shades of Hot Magenta #EC11DB
Tints of Hot Magenta #EC11DB
RGB
CMYK
RGB Variations
Color information
#EC11DB (or 0xEC11DB) is known color: Hot Magenta. HEX triplet: EC, 11 and DB. RGB value is (236,17,219). Sum of RGB (Red+Green+Blue) = 236+17+219=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 17 (7.03% from 255 or 3.60% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC11DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC11DB is #13EE24. Grayscale: #686868. Windows color (decimal): -1306149 or 14356972. OLE color: 14356972.
HSL color Cylindrical-coordinate representation of color #EC11DB: hue angle of 304.66º 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 #EC11DB is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 219 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.07 |
| HSL | 304.66º | 0.87% | 0.5% | - |
| HSV(B) | 304.66º | 0.93% | 0.93% | - |
| XYZ | 47.58 | 23.35 | 69.02 | - |
| YUV | 105.51 | 192.05 | 221.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 219 | 0 | 0.93 | 0.07 | 0.07 | 304.66 | 0.87 | 0.5 |
| Hex | EC | 11 | DB | 0 | 5D | 7 | 7 | 131 | 57 | 32 |
| Octal | 354 | 21 | 333 | 0 | 135 | 7 | 7 | 461 | 127 | 62 |
| Binary | 11101100 | 10001 | 11011011 | 0 | 1011101 | 111 | 111 | 100110001 | 1010111 | 110010 |
Color Harmonies of #EC11DB
Complementary color
Monochromatic Colors of #EC11DB
Black with #EC11DB
Text Example
Text Example
White with #EC11DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC11DB; }
p { color: rgb(236,17,219); }
H1.HeaderClassName
{
color: #EC11DB;
}
.AnyTagClassName
{
color: #EC11DB;
}
</style>
background-color css
<style>
a { background-color: #EC11DB; }
a { background-color: rgb(236,17,219); }
div.DivClassName
{
background-color: #EC11DB;
}
.BgClassName
{
background-color: #EC11DB;
}
</style>
border-color css
<style>
span { border-color: #EC11DB; }
span { border-color: rgb(236,17,219); }
td.TdClassName
{
border-color: #EC11DB;
}
.TagClassName
{
border-color: #EC11DB;
}
</style>