Shades of Hot Magenta #EC03D9
Tints of Hot Magenta #EC03D9
RGB
CMYK
RGB Variations
Color information
#EC03D9 (or 0xEC03D9) is known color: Hot Magenta. HEX triplet: EC, 03 and D9. RGB value is (236,3,217). Sum of RGB (Red+Green+Blue) = 236+3+217=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 3 (1.56% from 255 or 0.66% from 456); Blue value is 217 (85.16% from 255 or 47.59% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC03D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC03D9 is #13FC26. Grayscale: #606060. Windows color (decimal): -1309735 or 14222316. OLE color: 14222316.
HSL color Cylindrical-coordinate representation of color #EC03D9: hue angle of 304.89º degrees, saturation: 0.97, 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 #EC03D9 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 217 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.07 |
| HSL | 304.89º | 0.97% | 0.47% | - |
| HSV(B) | 304.89º | 0.99% | 0.93% | - |
| XYZ | 47.15 | 22.91 | 67.58 | - |
| YUV | 97.06 | 195.69 | 227.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 217 | 0 | 0.99 | 0.08 | 0.07 | 304.89 | 0.97 | 0.47 |
| Hex | EC | 3 | D9 | 0 | 63 | 8 | 7 | 131 | 61 | 2F |
| Octal | 354 | 3 | 331 | 0 | 143 | 10 | 7 | 461 | 141 | 57 |
| Binary | 11101100 | 11 | 11011001 | 0 | 1100011 | 1000 | 111 | 100110001 | 1100001 | 101111 |
Color Harmonies of #EC03D9
Complementary color
Monochromatic Colors of #EC03D9
Black with #EC03D9
Text Example
Text Example
White with #EC03D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC03D9; }
p { color: rgb(236,3,217); }
H1.HeaderClassName
{
color: #EC03D9;
}
.AnyTagClassName
{
color: #EC03D9;
}
</style>
background-color css
<style>
a { background-color: #EC03D9; }
a { background-color: rgb(236,3,217); }
div.DivClassName
{
background-color: #EC03D9;
}
.BgClassName
{
background-color: #EC03D9;
}
</style>
border-color css
<style>
span { border-color: #EC03D9; }
span { border-color: rgb(236,3,217); }
td.TdClassName
{
border-color: #EC03D9;
}
.TagClassName
{
border-color: #EC03D9;
}
</style>