Shades of Magenta #EF02FB
Tints of Magenta #EF02FB
RGB
CMYK
RGB Variations
Color information
#EF02FB (or 0xEF02FB) is known color: Magenta. HEX triplet: EF, 02 and FB. RGB value is (239,2,251). Sum of RGB (Red+Green+Blue) = 239+2+251=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 2 (1.17% from 255 or 0.41% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF02FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF02FB is #10FD04. Grayscale: #646464. Windows color (decimal): -1113349 or 16450287. OLE color: 16450287.
HSL color Cylindrical-coordinate representation of color #EF02FB: hue angle of 297.11º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF02FB is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 2 | 251 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.02 |
| HSL | 297.11º | 0.98% | 0.5% | - |
| HSV(B) | 297.11º | 0.99% | 0.98% | - |
| XYZ | 53.03 | 25.36 | 93.37 | - |
| YUV | 101.25 | 212.52 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 2 | 251 | 0.05 | 0.99 | 0 | 0.02 | 297.11 | 0.98 | 0.5 |
| Hex | EF | 2 | FB | 5 | 63 | 0 | 2 | 129 | 62 | 32 |
| Octal | 357 | 2 | 373 | 5 | 143 | 0 | 2 | 451 | 142 | 62 |
| Binary | 11101111 | 10 | 11111011 | 101 | 1100011 | 0 | 10 | 100101001 | 1100010 | 110010 |
Color Harmonies of #EF02FB
Complementary color
Monochromatic Colors of #EF02FB
Black with #EF02FB
Text Example
Text Example
White with #EF02FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF02FB; }
p { color: rgb(239,2,251); }
H1.HeaderClassName
{
color: #EF02FB;
}
.AnyTagClassName
{
color: #EF02FB;
}
</style>
background-color css
<style>
a { background-color: #EF02FB; }
a { background-color: rgb(239,2,251); }
div.DivClassName
{
background-color: #EF02FB;
}
.BgClassName
{
background-color: #EF02FB;
}
</style>
border-color css
<style>
span { border-color: #EF02FB; }
span { border-color: rgb(239,2,251); }
td.TdClassName
{
border-color: #EF02FB;
}
.TagClassName
{
border-color: #EF02FB;
}
</style>