Shades of Magenta #EC10E8
Tints of Magenta #EC10E8
RGB
CMYK
RGB Variations
Color information
#EC10E8 (or 0xEC10E8) is known color: Magenta. HEX triplet: EC, 10 and E8. RGB value is (236,16,232). Sum of RGB (Red+Green+Blue) = 236+16+232=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 16 (6.64% from 255 or 3.31% from 484); Blue value is 232 (91.02% from 255 or 47.93% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC10E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC10E8 is #13EF17. Grayscale: #696969. Windows color (decimal): -1306392 or 15208684. OLE color: 15208684.
HSL color Cylindrical-coordinate representation of color #EC10E8: hue angle of 301.09º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC10E8 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 232 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.07 |
| HSL | 301.09º | 0.87% | 0.49% | - |
| HSV(B) | 301.09º | 0.93% | 0.93% | - |
| XYZ | 49.34 | 24.03 | 78.38 | - |
| YUV | 106.4 | 198.89 | 220.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 232 | 0 | 0.93 | 0.02 | 0.07 | 301.09 | 0.87 | 0.49 |
| Hex | EC | 10 | E8 | 0 | 5D | 2 | 7 | 12D | 57 | 31 |
| Octal | 354 | 20 | 350 | 0 | 135 | 2 | 7 | 455 | 127 | 61 |
| Binary | 11101100 | 10000 | 11101000 | 0 | 1011101 | 10 | 111 | 100101101 | 1010111 | 110001 |
Color Harmonies of #EC10E8
Complementary color
Monochromatic Colors of #EC10E8
Black with #EC10E8
Text Example
Text Example
White with #EC10E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC10E8; }
p { color: rgb(236,16,232); }
H1.HeaderClassName
{
color: #EC10E8;
}
.AnyTagClassName
{
color: #EC10E8;
}
</style>
background-color css
<style>
a { background-color: #EC10E8; }
a { background-color: rgb(236,16,232); }
div.DivClassName
{
background-color: #EC10E8;
}
.BgClassName
{
background-color: #EC10E8;
}
</style>
border-color css
<style>
span { border-color: #EC10E8; }
span { border-color: rgb(236,16,232); }
td.TdClassName
{
border-color: #EC10E8;
}
.TagClassName
{
border-color: #EC10E8;
}
</style>