Shades of Magenta #EF27FC
Tints of Magenta #EF27FC
RGB
CMYK
RGB Variations
Color information
#EF27FC (or 0xEF27FC) is known color: Magenta. HEX triplet: EF, 27 and FC. RGB value is (239,39,252). Sum of RGB (Red+Green+Blue) = 239+39+252=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 39 (15.62% from 255 or 7.36% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF27FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF27FC is #10D803. Grayscale: #7A7A7A. Windows color (decimal): -1103876 or 16525295. OLE color: 16525295.
HSL color Cylindrical-coordinate representation of color #EF27FC: hue angle of 296.34º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF27FC is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 39 | 252 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.01 |
| HSL | 296.34º | 0.97% | 0.57% | - |
| HSV(B) | 296.34º | 0.85% | 0.99% | - |
| XYZ | 53.89 | 26.83 | 94.43 | - |
| YUV | 123.08 | 200.76 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 39 | 252 | 0.05 | 0.85 | 0 | 0.01 | 296.34 | 0.97 | 0.57 |
| Hex | EF | 27 | FC | 5 | 55 | 0 | 1 | 128 | 61 | 39 |
| Octal | 357 | 47 | 374 | 5 | 125 | 0 | 1 | 450 | 141 | 71 |
| Binary | 11101111 | 100111 | 11111100 | 101 | 1010101 | 0 | 1 | 100101000 | 1100001 | 111001 |
Color Harmonies of #EF27FC
Complementary color
Monochromatic Colors of #EF27FC
Black with #EF27FC
Text Example
Text Example
White with #EF27FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF27FC; }
p { color: rgb(239,39,252); }
H1.HeaderClassName
{
color: #EF27FC;
}
.AnyTagClassName
{
color: #EF27FC;
}
</style>
background-color css
<style>
a { background-color: #EF27FC; }
a { background-color: rgb(239,39,252); }
div.DivClassName
{
background-color: #EF27FC;
}
.BgClassName
{
background-color: #EF27FC;
}
</style>
border-color css
<style>
span { border-color: #EF27FC; }
span { border-color: rgb(239,39,252); }
td.TdClassName
{
border-color: #EF27FC;
}
.TagClassName
{
border-color: #EF27FC;
}
</style>