Shades of Hot Magenta #EC00DC
Tints of Hot Magenta #EC00DC
RGB
CMYK
RGB Variations
Color information
#EC00DC (or 0xEC00DC) is known color: Hot Magenta. HEX triplet: EC, 00 and DC. RGB value is (236,0,220). Sum of RGB (Red+Green+Blue) = 236+0+220=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 0 (0.39% from 255 or 0% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC00DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC00DC is #13FF23. Grayscale: #5F5F5F. Windows color (decimal): -1310500 or 14418156. OLE color: 14418156.
HSL color Cylindrical-coordinate representation of color #EC00DC: hue angle of 304.07º 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 #EC00DC is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 220 | - |
| CMYK | 0 | 1 | 0.07 | 0.07 |
| HSL | 304.07º | 1% | 0.46% | - |
| HSV(B) | 304.07º | 1% | 0.93% | - |
| XYZ | 47.51 | 23 | 69.65 | - |
| YUV | 95.64 | 198.19 | 228.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 220 | 0 | 1 | 0.07 | 0.07 | 304.07 | 1 | 0.46 |
| Hex | EC | 0 | DC | 0 | 64 | 7 | 7 | 130 | 64 | 2E |
| Octal | 354 | 0 | 334 | 0 | 144 | 7 | 7 | 460 | 144 | 56 |
| Binary | 11101100 | 0 | 11011100 | 0 | 1100100 | 111 | 111 | 100110000 | 1100100 | 101110 |
Color Harmonies of #EC00DC
Complementary color
Monochromatic Colors of #EC00DC
Black with #EC00DC
Text Example
Text Example
White with #EC00DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC00DC; }
p { color: rgb(236,0,220); }
H1.HeaderClassName
{
color: #EC00DC;
}
.AnyTagClassName
{
color: #EC00DC;
}
</style>
background-color css
<style>
a { background-color: #EC00DC; }
a { background-color: rgb(236,0,220); }
div.DivClassName
{
background-color: #EC00DC;
}
.BgClassName
{
background-color: #EC00DC;
}
</style>
border-color css
<style>
span { border-color: #EC00DC; }
span { border-color: rgb(236,0,220); }
td.TdClassName
{
border-color: #EC00DC;
}
.TagClassName
{
border-color: #EC00DC;
}
</style>