Shades of Magenta #EC1FE8
Tints of Magenta #EC1FE8
RGB
CMYK
RGB Variations
Color information
#EC1FE8 (or 0xEC1FE8) is known color: Magenta. HEX triplet: EC, 1F and E8. RGB value is (236,31,232). Sum of RGB (Red+Green+Blue) = 236+31+232=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 31 (12.5% from 255 or 6.21% from 499); Blue value is 232 (91.02% from 255 or 46.49% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1FE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1FE8 is #13E017. Grayscale: #727272. Windows color (decimal): -1302552 or 15212524. OLE color: 15212524.
HSL color Cylindrical-coordinate representation of color #EC1FE8: hue angle of 301.17º 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 #EC1FE8 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 31 | 232 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.07 |
| HSL | 301.17º | 0.84% | 0.52% | - |
| HSV(B) | 301.17º | 0.87% | 0.93% | - |
| XYZ | 49.65 | 24.64 | 78.48 | - |
| YUV | 115.21 | 193.92 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 31 | 232 | 0 | 0.87 | 0.02 | 0.07 | 301.17 | 0.84 | 0.52 |
| Hex | EC | 1F | E8 | 0 | 57 | 2 | 7 | 12D | 54 | 34 |
| Octal | 354 | 37 | 350 | 0 | 127 | 2 | 7 | 455 | 124 | 64 |
| Binary | 11101100 | 11111 | 11101000 | 0 | 1010111 | 10 | 111 | 100101101 | 1010100 | 110100 |
Color Harmonies of #EC1FE8
Complementary color
Monochromatic Colors of #EC1FE8
Black with #EC1FE8
Text Example
Text Example
White with #EC1FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1FE8; }
p { color: rgb(236,31,232); }
H1.HeaderClassName
{
color: #EC1FE8;
}
.AnyTagClassName
{
color: #EC1FE8;
}
</style>
background-color css
<style>
a { background-color: #EC1FE8; }
a { background-color: rgb(236,31,232); }
div.DivClassName
{
background-color: #EC1FE8;
}
.BgClassName
{
background-color: #EC1FE8;
}
</style>
border-color css
<style>
span { border-color: #EC1FE8; }
span { border-color: rgb(236,31,232); }
td.TdClassName
{
border-color: #EC1FE8;
}
.TagClassName
{
border-color: #EC1FE8;
}
</style>