Shades of Hot Magenta #EC06CA
Tints of Hot Magenta #EC06CA
RGB
CMYK
RGB Variations
Color information
#EC06CA (or 0xEC06CA) is known color: Hot Magenta. HEX triplet: EC, 06 and CA. RGB value is (236,6,202). Sum of RGB (Red+Green+Blue) = 236+6+202=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 6 (2.73% from 255 or 1.35% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC06CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC06CA is #13F935. Grayscale: #606060. Windows color (decimal): -1308982 or 13240044. OLE color: 13240044.
HSL color Cylindrical-coordinate representation of color #EC06CA: hue angle of 308.87º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC06CA is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 6 | 202 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.07 |
| HSL | 308.87º | 0.95% | 0.47% | - |
| HSV(B) | 308.87º | 0.97% | 0.93% | - |
| XYZ | 45.32 | 22.23 | 57.78 | - |
| YUV | 97.11 | 187.2 | 227.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 6 | 202 | 0 | 0.97 | 0.14 | 0.07 | 308.87 | 0.95 | 0.47 |
| Hex | EC | 6 | CA | 0 | 61 | E | 7 | 135 | 5F | 2F |
| Octal | 354 | 6 | 312 | 0 | 141 | 16 | 7 | 465 | 137 | 57 |
| Binary | 11101100 | 110 | 11001010 | 0 | 1100001 | 1110 | 111 | 100110101 | 1011111 | 101111 |
Color Harmonies of #EC06CA
Complementary color
Monochromatic Colors of #EC06CA
Black with #EC06CA
Text Example
Text Example
White with #EC06CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC06CA; }
p { color: rgb(236,6,202); }
H1.HeaderClassName
{
color: #EC06CA;
}
.AnyTagClassName
{
color: #EC06CA;
}
</style>
background-color css
<style>
a { background-color: #EC06CA; }
a { background-color: rgb(236,6,202); }
div.DivClassName
{
background-color: #EC06CA;
}
.BgClassName
{
background-color: #EC06CA;
}
</style>
border-color css
<style>
span { border-color: #EC06CA; }
span { border-color: rgb(236,6,202); }
td.TdClassName
{
border-color: #EC06CA;
}
.TagClassName
{
border-color: #EC06CA;
}
</style>