Shades of Magenta #EC00E6
Tints of Magenta #EC00E6
RGB
CMYK
RGB Variations
Color information
#EC00E6 (or 0xEC00E6) is known color: Magenta. HEX triplet: EC, 00 and E6. RGB value is (236,0,230). Sum of RGB (Red+Green+Blue) = 236+0+230=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 0 (0.39% from 255 or 0% from 466); Blue value is 230 (90.23% from 255 or 49.36% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC00E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC00E6 is #13FF19. Grayscale: #606060. Windows color (decimal): -1310490 or 15073516. OLE color: 15073516.
HSL color Cylindrical-coordinate representation of color #EC00E6: hue angle of 301.53º 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 #EC00E6 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 230 | - |
| CMYK | 0 | 1 | 0.03 | 0.07 |
| HSL | 301.53º | 1% | 0.46% | - |
| HSV(B) | 301.53º | 1% | 0.93% | - |
| XYZ | 48.88 | 23.55 | 76.83 | - |
| YUV | 96.78 | 203.19 | 227.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 230 | 0 | 1 | 0.03 | 0.07 | 301.53 | 1 | 0.46 |
| Hex | EC | 0 | E6 | 0 | 64 | 3 | 7 | 12E | 64 | 2E |
| Octal | 354 | 0 | 346 | 0 | 144 | 3 | 7 | 456 | 144 | 56 |
| Binary | 11101100 | 0 | 11100110 | 0 | 1100100 | 11 | 111 | 100101110 | 1100100 | 101110 |
Color Harmonies of #EC00E6
Complementary color
Monochromatic Colors of #EC00E6
Black with #EC00E6
Text Example
Text Example
White with #EC00E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC00E6; }
p { color: rgb(236,0,230); }
H1.HeaderClassName
{
color: #EC00E6;
}
.AnyTagClassName
{
color: #EC00E6;
}
</style>
background-color css
<style>
a { background-color: #EC00E6; }
a { background-color: rgb(236,0,230); }
div.DivClassName
{
background-color: #EC00E6;
}
.BgClassName
{
background-color: #EC00E6;
}
</style>
border-color css
<style>
span { border-color: #EC00E6; }
span { border-color: rgb(236,0,230); }
td.TdClassName
{
border-color: #EC00E6;
}
.TagClassName
{
border-color: #EC00E6;
}
</style>