Shades of Hot Magenta #EC05CC
Tints of Hot Magenta #EC05CC
RGB
CMYK
RGB Variations
Color information
#EC05CC (or 0xEC05CC) is known color: Hot Magenta. HEX triplet: EC, 05 and CC. RGB value is (236,5,204). Sum of RGB (Red+Green+Blue) = 236+5+204=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 5 (2.34% from 255 or 1.12% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC05CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC05CC is #13FA33. Grayscale: #606060. Windows color (decimal): -1309236 or 13370860. OLE color: 13370860.
HSL color Cylindrical-coordinate representation of color #EC05CC: hue angle of 308.31º 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 #EC05CC is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 204 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.07 |
| HSL | 308.31º | 0.96% | 0.47% | - |
| HSV(B) | 308.31º | 0.98% | 0.93% | - |
| XYZ | 45.55 | 22.3 | 59.03 | - |
| YUV | 96.76 | 188.53 | 227.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 204 | 0 | 0.98 | 0.14 | 0.07 | 308.31 | 0.96 | 0.47 |
| Hex | EC | 5 | CC | 0 | 62 | E | 7 | 134 | 60 | 2F |
| Octal | 354 | 5 | 314 | 0 | 142 | 16 | 7 | 464 | 140 | 57 |
| Binary | 11101100 | 101 | 11001100 | 0 | 1100010 | 1110 | 111 | 100110100 | 1100000 | 101111 |
Color Harmonies of #EC05CC
Complementary color
Monochromatic Colors of #EC05CC
Black with #EC05CC
Text Example
Text Example
White with #EC05CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC05CC; }
p { color: rgb(236,5,204); }
H1.HeaderClassName
{
color: #EC05CC;
}
.AnyTagClassName
{
color: #EC05CC;
}
</style>
background-color css
<style>
a { background-color: #EC05CC; }
a { background-color: rgb(236,5,204); }
div.DivClassName
{
background-color: #EC05CC;
}
.BgClassName
{
background-color: #EC05CC;
}
</style>
border-color css
<style>
span { border-color: #EC05CC; }
span { border-color: rgb(236,5,204); }
td.TdClassName
{
border-color: #EC05CC;
}
.TagClassName
{
border-color: #EC05CC;
}
</style>