Shades of Hot Magenta #EC0FDE
Tints of Hot Magenta #EC0FDE
RGB
CMYK
RGB Variations
Color information
#EC0FDE (or 0xEC0FDE) is known color: Hot Magenta. HEX triplet: EC, 0F and DE. RGB value is (236,15,222). Sum of RGB (Red+Green+Blue) = 236+15+222=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 15 (6.25% from 255 or 3.17% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0FDE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0FDE is #13F021. Grayscale: #686868. Windows color (decimal): -1306658 or 14553068. OLE color: 14553068.
HSL color Cylindrical-coordinate representation of color #EC0FDE: hue angle of 303.8º degrees, saturation: 0.88, 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 #EC0FDE is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 15 | 222 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.07 |
| HSL | 303.8º | 0.88% | 0.49% | - |
| HSV(B) | 303.8º | 0.94% | 0.93% | - |
| XYZ | 47.95 | 23.45 | 71.11 | - |
| YUV | 104.68 | 194.22 | 221.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 15 | 222 | 0 | 0.94 | 0.06 | 0.07 | 303.8 | 0.88 | 0.49 |
| Hex | EC | F | DE | 0 | 5E | 6 | 7 | 130 | 58 | 31 |
| Octal | 354 | 17 | 336 | 0 | 136 | 6 | 7 | 460 | 130 | 61 |
| Binary | 11101100 | 1111 | 11011110 | 0 | 1011110 | 110 | 111 | 100110000 | 1011000 | 110001 |
Color Harmonies of #EC0FDE
Complementary color
Monochromatic Colors of #EC0FDE
Black with #EC0FDE
Text Example
Text Example
White with #EC0FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0FDE; }
p { color: rgb(236,15,222); }
H1.HeaderClassName
{
color: #EC0FDE;
}
.AnyTagClassName
{
color: #EC0FDE;
}
</style>
background-color css
<style>
a { background-color: #EC0FDE; }
a { background-color: rgb(236,15,222); }
div.DivClassName
{
background-color: #EC0FDE;
}
.BgClassName
{
background-color: #EC0FDE;
}
</style>
border-color css
<style>
span { border-color: #EC0FDE; }
span { border-color: rgb(236,15,222); }
td.TdClassName
{
border-color: #EC0FDE;
}
.TagClassName
{
border-color: #EC0FDE;
}
</style>