Shades of Hot Magenta #EC03DF
Tints of Hot Magenta #EC03DF
RGB
CMYK
RGB Variations
Color information
#EC03DF (or 0xEC03DF) is known color: Hot Magenta. HEX triplet: EC, 03 and DF. RGB value is (236,3,223). Sum of RGB (Red+Green+Blue) = 236+3+223=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 3 (1.56% from 255 or 0.65% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC03DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC03DF is #13FC20. Grayscale: #616161. Windows color (decimal): -1309729 or 14615532. OLE color: 14615532.
HSL color Cylindrical-coordinate representation of color #EC03DF: hue angle of 303.35º 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 #EC03DF is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 223 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.07 |
| HSL | 303.35º | 0.97% | 0.47% | - |
| HSV(B) | 303.35º | 0.99% | 0.93% | - |
| XYZ | 47.94 | 23.23 | 71.77 | - |
| YUV | 97.75 | 198.69 | 226.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 223 | 0 | 0.99 | 0.06 | 0.07 | 303.35 | 0.97 | 0.47 |
| Hex | EC | 3 | DF | 0 | 63 | 6 | 7 | 12F | 61 | 2F |
| Octal | 354 | 3 | 337 | 0 | 143 | 6 | 7 | 457 | 141 | 57 |
| Binary | 11101100 | 11 | 11011111 | 0 | 1100011 | 110 | 111 | 100101111 | 1100001 | 101111 |
Color Harmonies of #EC03DF
Complementary color
Monochromatic Colors of #EC03DF
Black with #EC03DF
Text Example
Text Example
White with #EC03DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC03DF; }
p { color: rgb(236,3,223); }
H1.HeaderClassName
{
color: #EC03DF;
}
.AnyTagClassName
{
color: #EC03DF;
}
</style>
background-color css
<style>
a { background-color: #EC03DF; }
a { background-color: rgb(236,3,223); }
div.DivClassName
{
background-color: #EC03DF;
}
.BgClassName
{
background-color: #EC03DF;
}
</style>
border-color css
<style>
span { border-color: #EC03DF; }
span { border-color: rgb(236,3,223); }
td.TdClassName
{
border-color: #EC03DF;
}
.TagClassName
{
border-color: #EC03DF;
}
</style>