Shades of Magenta #EF14F3
Tints of Magenta #EF14F3
RGB
CMYK
RGB Variations
Color information
#EF14F3 (or 0xEF14F3) is known color: Magenta. HEX triplet: EF, 14 and F3. RGB value is (239,20,243). Sum of RGB (Red+Green+Blue) = 239+20+243=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 20 (8.20% from 255 or 3.98% from 502); Blue value is 243 (95.31% from 255 or 48.41% from 502); Max value from RGB is 243 - color contains mainly: blue. Hex color #EF14F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF14F3 is #10EB0C. Grayscale: #6E6E6E. Windows color (decimal): -1108749 or 15930607. OLE color: 15930607.
HSL color Cylindrical-coordinate representation of color #EF14F3: hue angle of 298.92º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF14F3 is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 20 | 243 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.05 |
| HSL | 298.92º | 0.9% | 0.52% | - |
| HSV(B) | 298.92º | 0.92% | 0.95% | - |
| XYZ | 52.02 | 25.32 | 86.94 | - |
| YUV | 110.9 | 202.55 | 219.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 243 | 0.02 | 0.92 | 0 | 0.05 | 298.92 | 0.9 | 0.52 |
| Hex | EF | 14 | F3 | 2 | 5C | 0 | 5 | 12B | 5A | 34 |
| Octal | 357 | 24 | 363 | 2 | 134 | 0 | 5 | 453 | 132 | 64 |
| Binary | 11101111 | 10100 | 11110011 | 10 | 1011100 | 0 | 101 | 100101011 | 1011010 | 110100 |
Color Harmonies of #EF14F3
Complementary color
Monochromatic Colors of #EF14F3
Black with #EF14F3
Text Example
Text Example
White with #EF14F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF14F3; }
p { color: rgb(239,20,243); }
H1.HeaderClassName
{
color: #EF14F3;
}
.AnyTagClassName
{
color: #EF14F3;
}
</style>
background-color css
<style>
a { background-color: #EF14F3; }
a { background-color: rgb(239,20,243); }
div.DivClassName
{
background-color: #EF14F3;
}
.BgClassName
{
background-color: #EF14F3;
}
</style>
border-color css
<style>
span { border-color: #EF14F3; }
span { border-color: rgb(239,20,243); }
td.TdClassName
{
border-color: #EF14F3;
}
.TagClassName
{
border-color: #EF14F3;
}
</style>