Shades of Magenta #EF02F0
Tints of Magenta #EF02F0
RGB
CMYK
RGB Variations
Color information
#EF02F0 (or 0xEF02F0) is known color: Magenta. HEX triplet: EF, 02 and F0. RGB value is (239,2,240). Sum of RGB (Red+Green+Blue) = 239+2+240=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 2 (1.17% from 255 or 0.42% from 481); Blue value is 240 (94.14% from 255 or 49.90% from 481); Max value from RGB is 240 - color contains mainly: blue. Hex color #EF02F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF02F0 is #10FD0F. Grayscale: #636363. Windows color (decimal): -1113360 or 15729391. OLE color: 15729391.
HSL color Cylindrical-coordinate representation of color #EF02F0: hue angle of 299.75º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF02F0 is Cyan = 0.00, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 2 | 240 | - |
| CMYK | 0.00 | 0.99 | 0 | 0.06 |
| HSL | 299.75º | 0.98% | 0.47% | - |
| HSV(B) | 299.75º | 0.99% | 0.94% | - |
| XYZ | 51.35 | 24.69 | 84.5 | - |
| YUV | 100 | 207.02 | 227.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 2 | 240 | 0.00 | 0.99 | 0 | 0.06 | 299.75 | 0.98 | 0.47 |
| Hex | EF | 2 | F0 | 0 | 63 | 0 | 6 | 12C | 62 | 2F |
| Octal | 357 | 2 | 360 | 0 | 143 | 0 | 6 | 454 | 142 | 57 |
| Binary | 11101111 | 10 | 11110000 | 0 | 1100011 | 0 | 110 | 100101100 | 1100010 | 101111 |
Color Harmonies of #EF02F0
Complementary color
Monochromatic Colors of #EF02F0
Black with #EF02F0
Text Example
Text Example
White with #EF02F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF02F0; }
p { color: rgb(239,2,240); }
H1.HeaderClassName
{
color: #EF02F0;
}
.AnyTagClassName
{
color: #EF02F0;
}
</style>
background-color css
<style>
a { background-color: #EF02F0; }
a { background-color: rgb(239,2,240); }
div.DivClassName
{
background-color: #EF02F0;
}
.BgClassName
{
background-color: #EF02F0;
}
</style>
border-color css
<style>
span { border-color: #EF02F0; }
span { border-color: rgb(239,2,240); }
td.TdClassName
{
border-color: #EF02F0;
}
.TagClassName
{
border-color: #EF02F0;
}
</style>