Shades of Hot Magenta #EC04D8
Tints of Hot Magenta #EC04D8
RGB
CMYK
RGB Variations
Color information
#EC04D8 (or 0xEC04D8) is known color: Hot Magenta. HEX triplet: EC, 04 and D8. RGB value is (236,4,216). Sum of RGB (Red+Green+Blue) = 236+4+216=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 4 (1.95% from 255 or 0.88% from 456); Blue value is 216 (84.77% from 255 or 47.37% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC04D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC04D8 is #13FB27. Grayscale: #606060. Windows color (decimal): -1309480 or 14157036. OLE color: 14157036.
HSL color Cylindrical-coordinate representation of color #EC04D8: hue angle of 305.17º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC04D8 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 4 | 216 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.07 |
| HSL | 305.17º | 0.97% | 0.47% | - |
| HSV(B) | 305.17º | 0.98% | 0.93% | - |
| XYZ | 47.03 | 22.88 | 66.9 | - |
| YUV | 97.54 | 194.86 | 226.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 4 | 216 | 0 | 0.98 | 0.08 | 0.07 | 305.17 | 0.97 | 0.47 |
| Hex | EC | 4 | D8 | 0 | 62 | 8 | 7 | 131 | 61 | 2F |
| Octal | 354 | 4 | 330 | 0 | 142 | 10 | 7 | 461 | 141 | 57 |
| Binary | 11101100 | 100 | 11011000 | 0 | 1100010 | 1000 | 111 | 100110001 | 1100001 | 101111 |
Color Harmonies of #EC04D8
Complementary color
Monochromatic Colors of #EC04D8
Black with #EC04D8
Text Example
Text Example
White with #EC04D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC04D8; }
p { color: rgb(236,4,216); }
H1.HeaderClassName
{
color: #EC04D8;
}
.AnyTagClassName
{
color: #EC04D8;
}
</style>
background-color css
<style>
a { background-color: #EC04D8; }
a { background-color: rgb(236,4,216); }
div.DivClassName
{
background-color: #EC04D8;
}
.BgClassName
{
background-color: #EC04D8;
}
</style>
border-color css
<style>
span { border-color: #EC04D8; }
span { border-color: rgb(236,4,216); }
td.TdClassName
{
border-color: #EC04D8;
}
.TagClassName
{
border-color: #EC04D8;
}
</style>