Shades of Magenta #EF02FA
Tints of Magenta #EF02FA
RGB
CMYK
RGB Variations
Color information
#EF02FA (or 0xEF02FA) is known color: Magenta. HEX triplet: EF, 02 and FA. RGB value is (239,2,250). Sum of RGB (Red+Green+Blue) = 239+2+250=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 2 (1.17% from 255 or 0.41% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF02FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF02FA is #10FD05. Grayscale: #646464. Windows color (decimal): -1113350 or 16384751. OLE color: 16384751.
HSL color Cylindrical-coordinate representation of color #EF02FA: hue angle of 297.34º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF02FA is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 2 | 250 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.02 |
| HSL | 297.34º | 0.98% | 0.49% | - |
| HSV(B) | 297.34º | 0.99% | 0.98% | - |
| XYZ | 52.87 | 25.3 | 92.54 | - |
| YUV | 101.14 | 212.02 | 226.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 2 | 250 | 0.04 | 0.99 | 0 | 0.02 | 297.34 | 0.98 | 0.49 |
| Hex | EF | 2 | FA | 4 | 63 | 0 | 2 | 129 | 62 | 31 |
| Octal | 357 | 2 | 372 | 4 | 143 | 0 | 2 | 451 | 142 | 61 |
| Binary | 11101111 | 10 | 11111010 | 100 | 1100011 | 0 | 10 | 100101001 | 1100010 | 110001 |
Color Harmonies of #EF02FA
Complementary color
Monochromatic Colors of #EF02FA
Black with #EF02FA
Text Example
Text Example
White with #EF02FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF02FA; }
p { color: rgb(239,2,250); }
H1.HeaderClassName
{
color: #EF02FA;
}
.AnyTagClassName
{
color: #EF02FA;
}
</style>
background-color css
<style>
a { background-color: #EF02FA; }
a { background-color: rgb(239,2,250); }
div.DivClassName
{
background-color: #EF02FA;
}
.BgClassName
{
background-color: #EF02FA;
}
</style>
border-color css
<style>
span { border-color: #EF02FA; }
span { border-color: rgb(239,2,250); }
td.TdClassName
{
border-color: #EF02FA;
}
.TagClassName
{
border-color: #EF02FA;
}
</style>