Shades of Hot Magenta #EC04C8
Tints of Hot Magenta #EC04C8
RGB
CMYK
RGB Variations
Color information
#EC04C8 (or 0xEC04C8) is known color: Hot Magenta. HEX triplet: EC, 04 and C8. RGB value is (236,4,200). Sum of RGB (Red+Green+Blue) = 236+4+200=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 4 (1.95% from 255 or 0.91% from 440); Blue value is 200 (78.52% from 255 or 45.45% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC04C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC04C8 is #13FB37. Grayscale: #5F5F5F. Windows color (decimal): -1309496 or 13108460. OLE color: 13108460.
HSL color Cylindrical-coordinate representation of color #EC04C8: hue angle of 309.31º 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 #EC04C8 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 4 | 200 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.07 |
| HSL | 309.31º | 0.97% | 0.47% | - |
| HSV(B) | 309.31º | 0.98% | 0.93% | - |
| XYZ | 45.06 | 22.09 | 56.53 | - |
| YUV | 95.71 | 186.86 | 228.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 4 | 200 | 0 | 0.98 | 0.15 | 0.07 | 309.31 | 0.97 | 0.47 |
| Hex | EC | 4 | C8 | 0 | 62 | F | 7 | 135 | 61 | 2F |
| Octal | 354 | 4 | 310 | 0 | 142 | 17 | 7 | 465 | 141 | 57 |
| Binary | 11101100 | 100 | 11001000 | 0 | 1100010 | 1111 | 111 | 100110101 | 1100001 | 101111 |
Color Harmonies of #EC04C8
Complementary color
Monochromatic Colors of #EC04C8
Black with #EC04C8
Text Example
Text Example
White with #EC04C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC04C8; }
p { color: rgb(236,4,200); }
H1.HeaderClassName
{
color: #EC04C8;
}
.AnyTagClassName
{
color: #EC04C8;
}
</style>
background-color css
<style>
a { background-color: #EC04C8; }
a { background-color: rgb(236,4,200); }
div.DivClassName
{
background-color: #EC04C8;
}
.BgClassName
{
background-color: #EC04C8;
}
</style>
border-color css
<style>
span { border-color: #EC04C8; }
span { border-color: rgb(236,4,200); }
td.TdClassName
{
border-color: #EC04C8;
}
.TagClassName
{
border-color: #EC04C8;
}
</style>