Shades of Magenta #EF14F1
Tints of Magenta #EF14F1
RGB
CMYK
RGB Variations
Color information
#EF14F1 (or 0xEF14F1) is known color: Magenta. HEX triplet: EF, 14 and F1. RGB value is (239,20,241). Sum of RGB (Red+Green+Blue) = 239+20+241=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 20 (8.20% from 255 or 4% from 500); Blue value is 241 (94.53% from 255 or 48.2% from 500); Max value from RGB is 241 - color contains mainly: blue. Hex color #EF14F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF14F1 is #10EB0E. Grayscale: #6E6E6E. Windows color (decimal): -1108751 or 15799535. OLE color: 15799535.
HSL color Cylindrical-coordinate representation of color #EF14F1: hue angle of 299.46º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF14F1 is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 20 | 241 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.05 |
| HSL | 299.46º | 0.89% | 0.51% | - |
| HSV(B) | 299.46º | 0.92% | 0.95% | - |
| XYZ | 51.72 | 25.2 | 85.36 | - |
| YUV | 110.68 | 201.55 | 219.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 241 | 0.01 | 0.92 | 0 | 0.05 | 299.46 | 0.89 | 0.51 |
| Hex | EF | 14 | F1 | 1 | 5C | 0 | 5 | 12B | 59 | 33 |
| Octal | 357 | 24 | 361 | 1 | 134 | 0 | 5 | 453 | 131 | 63 |
| Binary | 11101111 | 10100 | 11110001 | 1 | 1011100 | 0 | 101 | 100101011 | 1011001 | 110011 |
Color Harmonies of #EF14F1
Complementary color
Monochromatic Colors of #EF14F1
Black with #EF14F1
Text Example
Text Example
White with #EF14F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF14F1; }
p { color: rgb(239,20,241); }
H1.HeaderClassName
{
color: #EF14F1;
}
.AnyTagClassName
{
color: #EF14F1;
}
</style>
background-color css
<style>
a { background-color: #EF14F1; }
a { background-color: rgb(239,20,241); }
div.DivClassName
{
background-color: #EF14F1;
}
.BgClassName
{
background-color: #EF14F1;
}
</style>
border-color css
<style>
span { border-color: #EF14F1; }
span { border-color: rgb(239,20,241); }
td.TdClassName
{
border-color: #EF14F1;
}
.TagClassName
{
border-color: #EF14F1;
}
</style>