Shades of Magenta #EC10E6
Tints of Magenta #EC10E6
RGB
CMYK
RGB Variations
Color information
#EC10E6 (or 0xEC10E6) is known color: Magenta. HEX triplet: EC, 10 and E6. RGB value is (236,16,230). Sum of RGB (Red+Green+Blue) = 236+16+230=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 16 (6.64% from 255 or 3.32% from 482); Blue value is 230 (90.23% from 255 or 47.72% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC10E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC10E6 is #13EF19. Grayscale: #696969. Windows color (decimal): -1306394 or 15077612. OLE color: 15077612.
HSL color Cylindrical-coordinate representation of color #EC10E6: hue angle of 301.64º 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 #EC10E6 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 230 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.07 |
| HSL | 301.64º | 0.87% | 0.49% | - |
| HSV(B) | 301.64º | 0.93% | 0.93% | - |
| XYZ | 49.06 | 23.92 | 76.89 | - |
| YUV | 106.18 | 197.89 | 220.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 230 | 0 | 0.93 | 0.03 | 0.07 | 301.64 | 0.87 | 0.49 |
| Hex | EC | 10 | E6 | 0 | 5D | 3 | 7 | 12E | 57 | 31 |
| Octal | 354 | 20 | 346 | 0 | 135 | 3 | 7 | 456 | 127 | 61 |
| Binary | 11101100 | 10000 | 11100110 | 0 | 1011101 | 11 | 111 | 100101110 | 1010111 | 110001 |
Color Harmonies of #EC10E6
Complementary color
Monochromatic Colors of #EC10E6
Black with #EC10E6
Text Example
Text Example
White with #EC10E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC10E6; }
p { color: rgb(236,16,230); }
H1.HeaderClassName
{
color: #EC10E6;
}
.AnyTagClassName
{
color: #EC10E6;
}
</style>
background-color css
<style>
a { background-color: #EC10E6; }
a { background-color: rgb(236,16,230); }
div.DivClassName
{
background-color: #EC10E6;
}
.BgClassName
{
background-color: #EC10E6;
}
</style>
border-color css
<style>
span { border-color: #EC10E6; }
span { border-color: rgb(236,16,230); }
td.TdClassName
{
border-color: #EC10E6;
}
.TagClassName
{
border-color: #EC10E6;
}
</style>