Shades of Magenta #EC10EB
Tints of Magenta #EC10EB
RGB
CMYK
RGB Variations
Color information
#EC10EB (or 0xEC10EB) is known color: Magenta. HEX triplet: EC, 10 and EB. RGB value is (236,16,235). Sum of RGB (Red+Green+Blue) = 236+16+235=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 16 (6.64% from 255 or 3.29% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC10EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC10EB is #13EF14. Grayscale: #6A6A6A. Windows color (decimal): -1306389 or 15405292. OLE color: 15405292.
HSL color Cylindrical-coordinate representation of color #EC10EB: hue angle of 300.27º 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 #EC10EB is Cyan = 0, Magento = 0.93, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 235 | - |
| CMYK | 0 | 0.93 | 0.00 | 0.07 |
| HSL | 300.27º | 0.87% | 0.49% | - |
| HSV(B) | 300.27º | 0.93% | 0.93% | - |
| XYZ | 49.77 | 24.2 | 80.65 | - |
| YUV | 106.75 | 200.39 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 235 | 0 | 0.93 | 0.00 | 0.07 | 300.27 | 0.87 | 0.49 |
| Hex | EC | 10 | EB | 0 | 5D | 0 | 7 | 12C | 57 | 31 |
| Octal | 354 | 20 | 353 | 0 | 135 | 0 | 7 | 454 | 127 | 61 |
| Binary | 11101100 | 10000 | 11101011 | 0 | 1011101 | 0 | 111 | 100101100 | 1010111 | 110001 |
Color Harmonies of #EC10EB
Complementary color
Monochromatic Colors of #EC10EB
Black with #EC10EB
Text Example
Text Example
White with #EC10EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC10EB; }
p { color: rgb(236,16,235); }
H1.HeaderClassName
{
color: #EC10EB;
}
.AnyTagClassName
{
color: #EC10EB;
}
</style>
background-color css
<style>
a { background-color: #EC10EB; }
a { background-color: rgb(236,16,235); }
div.DivClassName
{
background-color: #EC10EB;
}
.BgClassName
{
background-color: #EC10EB;
}
</style>
border-color css
<style>
span { border-color: #EC10EB; }
span { border-color: rgb(236,16,235); }
td.TdClassName
{
border-color: #EC10EB;
}
.TagClassName
{
border-color: #EC10EB;
}
</style>