Shades of Hot Magenta #EC0AD4
Tints of Hot Magenta #EC0AD4
RGB
CMYK
RGB Variations
Color information
#EC0AD4 (or 0xEC0AD4) is known color: Hot Magenta. HEX triplet: EC, 0A and D4. RGB value is (236,10,212). Sum of RGB (Red+Green+Blue) = 236+10+212=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 10 (4.30% from 255 or 2.18% from 458); Blue value is 212 (83.20% from 255 or 46.29% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0AD4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0AD4 is #13F52B. Grayscale: #646464. Windows color (decimal): -1307948 or 13896428. OLE color: 13896428.
HSL color Cylindrical-coordinate representation of color #EC0AD4: hue angle of 306.37º 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 #EC0AD4 is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 10 | 212 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.07 |
| HSL | 306.37º | 0.92% | 0.48% | - |
| HSV(B) | 306.37º | 0.96% | 0.93% | - |
| XYZ | 46.58 | 22.8 | 64.23 | - |
| YUV | 100.6 | 190.87 | 224.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 10 | 212 | 0 | 0.96 | 0.10 | 0.07 | 306.37 | 0.92 | 0.48 |
| Hex | EC | A | D4 | 0 | 60 | A | 7 | 132 | 5C | 30 |
| Octal | 354 | 12 | 324 | 0 | 140 | 12 | 7 | 462 | 134 | 60 |
| Binary | 11101100 | 1010 | 11010100 | 0 | 1100000 | 1010 | 111 | 100110010 | 1011100 | 110000 |
Color Harmonies of #EC0AD4
Complementary color
Monochromatic Colors of #EC0AD4
Black with #EC0AD4
Text Example
Text Example
White with #EC0AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0AD4; }
p { color: rgb(236,10,212); }
H1.HeaderClassName
{
color: #EC0AD4;
}
.AnyTagClassName
{
color: #EC0AD4;
}
</style>
background-color css
<style>
a { background-color: #EC0AD4; }
a { background-color: rgb(236,10,212); }
div.DivClassName
{
background-color: #EC0AD4;
}
.BgClassName
{
background-color: #EC0AD4;
}
</style>
border-color css
<style>
span { border-color: #EC0AD4; }
span { border-color: rgb(236,10,212); }
td.TdClassName
{
border-color: #EC0AD4;
}
.TagClassName
{
border-color: #EC0AD4;
}
</style>