Shades of Magenta #EF01FB
Tints of Magenta #EF01FB
RGB
CMYK
RGB Variations
Color information
#EF01FB (or 0xEF01FB) is known color: Magenta. HEX triplet: EF, 01 and FB. RGB value is (239,1,251). Sum of RGB (Red+Green+Blue) = 239+1+251=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 1 (0.78% from 255 or 0.20% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF01FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF01FB is #10FE04. Grayscale: #636363. Windows color (decimal): -1113605 or 16450031. OLE color: 16450031.
HSL color Cylindrical-coordinate representation of color #EF01FB: hue angle of 297.12º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF01FB is Cyan = 0.05, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 1 | 251 | - |
| CMYK | 0.05 | 1.00 | 0 | 0.02 |
| HSL | 297.12º | 0.99% | 0.49% | - |
| HSV(B) | 297.12º | 1% | 0.98% | - |
| XYZ | 53.02 | 25.34 | 93.36 | - |
| YUV | 100.66 | 212.85 | 226.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 251 | 0.05 | 1.00 | 0 | 0.02 | 297.12 | 0.99 | 0.49 |
| Hex | EF | 1 | FB | 5 | 64 | 0 | 2 | 129 | 63 | 31 |
| Octal | 357 | 1 | 373 | 5 | 144 | 0 | 2 | 451 | 143 | 61 |
| Binary | 11101111 | 1 | 11111011 | 101 | 1100100 | 0 | 10 | 100101001 | 1100011 | 110001 |
Color Harmonies of #EF01FB
Complementary color
Monochromatic Colors of #EF01FB
Black with #EF01FB
Text Example
Text Example
White with #EF01FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF01FB; }
p { color: rgb(239,1,251); }
H1.HeaderClassName
{
color: #EF01FB;
}
.AnyTagClassName
{
color: #EF01FB;
}
</style>
background-color css
<style>
a { background-color: #EF01FB; }
a { background-color: rgb(239,1,251); }
div.DivClassName
{
background-color: #EF01FB;
}
.BgClassName
{
background-color: #EF01FB;
}
</style>
border-color css
<style>
span { border-color: #EF01FB; }
span { border-color: rgb(239,1,251); }
td.TdClassName
{
border-color: #EF01FB;
}
.TagClassName
{
border-color: #EF01FB;
}
</style>