Shades of Magenta #FF15EC
Tints of Magenta #FF15EC
RGB
CMYK
RGB Variations
Color information
#FF15EC (or 0xFF15EC) is known color: Magenta. HEX triplet: FF, 15 and EC. RGB value is (255,21,236). Sum of RGB (Red+Green+Blue) = 255+21+236=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 21 (8.59% from 255 or 4.10% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF15EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF15EC is #00EA13. Grayscale: #727272. Windows color (decimal): -59924 or 15472127. OLE color: 15472127.
HSL color Cylindrical-coordinate representation of color #FF15EC: hue angle of 304.87º 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 #FF15EC is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 236 | - |
| CMYK | 0 | 0.92 | 0.07 | 0 |
| HSL | 304.87º | 1% | 0.54% | - |
| HSV(B) | 304.87º | 0.92% | 1% | - |
| XYZ | 56.65 | 27.85 | 81.75 | - |
| YUV | 115.48 | 196.02 | 227.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 236 | 0 | 0.92 | 0.07 | 0 | 304.87 | 1 | 0.54 |
| Hex | FF | 15 | EC | 0 | 5C | 7 | 0 | 131 | 64 | 36 |
| Octal | 377 | 25 | 354 | 0 | 134 | 7 | 0 | 461 | 144 | 66 |
| Binary | 11111111 | 10101 | 11101100 | 0 | 1011100 | 111 | 0 | 100110001 | 1100100 | 110110 |
Color Harmonies of #FF15EC
Complementary color
Monochromatic Colors of #FF15EC
Black with #FF15EC
Text Example
Text Example
White with #FF15EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF15EC; }
p { color: rgb(255,21,236); }
H1.HeaderClassName
{
color: #FF15EC;
}
.AnyTagClassName
{
color: #FF15EC;
}
</style>
background-color css
<style>
a { background-color: #FF15EC; }
a { background-color: rgb(255,21,236); }
div.DivClassName
{
background-color: #FF15EC;
}
.BgClassName
{
background-color: #FF15EC;
}
</style>
border-color css
<style>
span { border-color: #FF15EC; }
span { border-color: rgb(255,21,236); }
td.TdClassName
{
border-color: #FF15EC;
}
.TagClassName
{
border-color: #FF15EC;
}
</style>