Shades of Magenta #EF01F8
Tints of Magenta #EF01F8
RGB
CMYK
RGB Variations
Color information
#EF01F8 (or 0xEF01F8) is known color: Magenta. HEX triplet: EF, 01 and F8. RGB value is (239,1,248). Sum of RGB (Red+Green+Blue) = 239+1+248=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 1 (0.78% from 255 or 0.20% from 488); Blue value is 248 (97.27% from 255 or 50.82% from 488); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF01F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF01F8 is #10FE07. Grayscale: #636363. Windows color (decimal): -1113608 or 16253423. OLE color: 16253423.
HSL color Cylindrical-coordinate representation of color #EF01F8: hue angle of 297.81º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF01F8 is Cyan = 0.04, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 1 | 248 | - |
| CMYK | 0.04 | 1.00 | 0 | 0.03 |
| HSL | 297.81º | 0.99% | 0.49% | - |
| HSV(B) | 297.81º | 1% | 0.97% | - |
| XYZ | 52.55 | 25.15 | 90.89 | - |
| YUV | 100.32 | 211.35 | 226.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 248 | 0.04 | 1.00 | 0 | 0.03 | 297.81 | 0.99 | 0.49 |
| Hex | EF | 1 | F8 | 4 | 64 | 0 | 3 | 12A | 63 | 31 |
| Octal | 357 | 1 | 370 | 4 | 144 | 0 | 3 | 452 | 143 | 61 |
| Binary | 11101111 | 1 | 11111000 | 100 | 1100100 | 0 | 11 | 100101010 | 1100011 | 110001 |
Color Harmonies of #EF01F8
Complementary color
Monochromatic Colors of #EF01F8
Black with #EF01F8
Text Example
Text Example
White with #EF01F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF01F8; }
p { color: rgb(239,1,248); }
H1.HeaderClassName
{
color: #EF01F8;
}
.AnyTagClassName
{
color: #EF01F8;
}
</style>
background-color css
<style>
a { background-color: #EF01F8; }
a { background-color: rgb(239,1,248); }
div.DivClassName
{
background-color: #EF01F8;
}
.BgClassName
{
background-color: #EF01F8;
}
</style>
border-color css
<style>
span { border-color: #EF01F8; }
span { border-color: rgb(239,1,248); }
td.TdClassName
{
border-color: #EF01F8;
}
.TagClassName
{
border-color: #EF01F8;
}
</style>