Shades of Hot Magenta #EC0BDF
Tints of Hot Magenta #EC0BDF
RGB
CMYK
RGB Variations
Color information
#EC0BDF (or 0xEC0BDF) is known color: Hot Magenta. HEX triplet: EC, 0B and DF. RGB value is (236,11,223). Sum of RGB (Red+Green+Blue) = 236+11+223=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 11 (4.69% from 255 or 2.34% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0BDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0BDF is #13F420. Grayscale: #656565. Windows color (decimal): -1307681 or 14617580. OLE color: 14617580.
HSL color Cylindrical-coordinate representation of color #EC0BDF: hue angle of 303.47º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0BDF is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 11 | 223 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.07 |
| HSL | 303.47º | 0.91% | 0.48% | - |
| HSV(B) | 303.47º | 0.95% | 0.93% | - |
| XYZ | 48.03 | 23.4 | 71.8 | - |
| YUV | 102.44 | 196.04 | 223.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 11 | 223 | 0 | 0.95 | 0.06 | 0.07 | 303.47 | 0.91 | 0.48 |
| Hex | EC | B | DF | 0 | 5F | 6 | 7 | 12F | 5B | 30 |
| Octal | 354 | 13 | 337 | 0 | 137 | 6 | 7 | 457 | 133 | 60 |
| Binary | 11101100 | 1011 | 11011111 | 0 | 1011111 | 110 | 111 | 100101111 | 1011011 | 110000 |
Color Harmonies of #EC0BDF
Complementary color
Monochromatic Colors of #EC0BDF
Black with #EC0BDF
Text Example
Text Example
White with #EC0BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0BDF; }
p { color: rgb(236,11,223); }
H1.HeaderClassName
{
color: #EC0BDF;
}
.AnyTagClassName
{
color: #EC0BDF;
}
</style>
background-color css
<style>
a { background-color: #EC0BDF; }
a { background-color: rgb(236,11,223); }
div.DivClassName
{
background-color: #EC0BDF;
}
.BgClassName
{
background-color: #EC0BDF;
}
</style>
border-color css
<style>
span { border-color: #EC0BDF; }
span { border-color: rgb(236,11,223); }
td.TdClassName
{
border-color: #EC0BDF;
}
.TagClassName
{
border-color: #EC0BDF;
}
</style>