Shades of Magenta #EC1FE9
Tints of Magenta #EC1FE9
RGB
CMYK
RGB Variations
Color information
#EC1FE9 (or 0xEC1FE9) is known color: Magenta. HEX triplet: EC, 1F and E9. RGB value is (236,31,233). Sum of RGB (Red+Green+Blue) = 236+31+233=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 31 (12.5% from 255 or 6.2% from 500); Blue value is 233 (91.41% from 255 or 46.6% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1FE9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1FE9 is #13E016. Grayscale: #727272. Windows color (decimal): -1302551 or 15278060. OLE color: 15278060.
HSL color Cylindrical-coordinate representation of color #EC1FE9: hue angle of 300.88º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC1FE9 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 31 | 233 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.07 |
| HSL | 300.88º | 0.84% | 0.52% | - |
| HSV(B) | 300.88º | 0.87% | 0.93% | - |
| XYZ | 49.79 | 24.7 | 79.23 | - |
| YUV | 115.32 | 194.42 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 31 | 233 | 0 | 0.87 | 0.01 | 0.07 | 300.88 | 0.84 | 0.52 |
| Hex | EC | 1F | E9 | 0 | 57 | 1 | 7 | 12D | 54 | 34 |
| Octal | 354 | 37 | 351 | 0 | 127 | 1 | 7 | 455 | 124 | 64 |
| Binary | 11101100 | 11111 | 11101001 | 0 | 1010111 | 1 | 111 | 100101101 | 1010100 | 110100 |
Color Harmonies of #EC1FE9
Complementary color
Monochromatic Colors of #EC1FE9
Black with #EC1FE9
Text Example
Text Example
White with #EC1FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1FE9; }
p { color: rgb(236,31,233); }
H1.HeaderClassName
{
color: #EC1FE9;
}
.AnyTagClassName
{
color: #EC1FE9;
}
</style>
background-color css
<style>
a { background-color: #EC1FE9; }
a { background-color: rgb(236,31,233); }
div.DivClassName
{
background-color: #EC1FE9;
}
.BgClassName
{
background-color: #EC1FE9;
}
</style>
border-color css
<style>
span { border-color: #EC1FE9; }
span { border-color: rgb(236,31,233); }
td.TdClassName
{
border-color: #EC1FE9;
}
.TagClassName
{
border-color: #EC1FE9;
}
</style>