Shades of Magenta #EC10EA
Tints of Magenta #EC10EA
RGB
CMYK
RGB Variations
Color information
#EC10EA (or 0xEC10EA) is known color: Magenta. HEX triplet: EC, 10 and EA. RGB value is (236,16,234). Sum of RGB (Red+Green+Blue) = 236+16+234=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 16 (6.64% from 255 or 3.29% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC10EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC10EA is #13EF15. Grayscale: #696969. Windows color (decimal): -1306390 or 15339756. OLE color: 15339756.
HSL color Cylindrical-coordinate representation of color #EC10EA: hue angle of 300.55º 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 #EC10EA is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 234 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.07 |
| HSL | 300.55º | 0.87% | 0.49% | - |
| HSV(B) | 300.55º | 0.93% | 0.93% | - |
| XYZ | 49.63 | 24.14 | 79.89 | - |
| YUV | 106.63 | 199.89 | 220.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 234 | 0 | 0.93 | 0.01 | 0.07 | 300.55 | 0.87 | 0.49 |
| Hex | EC | 10 | EA | 0 | 5D | 1 | 7 | 12D | 57 | 31 |
| Octal | 354 | 20 | 352 | 0 | 135 | 1 | 7 | 455 | 127 | 61 |
| Binary | 11101100 | 10000 | 11101010 | 0 | 1011101 | 1 | 111 | 100101101 | 1010111 | 110001 |
Color Harmonies of #EC10EA
Complementary color
Monochromatic Colors of #EC10EA
Black with #EC10EA
Text Example
Text Example
White with #EC10EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC10EA; }
p { color: rgb(236,16,234); }
H1.HeaderClassName
{
color: #EC10EA;
}
.AnyTagClassName
{
color: #EC10EA;
}
</style>
background-color css
<style>
a { background-color: #EC10EA; }
a { background-color: rgb(236,16,234); }
div.DivClassName
{
background-color: #EC10EA;
}
.BgClassName
{
background-color: #EC10EA;
}
</style>
border-color css
<style>
span { border-color: #EC10EA; }
span { border-color: rgb(236,16,234); }
td.TdClassName
{
border-color: #EC10EA;
}
.TagClassName
{
border-color: #EC10EA;
}
</style>