Shades of Hot Magenta #EC0BDA
Tints of Hot Magenta #EC0BDA
RGB
CMYK
RGB Variations
Color information
#EC0BDA (or 0xEC0BDA) is known color: Hot Magenta. HEX triplet: EC, 0B and DA. RGB value is (236,11,218). Sum of RGB (Red+Green+Blue) = 236+11+218=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 11 (4.69% from 255 or 2.37% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0BDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0BDA is #13F425. Grayscale: #656565. Windows color (decimal): -1307686 or 14289900. OLE color: 14289900.
HSL color Cylindrical-coordinate representation of color #EC0BDA: hue angle of 304.8º 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 #EC0BDA is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 11 | 218 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.07 |
| HSL | 304.8º | 0.91% | 0.48% | - |
| HSV(B) | 304.8º | 0.95% | 0.93% | - |
| XYZ | 47.37 | 23.13 | 68.3 | - |
| YUV | 101.87 | 193.54 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 11 | 218 | 0 | 0.95 | 0.08 | 0.07 | 304.8 | 0.91 | 0.48 |
| Hex | EC | B | DA | 0 | 5F | 8 | 7 | 131 | 5B | 30 |
| Octal | 354 | 13 | 332 | 0 | 137 | 10 | 7 | 461 | 133 | 60 |
| Binary | 11101100 | 1011 | 11011010 | 0 | 1011111 | 1000 | 111 | 100110001 | 1011011 | 110000 |
Color Harmonies of #EC0BDA
Complementary color
Monochromatic Colors of #EC0BDA
Black with #EC0BDA
Text Example
Text Example
White with #EC0BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0BDA; }
p { color: rgb(236,11,218); }
H1.HeaderClassName
{
color: #EC0BDA;
}
.AnyTagClassName
{
color: #EC0BDA;
}
</style>
background-color css
<style>
a { background-color: #EC0BDA; }
a { background-color: rgb(236,11,218); }
div.DivClassName
{
background-color: #EC0BDA;
}
.BgClassName
{
background-color: #EC0BDA;
}
</style>
border-color css
<style>
span { border-color: #EC0BDA; }
span { border-color: rgb(236,11,218); }
td.TdClassName
{
border-color: #EC0BDA;
}
.TagClassName
{
border-color: #EC0BDA;
}
</style>