Shades of Hot Magenta #EC0ADE
Tints of Hot Magenta #EC0ADE
RGB
CMYK
RGB Variations
Color information
#EC0ADE (or 0xEC0ADE) is known color: Hot Magenta. HEX triplet: EC, 0A and DE. RGB value is (236,10,222). Sum of RGB (Red+Green+Blue) = 236+10+222=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 10 (4.30% from 255 or 2.14% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0ADE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0ADE is #13F521. Grayscale: #656565. Windows color (decimal): -1307938 or 14551788. OLE color: 14551788.
HSL color Cylindrical-coordinate representation of color #EC0ADE: hue angle of 303.72º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC0ADE is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 10 | 222 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.07 |
| HSL | 303.72º | 0.92% | 0.48% | - |
| HSV(B) | 303.72º | 0.96% | 0.93% | - |
| XYZ | 47.89 | 23.32 | 71.09 | - |
| YUV | 101.74 | 195.87 | 223.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 10 | 222 | 0 | 0.96 | 0.06 | 0.07 | 303.72 | 0.92 | 0.48 |
| Hex | EC | A | DE | 0 | 60 | 6 | 7 | 130 | 5C | 30 |
| Octal | 354 | 12 | 336 | 0 | 140 | 6 | 7 | 460 | 134 | 60 |
| Binary | 11101100 | 1010 | 11011110 | 0 | 1100000 | 110 | 111 | 100110000 | 1011100 | 110000 |
Color Harmonies of #EC0ADE
Complementary color
Monochromatic Colors of #EC0ADE
Black with #EC0ADE
Text Example
Text Example
White with #EC0ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0ADE; }
p { color: rgb(236,10,222); }
H1.HeaderClassName
{
color: #EC0ADE;
}
.AnyTagClassName
{
color: #EC0ADE;
}
</style>
background-color css
<style>
a { background-color: #EC0ADE; }
a { background-color: rgb(236,10,222); }
div.DivClassName
{
background-color: #EC0ADE;
}
.BgClassName
{
background-color: #EC0ADE;
}
</style>
border-color css
<style>
span { border-color: #EC0ADE; }
span { border-color: rgb(236,10,222); }
td.TdClassName
{
border-color: #EC0ADE;
}
.TagClassName
{
border-color: #EC0ADE;
}
</style>