Shades of Hot Magenta #EC02D1
Tints of Hot Magenta #EC02D1
RGB
CMYK
RGB Variations
Color information
#EC02D1 (or 0xEC02D1) is known color: Hot Magenta. HEX triplet: EC, 02 and D1. RGB value is (236,2,209). Sum of RGB (Red+Green+Blue) = 236+2+209=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 2 (1.17% from 255 or 0.45% from 447); Blue value is 209 (82.03% from 255 or 46.76% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC02D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC02D1 is #13FD2E. Grayscale: #5E5E5E. Windows color (decimal): -1309999 or 13697772. OLE color: 13697772.
HSL color Cylindrical-coordinate representation of color #EC02D1: hue angle of 306.92º 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 #EC02D1 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 209 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.07 |
| HSL | 306.92º | 0.98% | 0.47% | - |
| HSV(B) | 306.92º | 0.99% | 0.93% | - |
| XYZ | 46.12 | 22.48 | 62.23 | - |
| YUV | 95.56 | 192.02 | 228.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 209 | 0 | 0.99 | 0.11 | 0.07 | 306.92 | 0.98 | 0.47 |
| Hex | EC | 2 | D1 | 0 | 63 | B | 7 | 133 | 62 | 2F |
| Octal | 354 | 2 | 321 | 0 | 143 | 13 | 7 | 463 | 142 | 57 |
| Binary | 11101100 | 10 | 11010001 | 0 | 1100011 | 1011 | 111 | 100110011 | 1100010 | 101111 |
Color Harmonies of #EC02D1
Complementary color
Monochromatic Colors of #EC02D1
Black with #EC02D1
Text Example
Text Example
White with #EC02D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC02D1; }
p { color: rgb(236,2,209); }
H1.HeaderClassName
{
color: #EC02D1;
}
.AnyTagClassName
{
color: #EC02D1;
}
</style>
background-color css
<style>
a { background-color: #EC02D1; }
a { background-color: rgb(236,2,209); }
div.DivClassName
{
background-color: #EC02D1;
}
.BgClassName
{
background-color: #EC02D1;
}
</style>
border-color css
<style>
span { border-color: #EC02D1; }
span { border-color: rgb(236,2,209); }
td.TdClassName
{
border-color: #EC02D1;
}
.TagClassName
{
border-color: #EC02D1;
}
</style>