Shades of Magenta #EF00FE
Tints of Magenta #EF00FE
RGB
CMYK
RGB Variations
Color information
#EF00FE (or 0xEF00FE) is known color: Magenta. HEX triplet: EF, 00 and FE. RGB value is (239,0,254). Sum of RGB (Red+Green+Blue) = 239+0+254=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 0 (0.39% from 255 or 0% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF00FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF00FE is #10FF01. Grayscale: #636363. Windows color (decimal): -1113858 or 16646383. OLE color: 16646383.
HSL color Cylindrical-coordinate representation of color #EF00FE: hue angle of 296.46º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF00FE is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 0 | 254 | - |
| CMYK | 0.06 | 1 | 0 | 0.00 |
| HSL | 296.46º | 1% | 0.5% | - |
| HSV(B) | 296.46º | 1% | 1% | - |
| XYZ | 53.49 | 25.51 | 95.87 | - |
| YUV | 100.42 | 214.68 | 226.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 254 | 0.06 | 1 | 0 | 0.00 | 296.46 | 1 | 0.5 |
| Hex | EF | 0 | FE | 6 | 64 | 0 | 0 | 128 | 64 | 32 |
| Octal | 357 | 0 | 376 | 6 | 144 | 0 | 0 | 450 | 144 | 62 |
| Binary | 11101111 | 0 | 11111110 | 110 | 1100100 | 0 | 0 | 100101000 | 1100100 | 110010 |
Color Harmonies of #EF00FE
Complementary color
Monochromatic Colors of #EF00FE
Black with #EF00FE
Text Example
Text Example
White with #EF00FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF00FE; }
p { color: rgb(239,0,254); }
H1.HeaderClassName
{
color: #EF00FE;
}
.AnyTagClassName
{
color: #EF00FE;
}
</style>
background-color css
<style>
a { background-color: #EF00FE; }
a { background-color: rgb(239,0,254); }
div.DivClassName
{
background-color: #EF00FE;
}
.BgClassName
{
background-color: #EF00FE;
}
</style>
border-color css
<style>
span { border-color: #EF00FE; }
span { border-color: rgb(239,0,254); }
td.TdClassName
{
border-color: #EF00FE;
}
.TagClassName
{
border-color: #EF00FE;
}
</style>