Shades of Magenta #EC11EA
Tints of Magenta #EC11EA
RGB
CMYK
RGB Variations
Color information
#EC11EA (or 0xEC11EA) is known color: Magenta. HEX triplet: EC, 11 and EA. RGB value is (236,17,234). Sum of RGB (Red+Green+Blue) = 236+17+234=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 17 (7.03% from 255 or 3.49% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC11EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC11EA is #13EE15. Grayscale: #6A6A6A. Windows color (decimal): -1306134 or 15340012. OLE color: 15340012.
HSL color Cylindrical-coordinate representation of color #EC11EA: hue angle of 300.55º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC11EA is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 234 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.07 |
| HSL | 300.55º | 0.87% | 0.5% | - |
| HSV(B) | 300.55º | 0.93% | 0.93% | - |
| XYZ | 49.64 | 24.17 | 79.89 | - |
| YUV | 107.22 | 199.55 | 219.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 234 | 0 | 0.93 | 0.01 | 0.07 | 300.55 | 0.87 | 0.5 |
| Hex | EC | 11 | EA | 0 | 5D | 1 | 7 | 12D | 57 | 32 |
| Octal | 354 | 21 | 352 | 0 | 135 | 1 | 7 | 455 | 127 | 62 |
| Binary | 11101100 | 10001 | 11101010 | 0 | 1011101 | 1 | 111 | 100101101 | 1010111 | 110010 |
Color Harmonies of #EC11EA
Complementary color
Monochromatic Colors of #EC11EA
Black with #EC11EA
Text Example
Text Example
White with #EC11EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC11EA; }
p { color: rgb(236,17,234); }
H1.HeaderClassName
{
color: #EC11EA;
}
.AnyTagClassName
{
color: #EC11EA;
}
</style>
background-color css
<style>
a { background-color: #EC11EA; }
a { background-color: rgb(236,17,234); }
div.DivClassName
{
background-color: #EC11EA;
}
.BgClassName
{
background-color: #EC11EA;
}
</style>
border-color css
<style>
span { border-color: #EC11EA; }
span { border-color: rgb(236,17,234); }
td.TdClassName
{
border-color: #EC11EA;
}
.TagClassName
{
border-color: #EC11EA;
}
</style>