Shades of Hot Magenta #EC06DF
Tints of Hot Magenta #EC06DF
RGB
CMYK
RGB Variations
Color information
#EC06DF (or 0xEC06DF) is known color: Hot Magenta. HEX triplet: EC, 06 and DF. RGB value is (236,6,223). Sum of RGB (Red+Green+Blue) = 236+6+223=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 6 (2.73% from 255 or 1.29% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC06DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC06DF is #13F920. Grayscale: #626262. Windows color (decimal): -1308961 or 14616300. OLE color: 14616300.
HSL color Cylindrical-coordinate representation of color #EC06DF: hue angle of 303.39º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC06DF is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 6 | 223 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.07 |
| HSL | 303.39º | 0.95% | 0.47% | - |
| HSV(B) | 303.39º | 0.97% | 0.93% | - |
| XYZ | 47.98 | 23.29 | 71.78 | - |
| YUV | 99.51 | 197.7 | 225.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 6 | 223 | 0 | 0.97 | 0.06 | 0.07 | 303.39 | 0.95 | 0.47 |
| Hex | EC | 6 | DF | 0 | 61 | 6 | 7 | 12F | 5F | 2F |
| Octal | 354 | 6 | 337 | 0 | 141 | 6 | 7 | 457 | 137 | 57 |
| Binary | 11101100 | 110 | 11011111 | 0 | 1100001 | 110 | 111 | 100101111 | 1011111 | 101111 |
Color Harmonies of #EC06DF
Complementary color
Monochromatic Colors of #EC06DF
Black with #EC06DF
Text Example
Text Example
White with #EC06DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC06DF; }
p { color: rgb(236,6,223); }
H1.HeaderClassName
{
color: #EC06DF;
}
.AnyTagClassName
{
color: #EC06DF;
}
</style>
background-color css
<style>
a { background-color: #EC06DF; }
a { background-color: rgb(236,6,223); }
div.DivClassName
{
background-color: #EC06DF;
}
.BgClassName
{
background-color: #EC06DF;
}
</style>
border-color css
<style>
span { border-color: #EC06DF; }
span { border-color: rgb(236,6,223); }
td.TdClassName
{
border-color: #EC06DF;
}
.TagClassName
{
border-color: #EC06DF;
}
</style>