Shades of Magenta #EF2DFC
Tints of Magenta #EF2DFC
RGB
CMYK
RGB Variations
Color information
#EF2DFC (or 0xEF2DFC) is known color: Magenta. HEX triplet: EF, 2D and FC. RGB value is (239,45,252). Sum of RGB (Red+Green+Blue) = 239+45+252=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 45 (17.97% from 255 or 8.40% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF2DFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2DFC is #10D203. Grayscale: #7D7D7D. Windows color (decimal): -1102340 or 16526831. OLE color: 16526831.
HSL color Cylindrical-coordinate representation of color #EF2DFC: hue angle of 296.23º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2DFC is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 45 | 252 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.01 |
| HSL | 296.23º | 0.97% | 0.58% | - |
| HSV(B) | 296.23º | 0.82% | 0.99% | - |
| XYZ | 54.11 | 27.26 | 94.5 | - |
| YUV | 126.6 | 198.77 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 45 | 252 | 0.05 | 0.82 | 0 | 0.01 | 296.23 | 0.97 | 0.58 |
| Hex | EF | 2D | FC | 5 | 52 | 0 | 1 | 128 | 61 | 3A |
| Octal | 357 | 55 | 374 | 5 | 122 | 0 | 1 | 450 | 141 | 72 |
| Binary | 11101111 | 101101 | 11111100 | 101 | 1010010 | 0 | 1 | 100101000 | 1100001 | 111010 |
Color Harmonies of #EF2DFC
Complementary color
Monochromatic Colors of #EF2DFC
Black with #EF2DFC
Text Example
Text Example
White with #EF2DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2DFC; }
p { color: rgb(239,45,252); }
H1.HeaderClassName
{
color: #EF2DFC;
}
.AnyTagClassName
{
color: #EF2DFC;
}
</style>
background-color css
<style>
a { background-color: #EF2DFC; }
a { background-color: rgb(239,45,252); }
div.DivClassName
{
background-color: #EF2DFC;
}
.BgClassName
{
background-color: #EF2DFC;
}
</style>
border-color css
<style>
span { border-color: #EF2DFC; }
span { border-color: rgb(239,45,252); }
td.TdClassName
{
border-color: #EF2DFC;
}
.TagClassName
{
border-color: #EF2DFC;
}
</style>