Shades of Hot Magenta #EC01CF
Tints of Hot Magenta #EC01CF
RGB
CMYK
RGB Variations
Color information
#EC01CF (or 0xEC01CF) is known color: Hot Magenta. HEX triplet: EC, 01 and CF. RGB value is (236,1,207). Sum of RGB (Red+Green+Blue) = 236+1+207=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 1 (0.78% from 255 or 0.23% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC01CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC01CF is #13FE30. Grayscale: #5E5E5E. Windows color (decimal): -1310257 or 13566444. OLE color: 13566444.
HSL color Cylindrical-coordinate representation of color #EC01CF: hue angle of 307.4º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC01CF is Cyan = 0, Magento = 1.00, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 207 | - |
| CMYK | 0 | 1.00 | 0.12 | 0.07 |
| HSL | 307.4º | 0.99% | 0.46% | - |
| HSV(B) | 307.4º | 1% | 0.93% | - |
| XYZ | 45.87 | 22.36 | 60.93 | - |
| YUV | 94.75 | 191.36 | 228.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 207 | 0 | 1.00 | 0.12 | 0.07 | 307.4 | 0.99 | 0.46 |
| Hex | EC | 1 | CF | 0 | 64 | C | 7 | 133 | 63 | 2E |
| Octal | 354 | 1 | 317 | 0 | 144 | 14 | 7 | 463 | 143 | 56 |
| Binary | 11101100 | 1 | 11001111 | 0 | 1100100 | 1100 | 111 | 100110011 | 1100011 | 101110 |
Color Harmonies of #EC01CF
Complementary color
Monochromatic Colors of #EC01CF
Black with #EC01CF
Text Example
Text Example
White with #EC01CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC01CF; }
p { color: rgb(236,1,207); }
H1.HeaderClassName
{
color: #EC01CF;
}
.AnyTagClassName
{
color: #EC01CF;
}
</style>
background-color css
<style>
a { background-color: #EC01CF; }
a { background-color: rgb(236,1,207); }
div.DivClassName
{
background-color: #EC01CF;
}
.BgClassName
{
background-color: #EC01CF;
}
</style>
border-color css
<style>
span { border-color: #EC01CF; }
span { border-color: rgb(236,1,207); }
td.TdClassName
{
border-color: #EC01CF;
}
.TagClassName
{
border-color: #EC01CF;
}
</style>