Shades of Hot Magenta #EC00C7
Tints of Hot Magenta #EC00C7
RGB
CMYK
RGB Variations
Color information
#EC00C7 (or 0xEC00C7) is known color: Hot Magenta. HEX triplet: EC, 00 and C7. RGB value is (236,0,199). Sum of RGB (Red+Green+Blue) = 236+0+199=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 0 (0.39% from 255 or 0% from 435); Blue value is 199 (78.12% from 255 or 45.75% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC00C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC00C7 is #13FF38. Grayscale: #5C5C5C. Windows color (decimal): -1310521 or 13041900. OLE color: 13041900.
HSL color Cylindrical-coordinate representation of color #EC00C7: hue angle of 309.41º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC00C7 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 199 | - |
| CMYK | 0 | 1 | 0.16 | 0.07 |
| HSL | 309.41º | 1% | 0.46% | - |
| HSV(B) | 309.41º | 1% | 0.93% | - |
| XYZ | 44.9 | 21.96 | 55.9 | - |
| YUV | 93.25 | 187.69 | 229.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 199 | 0 | 1 | 0.16 | 0.07 | 309.41 | 1 | 0.46 |
| Hex | EC | 0 | C7 | 0 | 64 | 10 | 7 | 135 | 64 | 2E |
| Octal | 354 | 0 | 307 | 0 | 144 | 20 | 7 | 465 | 144 | 56 |
| Binary | 11101100 | 0 | 11000111 | 0 | 1100100 | 10000 | 111 | 100110101 | 1100100 | 101110 |
Color Harmonies of #EC00C7
Complementary color
Monochromatic Colors of #EC00C7
Black with #EC00C7
Text Example
Text Example
White with #EC00C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC00C7; }
p { color: rgb(236,0,199); }
H1.HeaderClassName
{
color: #EC00C7;
}
.AnyTagClassName
{
color: #EC00C7;
}
</style>
background-color css
<style>
a { background-color: #EC00C7; }
a { background-color: rgb(236,0,199); }
div.DivClassName
{
background-color: #EC00C7;
}
.BgClassName
{
background-color: #EC00C7;
}
</style>
border-color css
<style>
span { border-color: #EC00C7; }
span { border-color: rgb(236,0,199); }
td.TdClassName
{
border-color: #EC00C7;
}
.TagClassName
{
border-color: #EC00C7;
}
</style>