Shades of Magenta #EF05FB
Tints of Magenta #EF05FB
RGB
CMYK
RGB Variations
Color information
#EF05FB (or 0xEF05FB) is known color: Magenta. HEX triplet: EF, 05 and FB. RGB value is (239,5,251). Sum of RGB (Red+Green+Blue) = 239+5+251=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 5 (2.34% from 255 or 1.01% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF05FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF05FB is #10FA04. Grayscale: #666666. Windows color (decimal): -1112581 or 16451055. OLE color: 16451055.
HSL color Cylindrical-coordinate representation of color #EF05FB: hue angle of 297.07º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF05FB is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 5 | 251 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.02 |
| HSL | 297.07º | 0.97% | 0.5% | - |
| HSV(B) | 297.07º | 0.98% | 0.98% | - |
| XYZ | 53.06 | 25.42 | 93.38 | - |
| YUV | 103.01 | 211.52 | 225 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 5 | 251 | 0.05 | 0.98 | 0 | 0.02 | 297.07 | 0.97 | 0.5 |
| Hex | EF | 5 | FB | 5 | 62 | 0 | 2 | 129 | 61 | 32 |
| Octal | 357 | 5 | 373 | 5 | 142 | 0 | 2 | 451 | 141 | 62 |
| Binary | 11101111 | 101 | 11111011 | 101 | 1100010 | 0 | 10 | 100101001 | 1100001 | 110010 |
Color Harmonies of #EF05FB
Complementary color
Monochromatic Colors of #EF05FB
Black with #EF05FB
Text Example
Text Example
White with #EF05FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF05FB; }
p { color: rgb(239,5,251); }
H1.HeaderClassName
{
color: #EF05FB;
}
.AnyTagClassName
{
color: #EF05FB;
}
</style>
background-color css
<style>
a { background-color: #EF05FB; }
a { background-color: rgb(239,5,251); }
div.DivClassName
{
background-color: #EF05FB;
}
.BgClassName
{
background-color: #EF05FB;
}
</style>
border-color css
<style>
span { border-color: #EF05FB; }
span { border-color: rgb(239,5,251); }
td.TdClassName
{
border-color: #EF05FB;
}
.TagClassName
{
border-color: #EF05FB;
}
</style>