Shades of Magenta #EC01E8
Tints of Magenta #EC01E8
RGB
CMYK
RGB Variations
Color information
#EC01E8 (or 0xEC01E8) is known color: Magenta. HEX triplet: EC, 01 and E8. RGB value is (236,1,232). Sum of RGB (Red+Green+Blue) = 236+1+232=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 1 (0.78% from 255 or 0.21% from 469); Blue value is 232 (91.02% from 255 or 49.47% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC01E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC01E8 is #13FE17. Grayscale: #606060. Windows color (decimal): -1310232 or 15204844. OLE color: 15204844.
HSL color Cylindrical-coordinate representation of color #EC01E8: hue angle of 301.02º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC01E8 is Cyan = 0, Magento = 1.00, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 232 | - |
| CMYK | 0 | 1.00 | 0.02 | 0.07 |
| HSL | 301.02º | 0.99% | 0.46% | - |
| HSV(B) | 301.02º | 1% | 0.93% | - |
| XYZ | 49.17 | 23.68 | 78.32 | - |
| YUV | 97.6 | 203.86 | 226.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 232 | 0 | 1.00 | 0.02 | 0.07 | 301.02 | 0.99 | 0.46 |
| Hex | EC | 1 | E8 | 0 | 64 | 2 | 7 | 12D | 63 | 2E |
| Octal | 354 | 1 | 350 | 0 | 144 | 2 | 7 | 455 | 143 | 56 |
| Binary | 11101100 | 1 | 11101000 | 0 | 1100100 | 10 | 111 | 100101101 | 1100011 | 101110 |
Color Harmonies of #EC01E8
Complementary color
Monochromatic Colors of #EC01E8
Black with #EC01E8
Text Example
Text Example
White with #EC01E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC01E8; }
p { color: rgb(236,1,232); }
H1.HeaderClassName
{
color: #EC01E8;
}
.AnyTagClassName
{
color: #EC01E8;
}
</style>
background-color css
<style>
a { background-color: #EC01E8; }
a { background-color: rgb(236,1,232); }
div.DivClassName
{
background-color: #EC01E8;
}
.BgClassName
{
background-color: #EC01E8;
}
</style>
border-color css
<style>
span { border-color: #EC01E8; }
span { border-color: rgb(236,1,232); }
td.TdClassName
{
border-color: #EC01E8;
}
.TagClassName
{
border-color: #EC01E8;
}
</style>