Shades of Hot Magenta #EC02CF
Tints of Hot Magenta #EC02CF
RGB
CMYK
RGB Variations
Color information
#EC02CF (or 0xEC02CF) is known color: Hot Magenta. HEX triplet: EC, 02 and CF. RGB value is (236,2,207). Sum of RGB (Red+Green+Blue) = 236+2+207=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 2 (1.17% from 255 or 0.45% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC02CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC02CF is #13FD30. Grayscale: #5E5E5E. Windows color (decimal): -1310001 or 13566700. OLE color: 13566700.
HSL color Cylindrical-coordinate representation of color #EC02CF: hue angle of 307.44º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC02CF is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 207 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.07 |
| HSL | 307.44º | 0.98% | 0.47% | - |
| HSV(B) | 307.44º | 0.99% | 0.93% | - |
| XYZ | 45.88 | 22.38 | 60.93 | - |
| YUV | 95.34 | 191.02 | 228.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 207 | 0 | 0.99 | 0.12 | 0.07 | 307.44 | 0.98 | 0.47 |
| Hex | EC | 2 | CF | 0 | 63 | C | 7 | 133 | 62 | 2F |
| Octal | 354 | 2 | 317 | 0 | 143 | 14 | 7 | 463 | 142 | 57 |
| Binary | 11101100 | 10 | 11001111 | 0 | 1100011 | 1100 | 111 | 100110011 | 1100010 | 101111 |
Color Harmonies of #EC02CF
Complementary color
Monochromatic Colors of #EC02CF
Black with #EC02CF
Text Example
Text Example
White with #EC02CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC02CF; }
p { color: rgb(236,2,207); }
H1.HeaderClassName
{
color: #EC02CF;
}
.AnyTagClassName
{
color: #EC02CF;
}
</style>
background-color css
<style>
a { background-color: #EC02CF; }
a { background-color: rgb(236,2,207); }
div.DivClassName
{
background-color: #EC02CF;
}
.BgClassName
{
background-color: #EC02CF;
}
</style>
border-color css
<style>
span { border-color: #EC02CF; }
span { border-color: rgb(236,2,207); }
td.TdClassName
{
border-color: #EC02CF;
}
.TagClassName
{
border-color: #EC02CF;
}
</style>