Shades of Hot Magenta #EC07D6
Tints of Hot Magenta #EC07D6
RGB
CMYK
RGB Variations
Color information
#EC07D6 (or 0xEC07D6) is known color: Hot Magenta. HEX triplet: EC, 07 and D6. RGB value is (236,7,214). Sum of RGB (Red+Green+Blue) = 236+7+214=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 7 (3.12% from 255 or 1.53% from 457); Blue value is 214 (83.98% from 255 or 46.83% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC07D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC07D6 is #13F829. Grayscale: #626262. Windows color (decimal): -1308714 or 14026732. OLE color: 14026732.
HSL color Cylindrical-coordinate representation of color #EC07D6: hue angle of 305.76º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC07D6 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 214 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.07 |
| HSL | 305.76º | 0.94% | 0.48% | - |
| HSV(B) | 305.76º | 0.97% | 0.93% | - |
| XYZ | 46.81 | 22.84 | 65.56 | - |
| YUV | 99.07 | 192.87 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 214 | 0 | 0.97 | 0.09 | 0.07 | 305.76 | 0.94 | 0.48 |
| Hex | EC | 7 | D6 | 0 | 61 | 9 | 7 | 132 | 5E | 30 |
| Octal | 354 | 7 | 326 | 0 | 141 | 11 | 7 | 462 | 136 | 60 |
| Binary | 11101100 | 111 | 11010110 | 0 | 1100001 | 1001 | 111 | 100110010 | 1011110 | 110000 |
Color Harmonies of #EC07D6
Complementary color
Monochromatic Colors of #EC07D6
Black with #EC07D6
Text Example
Text Example
White with #EC07D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC07D6; }
p { color: rgb(236,7,214); }
H1.HeaderClassName
{
color: #EC07D6;
}
.AnyTagClassName
{
color: #EC07D6;
}
</style>
background-color css
<style>
a { background-color: #EC07D6; }
a { background-color: rgb(236,7,214); }
div.DivClassName
{
background-color: #EC07D6;
}
.BgClassName
{
background-color: #EC07D6;
}
</style>
border-color css
<style>
span { border-color: #EC07D6; }
span { border-color: rgb(236,7,214); }
td.TdClassName
{
border-color: #EC07D6;
}
.TagClassName
{
border-color: #EC07D6;
}
</style>