Shades of Magenta #EC12E8
Tints of Magenta #EC12E8
RGB
CMYK
RGB Variations
Color information
#EC12E8 (or 0xEC12E8) is known color: Magenta. HEX triplet: EC, 12 and E8. RGB value is (236,18,232). Sum of RGB (Red+Green+Blue) = 236+18+232=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 18 (7.42% from 255 or 3.70% from 486); Blue value is 232 (91.02% from 255 or 47.74% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC12E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC12E8 is #13ED17. Grayscale: #6A6A6A. Windows color (decimal): -1305880 or 15209196. OLE color: 15209196.
HSL color Cylindrical-coordinate representation of color #EC12E8: hue angle of 301.1º 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 #EC12E8 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 232 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.07 |
| HSL | 301.1º | 0.86% | 0.5% | - |
| HSV(B) | 301.1º | 0.92% | 0.93% | - |
| XYZ | 49.37 | 24.09 | 78.39 | - |
| YUV | 107.58 | 198.22 | 219.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 232 | 0 | 0.92 | 0.02 | 0.07 | 301.1 | 0.86 | 0.5 |
| Hex | EC | 12 | E8 | 0 | 5C | 2 | 7 | 12D | 56 | 32 |
| Octal | 354 | 22 | 350 | 0 | 134 | 2 | 7 | 455 | 126 | 62 |
| Binary | 11101100 | 10010 | 11101000 | 0 | 1011100 | 10 | 111 | 100101101 | 1010110 | 110010 |
Color Harmonies of #EC12E8
Complementary color
Monochromatic Colors of #EC12E8
Black with #EC12E8
Text Example
Text Example
White with #EC12E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC12E8; }
p { color: rgb(236,18,232); }
H1.HeaderClassName
{
color: #EC12E8;
}
.AnyTagClassName
{
color: #EC12E8;
}
</style>
background-color css
<style>
a { background-color: #EC12E8; }
a { background-color: rgb(236,18,232); }
div.DivClassName
{
background-color: #EC12E8;
}
.BgClassName
{
background-color: #EC12E8;
}
</style>
border-color css
<style>
span { border-color: #EC12E8; }
span { border-color: rgb(236,18,232); }
td.TdClassName
{
border-color: #EC12E8;
}
.TagClassName
{
border-color: #EC12E8;
}
</style>