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