Shades of Magenta #EF32FC
Tints of Magenta #EF32FC
RGB
CMYK
RGB Variations
Color information
#EF32FC (or 0xEF32FC) is known color: Magenta. HEX triplet: EF, 32 and FC. RGB value is (239,50,252). Sum of RGB (Red+Green+Blue) = 239+50+252=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 50 (19.92% from 255 or 9.24% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF32FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF32FC is #10CD03. Grayscale: #808080. Windows color (decimal): -1101060 or 16528111. OLE color: 16528111.
HSL color Cylindrical-coordinate representation of color #EF32FC: hue angle of 296.14º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF32FC is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 50 | 252 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.01 |
| HSL | 296.14º | 0.97% | 0.59% | - |
| HSV(B) | 296.14º | 0.8% | 0.99% | - |
| XYZ | 54.31 | 27.66 | 94.57 | - |
| YUV | 129.54 | 197.12 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 50 | 252 | 0.05 | 0.80 | 0 | 0.01 | 296.14 | 0.97 | 0.59 |
| Hex | EF | 32 | FC | 5 | 50 | 0 | 1 | 128 | 61 | 3B |
| Octal | 357 | 62 | 374 | 5 | 120 | 0 | 1 | 450 | 141 | 73 |
| Binary | 11101111 | 110010 | 11111100 | 101 | 1010000 | 0 | 1 | 100101000 | 1100001 | 111011 |
Color Harmonies of #EF32FC
Complementary color
Monochromatic Colors of #EF32FC
Black with #EF32FC
Text Example
Text Example
White with #EF32FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF32FC; }
p { color: rgb(239,50,252); }
H1.HeaderClassName
{
color: #EF32FC;
}
.AnyTagClassName
{
color: #EF32FC;
}
</style>
background-color css
<style>
a { background-color: #EF32FC; }
a { background-color: rgb(239,50,252); }
div.DivClassName
{
background-color: #EF32FC;
}
.BgClassName
{
background-color: #EF32FC;
}
</style>
border-color css
<style>
span { border-color: #EF32FC; }
span { border-color: rgb(239,50,252); }
td.TdClassName
{
border-color: #EF32FC;
}
.TagClassName
{
border-color: #EF32FC;
}
</style>