Shades of Magenta #FF14EC
Tints of Magenta #FF14EC
RGB
CMYK
RGB Variations
Color information
#FF14EC (or 0xFF14EC) is known color: Magenta. HEX triplet: FF, 14 and EC. RGB value is (255,20,236). Sum of RGB (Red+Green+Blue) = 255+20+236=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 20 (8.20% from 255 or 3.91% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF14EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF14EC is #00EB13. Grayscale: #727272. Windows color (decimal): -60180 or 15471871. OLE color: 15471871.
HSL color Cylindrical-coordinate representation of color #FF14EC: hue angle of 304.85º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF14EC is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 236 | - |
| CMYK | 0 | 0.92 | 0.07 | 0 |
| HSL | 304.85º | 1% | 0.54% | - |
| HSV(B) | 304.85º | 0.92% | 1% | - |
| XYZ | 56.63 | 27.82 | 81.74 | - |
| YUV | 114.89 | 196.36 | 227.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 236 | 0 | 0.92 | 0.07 | 0 | 304.85 | 1 | 0.54 |
| Hex | FF | 14 | EC | 0 | 5C | 7 | 0 | 131 | 64 | 36 |
| Octal | 377 | 24 | 354 | 0 | 134 | 7 | 0 | 461 | 144 | 66 |
| Binary | 11111111 | 10100 | 11101100 | 0 | 1011100 | 111 | 0 | 100110001 | 1100100 | 110110 |
Color Harmonies of #FF14EC
Complementary color
Monochromatic Colors of #FF14EC
Black with #FF14EC
Text Example
Text Example
White with #FF14EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF14EC; }
p { color: rgb(255,20,236); }
H1.HeaderClassName
{
color: #FF14EC;
}
.AnyTagClassName
{
color: #FF14EC;
}
</style>
background-color css
<style>
a { background-color: #FF14EC; }
a { background-color: rgb(255,20,236); }
div.DivClassName
{
background-color: #FF14EC;
}
.BgClassName
{
background-color: #FF14EC;
}
</style>
border-color css
<style>
span { border-color: #FF14EC; }
span { border-color: rgb(255,20,236); }
td.TdClassName
{
border-color: #FF14EC;
}
.TagClassName
{
border-color: #FF14EC;
}
</style>