Shades of Magenta #EC0EE5
Tints of Magenta #EC0EE5
RGB
CMYK
RGB Variations
Color information
#EC0EE5 (or 0xEC0EE5) is known color: Magenta. HEX triplet: EC, 0E and E5. RGB value is (236,14,229). Sum of RGB (Red+Green+Blue) = 236+14+229=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 14 (5.86% from 255 or 2.92% from 479); Blue value is 229 (89.84% from 255 or 47.81% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0EE5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0EE5 is #13F11A. Grayscale: #686868. Windows color (decimal): -1306907 or 15011564. OLE color: 15011564.
HSL color Cylindrical-coordinate representation of color #EC0EE5: hue angle of 301.89º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0EE5 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 14 | 229 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.07 |
| HSL | 301.89º | 0.89% | 0.49% | - |
| HSV(B) | 301.89º | 0.94% | 0.93% | - |
| XYZ | 48.89 | 23.8 | 76.15 | - |
| YUV | 104.89 | 198.05 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 14 | 229 | 0 | 0.94 | 0.03 | 0.07 | 301.89 | 0.89 | 0.49 |
| Hex | EC | E | E5 | 0 | 5E | 3 | 7 | 12E | 59 | 31 |
| Octal | 354 | 16 | 345 | 0 | 136 | 3 | 7 | 456 | 131 | 61 |
| Binary | 11101100 | 1110 | 11100101 | 0 | 1011110 | 11 | 111 | 100101110 | 1011001 | 110001 |
Color Harmonies of #EC0EE5
Complementary color
Monochromatic Colors of #EC0EE5
Black with #EC0EE5
Text Example
Text Example
White with #EC0EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0EE5; }
p { color: rgb(236,14,229); }
H1.HeaderClassName
{
color: #EC0EE5;
}
.AnyTagClassName
{
color: #EC0EE5;
}
</style>
background-color css
<style>
a { background-color: #EC0EE5; }
a { background-color: rgb(236,14,229); }
div.DivClassName
{
background-color: #EC0EE5;
}
.BgClassName
{
background-color: #EC0EE5;
}
</style>
border-color css
<style>
span { border-color: #EC0EE5; }
span { border-color: rgb(236,14,229); }
td.TdClassName
{
border-color: #EC0EE5;
}
.TagClassName
{
border-color: #EC0EE5;
}
</style>