Shades of Magenta #EF2FFE
Tints of Magenta #EF2FFE
RGB
CMYK
RGB Variations
Color information
#EF2FFE (or 0xEF2FFE) is known color: Magenta. HEX triplet: EF, 2F and FE. RGB value is (239,47,254). Sum of RGB (Red+Green+Blue) = 239+47+254=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 47 (18.75% from 255 or 8.70% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF2FFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2FFE is #10D001. Grayscale: #7F7F7F. Windows color (decimal): -1101826 or 16658415. OLE color: 16658415.
HSL color Cylindrical-coordinate representation of color #EF2FFE: hue angle of 295.65º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF2FFE is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 47 | 254 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.00 |
| HSL | 295.65º | 0.99% | 0.59% | - |
| HSV(B) | 295.65º | 0.81% | 1% | - |
| XYZ | 54.5 | 27.54 | 96.21 | - |
| YUV | 128.01 | 199.11 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 47 | 254 | 0.06 | 0.81 | 0 | 0.00 | 295.65 | 0.99 | 0.59 |
| Hex | EF | 2F | FE | 6 | 51 | 0 | 0 | 128 | 63 | 3B |
| Octal | 357 | 57 | 376 | 6 | 121 | 0 | 0 | 450 | 143 | 73 |
| Binary | 11101111 | 101111 | 11111110 | 110 | 1010001 | 0 | 0 | 100101000 | 1100011 | 111011 |
Color Harmonies of #EF2FFE
Complementary color
Monochromatic Colors of #EF2FFE
Black with #EF2FFE
Text Example
Text Example
White with #EF2FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2FFE; }
p { color: rgb(239,47,254); }
H1.HeaderClassName
{
color: #EF2FFE;
}
.AnyTagClassName
{
color: #EF2FFE;
}
</style>
background-color css
<style>
a { background-color: #EF2FFE; }
a { background-color: rgb(239,47,254); }
div.DivClassName
{
background-color: #EF2FFE;
}
.BgClassName
{
background-color: #EF2FFE;
}
</style>
border-color css
<style>
span { border-color: #EF2FFE; }
span { border-color: rgb(239,47,254); }
td.TdClassName
{
border-color: #EF2FFE;
}
.TagClassName
{
border-color: #EF2FFE;
}
</style>