Shades of Hot Magenta #EC00DF
Tints of Hot Magenta #EC00DF
RGB
CMYK
RGB Variations
Color information
#EC00DF (or 0xEC00DF) is known color: Hot Magenta. HEX triplet: EC, 00 and DF. RGB value is (236,0,223). Sum of RGB (Red+Green+Blue) = 236+0+223=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 0 (0.39% from 255 or 0% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC00DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC00DF is #13FF20. Grayscale: #5F5F5F. Windows color (decimal): -1310497 or 14614764. OLE color: 14614764.
HSL color Cylindrical-coordinate representation of color #EC00DF: hue angle of 303.31º 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 #EC00DF is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 223 | - |
| CMYK | 0 | 1 | 0.06 | 0.07 |
| HSL | 303.31º | 1% | 0.46% | - |
| HSV(B) | 303.31º | 1% | 0.93% | - |
| XYZ | 47.91 | 23.16 | 71.76 | - |
| YUV | 95.99 | 199.69 | 227.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 223 | 0 | 1 | 0.06 | 0.07 | 303.31 | 1 | 0.46 |
| Hex | EC | 0 | DF | 0 | 64 | 6 | 7 | 12F | 64 | 2E |
| Octal | 354 | 0 | 337 | 0 | 144 | 6 | 7 | 457 | 144 | 56 |
| Binary | 11101100 | 0 | 11011111 | 0 | 1100100 | 110 | 111 | 100101111 | 1100100 | 101110 |
Color Harmonies of #EC00DF
Complementary color
Monochromatic Colors of #EC00DF
Black with #EC00DF
Text Example
Text Example
White with #EC00DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC00DF; }
p { color: rgb(236,0,223); }
H1.HeaderClassName
{
color: #EC00DF;
}
.AnyTagClassName
{
color: #EC00DF;
}
</style>
background-color css
<style>
a { background-color: #EC00DF; }
a { background-color: rgb(236,0,223); }
div.DivClassName
{
background-color: #EC00DF;
}
.BgClassName
{
background-color: #EC00DF;
}
</style>
border-color css
<style>
span { border-color: #EC00DF; }
span { border-color: rgb(236,0,223); }
td.TdClassName
{
border-color: #EC00DF;
}
.TagClassName
{
border-color: #EC00DF;
}
</style>