Shades of Magenta #EF2DFE
Tints of Magenta #EF2DFE
RGB
CMYK
RGB Variations
Color information
#EF2DFE (or 0xEF2DFE) is known color: Magenta. HEX triplet: EF, 2D and FE. RGB value is (239,45,254). Sum of RGB (Red+Green+Blue) = 239+45+254=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 45 (17.97% from 255 or 8.36% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF2DFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2DFE is #10D201. Grayscale: #7E7E7E. Windows color (decimal): -1102338 or 16657903. OLE color: 16657903.
HSL color Cylindrical-coordinate representation of color #EF2DFE: hue angle of 295.69º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2DFE is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 45 | 254 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.00 |
| HSL | 295.69º | 0.99% | 0.59% | - |
| HSV(B) | 295.69º | 0.82% | 1% | - |
| XYZ | 54.42 | 27.38 | 96.18 | - |
| YUV | 126.83 | 199.77 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 45 | 254 | 0.06 | 0.82 | 0 | 0.00 | 295.69 | 0.99 | 0.59 |
| Hex | EF | 2D | FE | 6 | 52 | 0 | 0 | 128 | 63 | 3B |
| Octal | 357 | 55 | 376 | 6 | 122 | 0 | 0 | 450 | 143 | 73 |
| Binary | 11101111 | 101101 | 11111110 | 110 | 1010010 | 0 | 0 | 100101000 | 1100011 | 111011 |
Color Harmonies of #EF2DFE
Complementary color
Monochromatic Colors of #EF2DFE
Black with #EF2DFE
Text Example
Text Example
White with #EF2DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2DFE; }
p { color: rgb(239,45,254); }
H1.HeaderClassName
{
color: #EF2DFE;
}
.AnyTagClassName
{
color: #EF2DFE;
}
</style>
background-color css
<style>
a { background-color: #EF2DFE; }
a { background-color: rgb(239,45,254); }
div.DivClassName
{
background-color: #EF2DFE;
}
.BgClassName
{
background-color: #EF2DFE;
}
</style>
border-color css
<style>
span { border-color: #EF2DFE; }
span { border-color: rgb(239,45,254); }
td.TdClassName
{
border-color: #EF2DFE;
}
.TagClassName
{
border-color: #EF2DFE;
}
</style>