Shades of Magenta #EF16F3
Tints of Magenta #EF16F3
RGB
CMYK
RGB Variations
Color information
#EF16F3 (or 0xEF16F3) is known color: Magenta. HEX triplet: EF, 16 and F3. RGB value is (239,22,243). Sum of RGB (Red+Green+Blue) = 239+22+243=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 22 (8.98% from 255 or 4.37% from 504); Blue value is 243 (95.31% from 255 or 48.21% from 504); Max value from RGB is 243 - color contains mainly: blue. Hex color #EF16F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF16F3 is #10E90C. Grayscale: #6F6F6F. Windows color (decimal): -1108237 or 15931119. OLE color: 15931119.
HSL color Cylindrical-coordinate representation of color #EF16F3: hue angle of 298.91º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF16F3 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 22 | 243 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.05 |
| HSL | 298.91º | 0.9% | 0.52% | - |
| HSV(B) | 298.91º | 0.91% | 0.95% | - |
| XYZ | 52.06 | 25.4 | 86.95 | - |
| YUV | 112.08 | 201.89 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 243 | 0.02 | 0.91 | 0 | 0.05 | 298.91 | 0.9 | 0.52 |
| Hex | EF | 16 | F3 | 2 | 5B | 0 | 5 | 12B | 5A | 34 |
| Octal | 357 | 26 | 363 | 2 | 133 | 0 | 5 | 453 | 132 | 64 |
| Binary | 11101111 | 10110 | 11110011 | 10 | 1011011 | 0 | 101 | 100101011 | 1011010 | 110100 |
Color Harmonies of #EF16F3
Complementary color
Monochromatic Colors of #EF16F3
Black with #EF16F3
Text Example
Text Example
White with #EF16F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF16F3; }
p { color: rgb(239,22,243); }
H1.HeaderClassName
{
color: #EF16F3;
}
.AnyTagClassName
{
color: #EF16F3;
}
</style>
background-color css
<style>
a { background-color: #EF16F3; }
a { background-color: rgb(239,22,243); }
div.DivClassName
{
background-color: #EF16F3;
}
.BgClassName
{
background-color: #EF16F3;
}
</style>
border-color css
<style>
span { border-color: #EF16F3; }
span { border-color: rgb(239,22,243); }
td.TdClassName
{
border-color: #EF16F3;
}
.TagClassName
{
border-color: #EF16F3;
}
</style>