Shades of Hot Magenta #EC0DE2
Tints of Hot Magenta #EC0DE2
RGB
CMYK
RGB Variations
Color information
#EC0DE2 (or 0xEC0DE2) is known color: Hot Magenta. HEX triplet: EC, 0D and E2. RGB value is (236,13,226). Sum of RGB (Red+Green+Blue) = 236+13+226=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 13 (5.47% from 255 or 2.74% from 475); Blue value is 226 (88.67% from 255 or 47.58% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0DE2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0DE2 is #13F21D. Grayscale: #676767. Windows color (decimal): -1307166 or 14814700. OLE color: 14814700.
HSL color Cylindrical-coordinate representation of color #EC0DE2: hue angle of 302.69º degrees, saturation: 0.9, 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 #EC0DE2 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 13 | 226 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.07 |
| HSL | 302.69º | 0.9% | 0.49% | - |
| HSV(B) | 302.69º | 0.94% | 0.93% | - |
| XYZ | 48.46 | 23.61 | 73.95 | - |
| YUV | 103.96 | 196.88 | 222.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 13 | 226 | 0 | 0.94 | 0.04 | 0.07 | 302.69 | 0.9 | 0.49 |
| Hex | EC | D | E2 | 0 | 5E | 4 | 7 | 12F | 5A | 31 |
| Octal | 354 | 15 | 342 | 0 | 136 | 4 | 7 | 457 | 132 | 61 |
| Binary | 11101100 | 1101 | 11100010 | 0 | 1011110 | 100 | 111 | 100101111 | 1011010 | 110001 |
Color Harmonies of #EC0DE2
Complementary color
Monochromatic Colors of #EC0DE2
Black with #EC0DE2
Text Example
Text Example
White with #EC0DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0DE2; }
p { color: rgb(236,13,226); }
H1.HeaderClassName
{
color: #EC0DE2;
}
.AnyTagClassName
{
color: #EC0DE2;
}
</style>
background-color css
<style>
a { background-color: #EC0DE2; }
a { background-color: rgb(236,13,226); }
div.DivClassName
{
background-color: #EC0DE2;
}
.BgClassName
{
background-color: #EC0DE2;
}
</style>
border-color css
<style>
span { border-color: #EC0DE2; }
span { border-color: rgb(236,13,226); }
td.TdClassName
{
border-color: #EC0DE2;
}
.TagClassName
{
border-color: #EC0DE2;
}
</style>