Shades of Magenta #EF02F6
Tints of Magenta #EF02F6
RGB
CMYK
RGB Variations
Color information
#EF02F6 (or 0xEF02F6) is known color: Magenta. HEX triplet: EF, 02 and F6. RGB value is (239,2,246). Sum of RGB (Red+Green+Blue) = 239+2+246=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 2 (1.17% from 255 or 0.41% from 487); Blue value is 246 (96.48% from 255 or 50.51% from 487); Max value from RGB is 246 - color contains mainly: blue. Hex color #EF02F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF02F6 is #10FD09. Grayscale: #636363. Windows color (decimal): -1113354 or 16122607. OLE color: 16122607.
HSL color Cylindrical-coordinate representation of color #EF02F6: hue angle of 298.28º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF02F6 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 2 | 246 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.04 |
| HSL | 298.28º | 0.98% | 0.49% | - |
| HSV(B) | 298.28º | 0.99% | 0.96% | - |
| XYZ | 52.25 | 25.05 | 89.27 | - |
| YUV | 100.68 | 210.02 | 226.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 2 | 246 | 0.03 | 0.99 | 0 | 0.04 | 298.28 | 0.98 | 0.49 |
| Hex | EF | 2 | F6 | 3 | 63 | 0 | 4 | 12A | 62 | 31 |
| Octal | 357 | 2 | 366 | 3 | 143 | 0 | 4 | 452 | 142 | 61 |
| Binary | 11101111 | 10 | 11110110 | 11 | 1100011 | 0 | 100 | 100101010 | 1100010 | 110001 |
Color Harmonies of #EF02F6
Complementary color
Monochromatic Colors of #EF02F6
Black with #EF02F6
Text Example
Text Example
White with #EF02F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF02F6; }
p { color: rgb(239,2,246); }
H1.HeaderClassName
{
color: #EF02F6;
}
.AnyTagClassName
{
color: #EF02F6;
}
</style>
background-color css
<style>
a { background-color: #EF02F6; }
a { background-color: rgb(239,2,246); }
div.DivClassName
{
background-color: #EF02F6;
}
.BgClassName
{
background-color: #EF02F6;
}
</style>
border-color css
<style>
span { border-color: #EF02F6; }
span { border-color: rgb(239,2,246); }
td.TdClassName
{
border-color: #EF02F6;
}
.TagClassName
{
border-color: #EF02F6;
}
</style>