Shades of Magenta #FE14EC
Tints of Magenta #FE14EC
RGB
CMYK
RGB Variations
Color information
#FE14EC (or 0xFE14EC) is known color: Magenta. HEX triplet: FE, 14 and EC. RGB value is (254,20,236). Sum of RGB (Red+Green+Blue) = 254+20+236=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 20 (8.20% from 255 or 3.92% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE14EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE14EC is #01EB13. Grayscale: #717171. Windows color (decimal): -125716 or 15471870. OLE color: 15471870.
HSL color Cylindrical-coordinate representation of color #FE14EC: hue angle of 304.62º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE14EC is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 236 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.00 |
| HSL | 304.62º | 0.99% | 0.54% | - |
| HSV(B) | 304.62º | 0.92% | 1% | - |
| XYZ | 56.26 | 27.63 | 81.72 | - |
| YUV | 114.59 | 196.52 | 227.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 236 | 0 | 0.92 | 0.07 | 0.00 | 304.62 | 0.99 | 0.54 |
| Hex | FE | 14 | EC | 0 | 5C | 7 | 0 | 131 | 63 | 36 |
| Octal | 376 | 24 | 354 | 0 | 134 | 7 | 0 | 461 | 143 | 66 |
| Binary | 11111110 | 10100 | 11101100 | 0 | 1011100 | 111 | 0 | 100110001 | 1100011 | 110110 |
Color Harmonies of #FE14EC
Complementary color
Monochromatic Colors of #FE14EC
Black with #FE14EC
Text Example
Text Example
White with #FE14EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE14EC; }
p { color: rgb(254,20,236); }
H1.HeaderClassName
{
color: #FE14EC;
}
.AnyTagClassName
{
color: #FE14EC;
}
</style>
background-color css
<style>
a { background-color: #FE14EC; }
a { background-color: rgb(254,20,236); }
div.DivClassName
{
background-color: #FE14EC;
}
.BgClassName
{
background-color: #FE14EC;
}
</style>
border-color css
<style>
span { border-color: #FE14EC; }
span { border-color: rgb(254,20,236); }
td.TdClassName
{
border-color: #FE14EC;
}
.TagClassName
{
border-color: #FE14EC;
}
</style>