Shades of Hot Magenta #EC04C9
Tints of Hot Magenta #EC04C9
RGB
CMYK
RGB Variations
Color information
#EC04C9 (or 0xEC04C9) is known color: Hot Magenta. HEX triplet: EC, 04 and C9. RGB value is (236,4,201). Sum of RGB (Red+Green+Blue) = 236+4+201=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 4 (1.95% from 255 or 0.91% from 441); Blue value is 201 (78.91% from 255 or 45.58% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC04C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC04C9 is #13FB36. Grayscale: #5F5F5F. Windows color (decimal): -1309495 or 13173996. OLE color: 13173996.
HSL color Cylindrical-coordinate representation of color #EC04C9: hue angle of 309.05º 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 #EC04C9 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 4 | 201 | - |
CMYK | 0 | 0.98 | 0.15 | 0.07 |
HSL | 309.05º | 0.97% | 0.47% | - |
HSV(B) | 309.05º | 0.98% | 0.93% | - |
XYZ | 45.18 | 22.14 | 57.15 | - |
YUV | 95.83 | 187.36 | 227.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 4 | 201 | 0 | 0.98 | 0.15 | 0.07 | 309.05 | 0.97 | 0.47 |
Hex | EC | 4 | C9 | 0 | 62 | F | 7 | 135 | 61 | 2F |
Octal | 354 | 4 | 311 | 0 | 142 | 17 | 7 | 465 | 141 | 57 |
Binary | 11101100 | 100 | 11001001 | 0 | 1100010 | 1111 | 111 | 100110101 | 1100001 | 101111 |
Color Harmonies of #EC04C9
Complementary color
Monochromatic Colors of #EC04C9
Black with #EC04C9
Text Example
Text Example
White with #EC04C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC04C9; }
p { color: rgb(236,4,201); }
H1.HeaderClassName
{
color: #EC04C9;
}
.AnyTagClassName
{
color: #EC04C9;
}
</style>
background-color css
<style>
a { background-color: #EC04C9; }
a { background-color: rgb(236,4,201); }
div.DivClassName
{
background-color: #EC04C9;
}
.BgClassName
{
background-color: #EC04C9;
}
</style>
border-color css
<style>
span { border-color: #EC04C9; }
span { border-color: rgb(236,4,201); }
td.TdClassName
{
border-color: #EC04C9;
}
.TagClassName
{
border-color: #EC04C9;
}
</style>