Shades of Magenta #EF1CFE
Tints of Magenta #EF1CFE
RGB
CMYK
RGB Variations
Color information
#EF1CFE (or 0xEF1CFE) is known color: Magenta. HEX triplet: EF, 1C and FE. RGB value is (239,28,254). Sum of RGB (Red+Green+Blue) = 239+28+254=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 28 (11.33% from 255 or 5.37% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF1CFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1CFE is #10E301. Grayscale: #747474. Windows color (decimal): -1106690 or 16653551. OLE color: 16653551.
HSL color Cylindrical-coordinate representation of color #EF1CFE: hue angle of 296.02º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF1CFE is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 28 | 254 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.00 |
| HSL | 296.02º | 0.99% | 0.55% | - |
| HSV(B) | 296.02º | 0.89% | 1% | - |
| XYZ | 53.9 | 26.34 | 96.01 | - |
| YUV | 116.85 | 205.4 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 28 | 254 | 0.06 | 0.89 | 0 | 0.00 | 296.02 | 0.99 | 0.55 |
| Hex | EF | 1C | FE | 6 | 59 | 0 | 0 | 128 | 63 | 37 |
| Octal | 357 | 34 | 376 | 6 | 131 | 0 | 0 | 450 | 143 | 67 |
| Binary | 11101111 | 11100 | 11111110 | 110 | 1011001 | 0 | 0 | 100101000 | 1100011 | 110111 |
Color Harmonies of #EF1CFE
Complementary color
Monochromatic Colors of #EF1CFE
Black with #EF1CFE
Text Example
Text Example
White with #EF1CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1CFE; }
p { color: rgb(239,28,254); }
H1.HeaderClassName
{
color: #EF1CFE;
}
.AnyTagClassName
{
color: #EF1CFE;
}
</style>
background-color css
<style>
a { background-color: #EF1CFE; }
a { background-color: rgb(239,28,254); }
div.DivClassName
{
background-color: #EF1CFE;
}
.BgClassName
{
background-color: #EF1CFE;
}
</style>
border-color css
<style>
span { border-color: #EF1CFE; }
span { border-color: rgb(239,28,254); }
td.TdClassName
{
border-color: #EF1CFE;
}
.TagClassName
{
border-color: #EF1CFE;
}
</style>