Shades of Magenta #EC0AE9
Tints of Magenta #EC0AE9
RGB
CMYK
RGB Variations
Color information
#EC0AE9 (or 0xEC0AE9) is known color: Magenta. HEX triplet: EC, 0A and E9. RGB value is (236,10,233). Sum of RGB (Red+Green+Blue) = 236+10+233=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 10 (4.30% from 255 or 2.09% from 479); Blue value is 233 (91.41% from 255 or 48.64% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0AE9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0AE9 is #13F516. Grayscale: #666666. Windows color (decimal): -1307927 or 15272684. OLE color: 15272684.
HSL color Cylindrical-coordinate representation of color #EC0AE9: hue angle of 300.8º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC0AE9 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 10 | 233 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.07 |
| HSL | 300.8º | 0.92% | 0.48% | - |
| HSV(B) | 300.8º | 0.96% | 0.93% | - |
| XYZ | 49.41 | 23.93 | 79.11 | - |
| YUV | 103 | 201.37 | 222.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 10 | 233 | 0 | 0.96 | 0.01 | 0.07 | 300.8 | 0.92 | 0.48 |
| Hex | EC | A | E9 | 0 | 60 | 1 | 7 | 12D | 5C | 30 |
| Octal | 354 | 12 | 351 | 0 | 140 | 1 | 7 | 455 | 134 | 60 |
| Binary | 11101100 | 1010 | 11101001 | 0 | 1100000 | 1 | 111 | 100101101 | 1011100 | 110000 |
Color Harmonies of #EC0AE9
Complementary color
Monochromatic Colors of #EC0AE9
Black with #EC0AE9
Text Example
Text Example
White with #EC0AE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0AE9; }
p { color: rgb(236,10,233); }
H1.HeaderClassName
{
color: #EC0AE9;
}
.AnyTagClassName
{
color: #EC0AE9;
}
</style>
background-color css
<style>
a { background-color: #EC0AE9; }
a { background-color: rgb(236,10,233); }
div.DivClassName
{
background-color: #EC0AE9;
}
.BgClassName
{
background-color: #EC0AE9;
}
</style>
border-color css
<style>
span { border-color: #EC0AE9; }
span { border-color: rgb(236,10,233); }
td.TdClassName
{
border-color: #EC0AE9;
}
.TagClassName
{
border-color: #EC0AE9;
}
</style>