Shades of Hot Magenta #EC04CA
Tints of Hot Magenta #EC04CA
RGB
CMYK
RGB Variations
Color information
#EC04CA (or 0xEC04CA) is known color: Hot Magenta. HEX triplet: EC, 04 and CA. RGB value is (236,4,202). Sum of RGB (Red+Green+Blue) = 236+4+202=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 4 (1.95% from 255 or 0.90% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC04CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC04CA is #13FB35. Grayscale: #5F5F5F. Windows color (decimal): -1309494 or 13239532. OLE color: 13239532.
HSL color Cylindrical-coordinate representation of color #EC04CA: hue angle of 308.79º 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 #EC04CA is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 4 | 202 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.07 |
| HSL | 308.79º | 0.97% | 0.47% | - |
| HSV(B) | 308.79º | 0.98% | 0.93% | - |
| XYZ | 45.3 | 22.18 | 57.77 | - |
| YUV | 95.94 | 187.86 | 227.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 4 | 202 | 0 | 0.98 | 0.14 | 0.07 | 308.79 | 0.97 | 0.47 |
| Hex | EC | 4 | CA | 0 | 62 | E | 7 | 135 | 61 | 2F |
| Octal | 354 | 4 | 312 | 0 | 142 | 16 | 7 | 465 | 141 | 57 |
| Binary | 11101100 | 100 | 11001010 | 0 | 1100010 | 1110 | 111 | 100110101 | 1100001 | 101111 |
Color Harmonies of #EC04CA
Complementary color
Monochromatic Colors of #EC04CA
Black with #EC04CA
Text Example
Text Example
White with #EC04CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC04CA; }
p { color: rgb(236,4,202); }
H1.HeaderClassName
{
color: #EC04CA;
}
.AnyTagClassName
{
color: #EC04CA;
}
</style>
background-color css
<style>
a { background-color: #EC04CA; }
a { background-color: rgb(236,4,202); }
div.DivClassName
{
background-color: #EC04CA;
}
.BgClassName
{
background-color: #EC04CA;
}
</style>
border-color css
<style>
span { border-color: #EC04CA; }
span { border-color: rgb(236,4,202); }
td.TdClassName
{
border-color: #EC04CA;
}
.TagClassName
{
border-color: #EC04CA;
}
</style>