Shades of Hot Magenta #EC12E1
Tints of Hot Magenta #EC12E1
RGB
CMYK
RGB Variations
Color information
#EC12E1 (or 0xEC12E1) is known color: Hot Magenta. HEX triplet: EC, 12 and E1. RGB value is (236,18,225). Sum of RGB (Red+Green+Blue) = 236+18+225=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 18 (7.42% from 255 or 3.76% from 479); Blue value is 225 (88.28% from 255 or 46.97% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC12E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC12E1 is #13ED1E. Grayscale: #6A6A6A. Windows color (decimal): -1305887 or 14750444. OLE color: 14750444.
HSL color Cylindrical-coordinate representation of color #EC12E1: hue angle of 303.03º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC12E1 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 225 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.07 |
| HSL | 303.03º | 0.86% | 0.5% | - |
| HSV(B) | 303.03º | 0.92% | 0.93% | - |
| XYZ | 48.4 | 23.7 | 73.26 | - |
| YUV | 106.78 | 194.72 | 220.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 225 | 0 | 0.92 | 0.05 | 0.07 | 303.03 | 0.86 | 0.5 |
| Hex | EC | 12 | E1 | 0 | 5C | 5 | 7 | 12F | 56 | 32 |
| Octal | 354 | 22 | 341 | 0 | 134 | 5 | 7 | 457 | 126 | 62 |
| Binary | 11101100 | 10010 | 11100001 | 0 | 1011100 | 101 | 111 | 100101111 | 1010110 | 110010 |
Color Harmonies of #EC12E1
Complementary color
Monochromatic Colors of #EC12E1
Black with #EC12E1
Text Example
Text Example
White with #EC12E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC12E1; }
p { color: rgb(236,18,225); }
H1.HeaderClassName
{
color: #EC12E1;
}
.AnyTagClassName
{
color: #EC12E1;
}
</style>
background-color css
<style>
a { background-color: #EC12E1; }
a { background-color: rgb(236,18,225); }
div.DivClassName
{
background-color: #EC12E1;
}
.BgClassName
{
background-color: #EC12E1;
}
</style>
border-color css
<style>
span { border-color: #EC12E1; }
span { border-color: rgb(236,18,225); }
td.TdClassName
{
border-color: #EC12E1;
}
.TagClassName
{
border-color: #EC12E1;
}
</style>