Shades of Hot Magenta #EC05CA
Tints of Hot Magenta #EC05CA
RGB
CMYK
RGB Variations
Color information
#EC05CA (or 0xEC05CA) is known color: Hot Magenta. HEX triplet: EC, 05 and CA. RGB value is (236,5,202). Sum of RGB (Red+Green+Blue) = 236+5+202=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 5 (2.34% from 255 or 1.13% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC05CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC05CA is #13FA35. Grayscale: #5F5F5F. Windows color (decimal): -1309238 or 13239788. OLE color: 13239788.
HSL color Cylindrical-coordinate representation of color #EC05CA: hue angle of 308.83º degrees, saturation: 0.96, 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 #EC05CA is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 202 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.07 |
| HSL | 308.83º | 0.96% | 0.47% | - |
| HSV(B) | 308.83º | 0.98% | 0.93% | - |
| XYZ | 45.31 | 22.21 | 57.78 | - |
| YUV | 96.53 | 187.53 | 227.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 202 | 0 | 0.98 | 0.14 | 0.07 | 308.83 | 0.96 | 0.47 |
| Hex | EC | 5 | CA | 0 | 62 | E | 7 | 135 | 60 | 2F |
| Octal | 354 | 5 | 312 | 0 | 142 | 16 | 7 | 465 | 140 | 57 |
| Binary | 11101100 | 101 | 11001010 | 0 | 1100010 | 1110 | 111 | 100110101 | 1100000 | 101111 |
Color Harmonies of #EC05CA
Complementary color
Monochromatic Colors of #EC05CA
Black with #EC05CA
Text Example
Text Example
White with #EC05CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC05CA; }
p { color: rgb(236,5,202); }
H1.HeaderClassName
{
color: #EC05CA;
}
.AnyTagClassName
{
color: #EC05CA;
}
</style>
background-color css
<style>
a { background-color: #EC05CA; }
a { background-color: rgb(236,5,202); }
div.DivClassName
{
background-color: #EC05CA;
}
.BgClassName
{
background-color: #EC05CA;
}
</style>
border-color css
<style>
span { border-color: #EC05CA; }
span { border-color: rgb(236,5,202); }
td.TdClassName
{
border-color: #EC05CA;
}
.TagClassName
{
border-color: #EC05CA;
}
</style>