Shades of Magenta #EF01FA
Tints of Magenta #EF01FA
RGB
CMYK
RGB Variations
Color information
#EF01FA (or 0xEF01FA) is known color: Magenta. HEX triplet: EF, 01 and FA. RGB value is (239,1,250). Sum of RGB (Red+Green+Blue) = 239+1+250=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 1 (0.78% from 255 or 0.20% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF01FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF01FA is #10FE05. Grayscale: #636363. Windows color (decimal): -1113606 or 16384495. OLE color: 16384495.
HSL color Cylindrical-coordinate representation of color #EF01FA: hue angle of 297.35º 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 #EF01FA is Cyan = 0.04, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 1 | 250 | - |
| CMYK | 0.04 | 1.00 | 0 | 0.02 |
| HSL | 297.35º | 0.99% | 0.49% | - |
| HSV(B) | 297.35º | 1% | 0.98% | - |
| XYZ | 52.86 | 25.27 | 92.53 | - |
| YUV | 100.55 | 212.35 | 226.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 250 | 0.04 | 1.00 | 0 | 0.02 | 297.35 | 0.99 | 0.49 |
| Hex | EF | 1 | FA | 4 | 64 | 0 | 2 | 129 | 63 | 31 |
| Octal | 357 | 1 | 372 | 4 | 144 | 0 | 2 | 451 | 143 | 61 |
| Binary | 11101111 | 1 | 11111010 | 100 | 1100100 | 0 | 10 | 100101001 | 1100011 | 110001 |
Color Harmonies of #EF01FA
Complementary color
Monochromatic Colors of #EF01FA
Black with #EF01FA
Text Example
Text Example
White with #EF01FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF01FA; }
p { color: rgb(239,1,250); }
H1.HeaderClassName
{
color: #EF01FA;
}
.AnyTagClassName
{
color: #EF01FA;
}
</style>
background-color css
<style>
a { background-color: #EF01FA; }
a { background-color: rgb(239,1,250); }
div.DivClassName
{
background-color: #EF01FA;
}
.BgClassName
{
background-color: #EF01FA;
}
</style>
border-color css
<style>
span { border-color: #EF01FA; }
span { border-color: rgb(239,1,250); }
td.TdClassName
{
border-color: #EF01FA;
}
.TagClassName
{
border-color: #EF01FA;
}
</style>