Shades of Hot Magenta #EC0FD2
Tints of Hot Magenta #EC0FD2
RGB
CMYK
RGB Variations
Color information
#EC0FD2 (or 0xEC0FD2) is known color: Hot Magenta. HEX triplet: EC, 0F and D2. RGB value is (236,15,210). Sum of RGB (Red+Green+Blue) = 236+15+210=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 15 (6.25% from 255 or 3.25% from 461); Blue value is 210 (82.42% from 255 or 45.55% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0FD2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0FD2 is #13F02D. Grayscale: #666666. Windows color (decimal): -1306670 or 13766636. OLE color: 13766636.
HSL color Cylindrical-coordinate representation of color #EC0FD2: hue angle of 307.06º 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 #EC0FD2 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 15 | 210 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.07 |
| HSL | 307.06º | 0.88% | 0.49% | - |
| HSV(B) | 307.06º | 0.94% | 0.93% | - |
| XYZ | 46.4 | 22.83 | 62.93 | - |
| YUV | 103.31 | 188.22 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 15 | 210 | 0 | 0.94 | 0.11 | 0.07 | 307.06 | 0.88 | 0.49 |
| Hex | EC | F | D2 | 0 | 5E | B | 7 | 133 | 58 | 31 |
| Octal | 354 | 17 | 322 | 0 | 136 | 13 | 7 | 463 | 130 | 61 |
| Binary | 11101100 | 1111 | 11010010 | 0 | 1011110 | 1011 | 111 | 100110011 | 1011000 | 110001 |
Color Harmonies of #EC0FD2
Complementary color
Monochromatic Colors of #EC0FD2
Black with #EC0FD2
Text Example
Text Example
White with #EC0FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0FD2; }
p { color: rgb(236,15,210); }
H1.HeaderClassName
{
color: #EC0FD2;
}
.AnyTagClassName
{
color: #EC0FD2;
}
</style>
background-color css
<style>
a { background-color: #EC0FD2; }
a { background-color: rgb(236,15,210); }
div.DivClassName
{
background-color: #EC0FD2;
}
.BgClassName
{
background-color: #EC0FD2;
}
</style>
border-color css
<style>
span { border-color: #EC0FD2; }
span { border-color: rgb(236,15,210); }
td.TdClassName
{
border-color: #EC0FD2;
}
.TagClassName
{
border-color: #EC0FD2;
}
</style>