Shades of Hot Magenta #EC07D8
Tints of Hot Magenta #EC07D8
RGB
CMYK
RGB Variations
Color information
#EC07D8 (or 0xEC07D8) is known color: Hot Magenta. HEX triplet: EC, 07 and D8. RGB value is (236,7,216). Sum of RGB (Red+Green+Blue) = 236+7+216=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 7 (3.12% from 255 or 1.53% from 459); Blue value is 216 (84.77% from 255 or 47.06% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC07D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC07D8 is #13F827. Grayscale: #626262. Windows color (decimal): -1308712 or 14157804. OLE color: 14157804.
HSL color Cylindrical-coordinate representation of color #EC07D8: hue angle of 305.24º 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 #EC07D8 is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 216 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.07 |
| HSL | 305.24º | 0.94% | 0.48% | - |
| HSV(B) | 305.24º | 0.97% | 0.93% | - |
| XYZ | 47.06 | 22.94 | 66.91 | - |
| YUV | 99.3 | 193.87 | 225.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 216 | 0 | 0.97 | 0.08 | 0.07 | 305.24 | 0.94 | 0.48 |
| Hex | EC | 7 | D8 | 0 | 61 | 8 | 7 | 131 | 5E | 30 |
| Octal | 354 | 7 | 330 | 0 | 141 | 10 | 7 | 461 | 136 | 60 |
| Binary | 11101100 | 111 | 11011000 | 0 | 1100001 | 1000 | 111 | 100110001 | 1011110 | 110000 |
Color Harmonies of #EC07D8
Complementary color
Monochromatic Colors of #EC07D8
Black with #EC07D8
Text Example
Text Example
White with #EC07D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC07D8; }
p { color: rgb(236,7,216); }
H1.HeaderClassName
{
color: #EC07D8;
}
.AnyTagClassName
{
color: #EC07D8;
}
</style>
background-color css
<style>
a { background-color: #EC07D8; }
a { background-color: rgb(236,7,216); }
div.DivClassName
{
background-color: #EC07D8;
}
.BgClassName
{
background-color: #EC07D8;
}
</style>
border-color css
<style>
span { border-color: #EC07D8; }
span { border-color: rgb(236,7,216); }
td.TdClassName
{
border-color: #EC07D8;
}
.TagClassName
{
border-color: #EC07D8;
}
</style>