Shades of Magenta #EC1AE8
Tints of Magenta #EC1AE8
RGB
CMYK
RGB Variations
Color information
#EC1AE8 (or 0xEC1AE8) is known color: Magenta. HEX triplet: EC, 1A and E8. RGB value is (236,26,232). Sum of RGB (Red+Green+Blue) = 236+26+232=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 26 (10.55% from 255 or 5.26% from 494); Blue value is 232 (91.02% from 255 or 46.96% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1AE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1AE8 is #13E517. Grayscale: #6F6F6F. Windows color (decimal): -1303832 or 15211244. OLE color: 15211244.
HSL color Cylindrical-coordinate representation of color #EC1AE8: hue angle of 301.14º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1AE8 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 26 | 232 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.07 |
| HSL | 301.14º | 0.85% | 0.51% | - |
| HSV(B) | 301.14º | 0.89% | 0.93% | - |
| XYZ | 49.53 | 24.4 | 78.44 | - |
| YUV | 112.27 | 195.57 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 232 | 0 | 0.89 | 0.02 | 0.07 | 301.14 | 0.85 | 0.51 |
| Hex | EC | 1A | E8 | 0 | 59 | 2 | 7 | 12D | 55 | 33 |
| Octal | 354 | 32 | 350 | 0 | 131 | 2 | 7 | 455 | 125 | 63 |
| Binary | 11101100 | 11010 | 11101000 | 0 | 1011001 | 10 | 111 | 100101101 | 1010101 | 110011 |
Color Harmonies of #EC1AE8
Complementary color
Monochromatic Colors of #EC1AE8
Black with #EC1AE8
Text Example
Text Example
White with #EC1AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1AE8; }
p { color: rgb(236,26,232); }
H1.HeaderClassName
{
color: #EC1AE8;
}
.AnyTagClassName
{
color: #EC1AE8;
}
</style>
background-color css
<style>
a { background-color: #EC1AE8; }
a { background-color: rgb(236,26,232); }
div.DivClassName
{
background-color: #EC1AE8;
}
.BgClassName
{
background-color: #EC1AE8;
}
</style>
border-color css
<style>
span { border-color: #EC1AE8; }
span { border-color: rgb(236,26,232); }
td.TdClassName
{
border-color: #EC1AE8;
}
.TagClassName
{
border-color: #EC1AE8;
}
</style>