Shades of Magenta #EF14F2
Tints of Magenta #EF14F2
RGB
CMYK
RGB Variations
Color information
#EF14F2 (or 0xEF14F2) is known color: Magenta. HEX triplet: EF, 14 and F2. RGB value is (239,20,242). Sum of RGB (Red+Green+Blue) = 239+20+242=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 20 (8.20% from 255 or 3.99% from 501); Blue value is 242 (94.92% from 255 or 48.30% from 501); Max value from RGB is 242 - color contains mainly: blue. Hex color #EF14F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF14F2 is #10EB0D. Grayscale: #6E6E6E. Windows color (decimal): -1108750 or 15865071. OLE color: 15865071.
HSL color Cylindrical-coordinate representation of color #EF14F2: hue angle of 299.19º degrees, saturation: 0.9, 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 #EF14F2 is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 20 | 242 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.05 |
| HSL | 299.19º | 0.9% | 0.51% | - |
| HSV(B) | 299.19º | 0.92% | 0.95% | - |
| XYZ | 51.87 | 25.26 | 86.15 | - |
| YUV | 110.79 | 202.05 | 219.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 242 | 0.01 | 0.92 | 0 | 0.05 | 299.19 | 0.9 | 0.51 |
| Hex | EF | 14 | F2 | 1 | 5C | 0 | 5 | 12B | 5A | 33 |
| Octal | 357 | 24 | 362 | 1 | 134 | 0 | 5 | 453 | 132 | 63 |
| Binary | 11101111 | 10100 | 11110010 | 1 | 1011100 | 0 | 101 | 100101011 | 1011010 | 110011 |
Color Harmonies of #EF14F2
Complementary color
Monochromatic Colors of #EF14F2
Black with #EF14F2
Text Example
Text Example
White with #EF14F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF14F2; }
p { color: rgb(239,20,242); }
H1.HeaderClassName
{
color: #EF14F2;
}
.AnyTagClassName
{
color: #EF14F2;
}
</style>
background-color css
<style>
a { background-color: #EF14F2; }
a { background-color: rgb(239,20,242); }
div.DivClassName
{
background-color: #EF14F2;
}
.BgClassName
{
background-color: #EF14F2;
}
</style>
border-color css
<style>
span { border-color: #EF14F2; }
span { border-color: rgb(239,20,242); }
td.TdClassName
{
border-color: #EF14F2;
}
.TagClassName
{
border-color: #EF14F2;
}
</style>