Shades of Hot Magenta #EC04D5
Tints of Hot Magenta #EC04D5
RGB
CMYK
RGB Variations
Color information
#EC04D5 (or 0xEC04D5) is known color: Hot Magenta. HEX triplet: EC, 04 and D5. RGB value is (236,4,213). Sum of RGB (Red+Green+Blue) = 236+4+213=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 4 (1.95% from 255 or 0.88% from 453); Blue value is 213 (83.59% from 255 or 47.02% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC04D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC04D5 is #13FB2A. Grayscale: #606060. Windows color (decimal): -1309483 or 13960428. OLE color: 13960428.
HSL color Cylindrical-coordinate representation of color #EC04D5: hue angle of 305.95º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC04D5 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 4 | 213 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.07 |
| HSL | 305.95º | 0.97% | 0.47% | - |
| HSV(B) | 305.95º | 0.98% | 0.93% | - |
| XYZ | 46.65 | 22.72 | 64.88 | - |
| YUV | 97.19 | 193.36 | 227.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 4 | 213 | 0 | 0.98 | 0.10 | 0.07 | 305.95 | 0.97 | 0.47 |
| Hex | EC | 4 | D5 | 0 | 62 | A | 7 | 132 | 61 | 2F |
| Octal | 354 | 4 | 325 | 0 | 142 | 12 | 7 | 462 | 141 | 57 |
| Binary | 11101100 | 100 | 11010101 | 0 | 1100010 | 1010 | 111 | 100110010 | 1100001 | 101111 |
Color Harmonies of #EC04D5
Complementary color
Monochromatic Colors of #EC04D5
Black with #EC04D5
Text Example
Text Example
White with #EC04D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC04D5; }
p { color: rgb(236,4,213); }
H1.HeaderClassName
{
color: #EC04D5;
}
.AnyTagClassName
{
color: #EC04D5;
}
</style>
background-color css
<style>
a { background-color: #EC04D5; }
a { background-color: rgb(236,4,213); }
div.DivClassName
{
background-color: #EC04D5;
}
.BgClassName
{
background-color: #EC04D5;
}
</style>
border-color css
<style>
span { border-color: #EC04D5; }
span { border-color: rgb(236,4,213); }
td.TdClassName
{
border-color: #EC04D5;
}
.TagClassName
{
border-color: #EC04D5;
}
</style>