Shades of Hot Magenta #EC02DF
Tints of Hot Magenta #EC02DF
RGB
CMYK
RGB Variations
Color information
#EC02DF (or 0xEC02DF) is known color: Hot Magenta. HEX triplet: EC, 02 and DF. RGB value is (236,2,223). Sum of RGB (Red+Green+Blue) = 236+2+223=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 2 (1.17% from 255 or 0.43% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC02DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC02DF is #13FD20. Grayscale: #606060. Windows color (decimal): -1309985 or 14615276. OLE color: 14615276.
HSL color Cylindrical-coordinate representation of color #EC02DF: hue angle of 303.33º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC02DF is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 223 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.07 |
| HSL | 303.33º | 0.98% | 0.47% | - |
| HSV(B) | 303.33º | 0.99% | 0.93% | - |
| XYZ | 47.93 | 23.2 | 71.76 | - |
| YUV | 97.16 | 199.02 | 227.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 223 | 0 | 0.99 | 0.06 | 0.07 | 303.33 | 0.98 | 0.47 |
| Hex | EC | 2 | DF | 0 | 63 | 6 | 7 | 12F | 62 | 2F |
| Octal | 354 | 2 | 337 | 0 | 143 | 6 | 7 | 457 | 142 | 57 |
| Binary | 11101100 | 10 | 11011111 | 0 | 1100011 | 110 | 111 | 100101111 | 1100010 | 101111 |
Color Harmonies of #EC02DF
Complementary color
Monochromatic Colors of #EC02DF
Black with #EC02DF
Text Example
Text Example
White with #EC02DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC02DF; }
p { color: rgb(236,2,223); }
H1.HeaderClassName
{
color: #EC02DF;
}
.AnyTagClassName
{
color: #EC02DF;
}
</style>
background-color css
<style>
a { background-color: #EC02DF; }
a { background-color: rgb(236,2,223); }
div.DivClassName
{
background-color: #EC02DF;
}
.BgClassName
{
background-color: #EC02DF;
}
</style>
border-color css
<style>
span { border-color: #EC02DF; }
span { border-color: rgb(236,2,223); }
td.TdClassName
{
border-color: #EC02DF;
}
.TagClassName
{
border-color: #EC02DF;
}
</style>