Shades of Hot Magenta #EC04DD
Tints of Hot Magenta #EC04DD
RGB
CMYK
RGB Variations
Color information
#EC04DD (or 0xEC04DD) is known color: Hot Magenta. HEX triplet: EC, 04 and DD. RGB value is (236,4,221). Sum of RGB (Red+Green+Blue) = 236+4+221=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 4 (1.95% from 255 or 0.87% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC04DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC04DD is #13FB22. Grayscale: #616161. Windows color (decimal): -1309475 or 14484716. OLE color: 14484716.
HSL color Cylindrical-coordinate representation of color #EC04DD: hue angle of 303.88º 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 #EC04DD is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 4 | 221 | - |
CMYK | 0 | 0.98 | 0.06 | 0.07 |
HSL | 303.88º | 0.97% | 0.47% | - |
HSV(B) | 303.88º | 0.98% | 0.93% | - |
XYZ | 47.69 | 23.14 | 70.36 | - |
YUV | 98.11 | 197.36 | 226.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 4 | 221 | 0 | 0.98 | 0.06 | 0.07 | 303.88 | 0.97 | 0.47 |
Hex | EC | 4 | DD | 0 | 62 | 6 | 7 | 130 | 61 | 2F |
Octal | 354 | 4 | 335 | 0 | 142 | 6 | 7 | 460 | 141 | 57 |
Binary | 11101100 | 100 | 11011101 | 0 | 1100010 | 110 | 111 | 100110000 | 1100001 | 101111 |
Color Harmonies of #EC04DD
Complementary color
Monochromatic Colors of #EC04DD
Black with #EC04DD
Text Example
Text Example
White with #EC04DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC04DD; }
p { color: rgb(236,4,221); }
H1.HeaderClassName
{
color: #EC04DD;
}
.AnyTagClassName
{
color: #EC04DD;
}
</style>
background-color css
<style>
a { background-color: #EC04DD; }
a { background-color: rgb(236,4,221); }
div.DivClassName
{
background-color: #EC04DD;
}
.BgClassName
{
background-color: #EC04DD;
}
</style>
border-color css
<style>
span { border-color: #EC04DD; }
span { border-color: rgb(236,4,221); }
td.TdClassName
{
border-color: #EC04DD;
}
.TagClassName
{
border-color: #EC04DD;
}
</style>