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