Shades of Hot Magenta #EC0ED8
Tints of Hot Magenta #EC0ED8
RGB
CMYK
RGB Variations
Color information
#EC0ED8 (or 0xEC0ED8) is known color: Hot Magenta. HEX triplet: EC, 0E and D8. RGB value is (236,14,216). Sum of RGB (Red+Green+Blue) = 236+14+216=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 14 (5.86% from 255 or 3.00% from 466); Blue value is 216 (84.77% from 255 or 46.35% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0ED8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0ED8 is #13F127. Grayscale: #666666. Windows color (decimal): -1306920 or 14159596. OLE color: 14159596.
HSL color Cylindrical-coordinate representation of color #EC0ED8: hue angle of 305.41º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0ED8 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 14 | 216 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.07 |
| HSL | 305.41º | 0.89% | 0.49% | - |
| HSV(B) | 305.41º | 0.94% | 0.93% | - |
| XYZ | 47.14 | 23.1 | 66.94 | - |
| YUV | 103.41 | 191.55 | 222.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 14 | 216 | 0 | 0.94 | 0.08 | 0.07 | 305.41 | 0.89 | 0.49 |
| Hex | EC | E | D8 | 0 | 5E | 8 | 7 | 131 | 59 | 31 |
| Octal | 354 | 16 | 330 | 0 | 136 | 10 | 7 | 461 | 131 | 61 |
| Binary | 11101100 | 1110 | 11011000 | 0 | 1011110 | 1000 | 111 | 100110001 | 1011001 | 110001 |
Color Harmonies of #EC0ED8
Complementary color
Monochromatic Colors of #EC0ED8
Black with #EC0ED8
Text Example
Text Example
White with #EC0ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0ED8; }
p { color: rgb(236,14,216); }
H1.HeaderClassName
{
color: #EC0ED8;
}
.AnyTagClassName
{
color: #EC0ED8;
}
</style>
background-color css
<style>
a { background-color: #EC0ED8; }
a { background-color: rgb(236,14,216); }
div.DivClassName
{
background-color: #EC0ED8;
}
.BgClassName
{
background-color: #EC0ED8;
}
</style>
border-color css
<style>
span { border-color: #EC0ED8; }
span { border-color: rgb(236,14,216); }
td.TdClassName
{
border-color: #EC0ED8;
}
.TagClassName
{
border-color: #EC0ED8;
}
</style>