Shades of Magenta #EC00E5
Tints of Magenta #EC00E5
RGB
CMYK
RGB Variations
Color information
#EC00E5 (or 0xEC00E5) is known color: Magenta. HEX triplet: EC, 00 and E5. RGB value is (236,0,229). Sum of RGB (Red+Green+Blue) = 236+0+229=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 0 (0.39% from 255 or 0% from 465); Blue value is 229 (89.84% from 255 or 49.25% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC00E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC00E5 is #13FF1A. Grayscale: #5F5F5F. Windows color (decimal): -1310491 or 15007980. OLE color: 15007980.
HSL color Cylindrical-coordinate representation of color #EC00E5: hue angle of 301.78º 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 #EC00E5 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 229 | - |
| CMYK | 0 | 1 | 0.03 | 0.07 |
| HSL | 301.78º | 1% | 0.46% | - |
| HSV(B) | 301.78º | 1% | 0.93% | - |
| XYZ | 48.73 | 23.49 | 76.09 | - |
| YUV | 96.67 | 202.69 | 227.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 229 | 0 | 1 | 0.03 | 0.07 | 301.78 | 1 | 0.46 |
| Hex | EC | 0 | E5 | 0 | 64 | 3 | 7 | 12E | 64 | 2E |
| Octal | 354 | 0 | 345 | 0 | 144 | 3 | 7 | 456 | 144 | 56 |
| Binary | 11101100 | 0 | 11100101 | 0 | 1100100 | 11 | 111 | 100101110 | 1100100 | 101110 |
Color Harmonies of #EC00E5
Complementary color
Monochromatic Colors of #EC00E5
Black with #EC00E5
Text Example
Text Example
White with #EC00E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC00E5; }
p { color: rgb(236,0,229); }
H1.HeaderClassName
{
color: #EC00E5;
}
.AnyTagClassName
{
color: #EC00E5;
}
</style>
background-color css
<style>
a { background-color: #EC00E5; }
a { background-color: rgb(236,0,229); }
div.DivClassName
{
background-color: #EC00E5;
}
.BgClassName
{
background-color: #EC00E5;
}
</style>
border-color css
<style>
span { border-color: #EC00E5; }
span { border-color: rgb(236,0,229); }
td.TdClassName
{
border-color: #EC00E5;
}
.TagClassName
{
border-color: #EC00E5;
}
</style>