Shades of Hot Magenta #EC07D4
Tints of Hot Magenta #EC07D4
RGB
CMYK
RGB Variations
Color information
#EC07D4 (or 0xEC07D4) is known color: Hot Magenta. HEX triplet: EC, 07 and D4. RGB value is (236,7,212). Sum of RGB (Red+Green+Blue) = 236+7+212=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 7 (3.12% from 255 or 1.54% from 455); Blue value is 212 (83.20% from 255 or 46.59% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC07D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC07D4 is #13F82B. Grayscale: #626262. Windows color (decimal): -1308716 or 13895660. OLE color: 13895660.
HSL color Cylindrical-coordinate representation of color #EC07D4: hue angle of 306.29º 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 #EC07D4 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 212 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.07 |
| HSL | 306.29º | 0.94% | 0.48% | - |
| HSV(B) | 306.29º | 0.97% | 0.93% | - |
| XYZ | 46.55 | 22.74 | 64.22 | - |
| YUV | 98.84 | 191.87 | 225.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 212 | 0 | 0.97 | 0.10 | 0.07 | 306.29 | 0.94 | 0.48 |
| Hex | EC | 7 | D4 | 0 | 61 | A | 7 | 132 | 5E | 30 |
| Octal | 354 | 7 | 324 | 0 | 141 | 12 | 7 | 462 | 136 | 60 |
| Binary | 11101100 | 111 | 11010100 | 0 | 1100001 | 1010 | 111 | 100110010 | 1011110 | 110000 |
Color Harmonies of #EC07D4
Complementary color
Monochromatic Colors of #EC07D4
Black with #EC07D4
Text Example
Text Example
White with #EC07D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC07D4; }
p { color: rgb(236,7,212); }
H1.HeaderClassName
{
color: #EC07D4;
}
.AnyTagClassName
{
color: #EC07D4;
}
</style>
background-color css
<style>
a { background-color: #EC07D4; }
a { background-color: rgb(236,7,212); }
div.DivClassName
{
background-color: #EC07D4;
}
.BgClassName
{
background-color: #EC07D4;
}
</style>
border-color css
<style>
span { border-color: #EC07D4; }
span { border-color: rgb(236,7,212); }
td.TdClassName
{
border-color: #EC07D4;
}
.TagClassName
{
border-color: #EC07D4;
}
</style>