Shades of Magenta #EF27F0
Tints of Magenta #EF27F0
RGB
CMYK
RGB Variations
Color information
#EF27F0 (or 0xEF27F0) is known color: Magenta. HEX triplet: EF, 27 and F0. RGB value is (239,39,240). Sum of RGB (Red+Green+Blue) = 239+39+240=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 39 (15.62% from 255 or 7.53% from 518); Blue value is 240 (94.14% from 255 or 46.33% from 518); Max value from RGB is 240 - color contains mainly: blue. Hex color #EF27F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF27F0 is #10D80F. Grayscale: #797979. Windows color (decimal): -1103888 or 15738863. OLE color: 15738863.
HSL color Cylindrical-coordinate representation of color #EF27F0: hue angle of 299.7º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF27F0 is Cyan = 0.00, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 39 | 240 | - |
| CMYK | 0.00 | 0.84 | 0 | 0.06 |
| HSL | 299.7º | 0.87% | 0.55% | - |
| HSV(B) | 299.7º | 0.84% | 0.94% | - |
| XYZ | 52.05 | 26.09 | 84.73 | - |
| YUV | 121.71 | 194.76 | 211.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 39 | 240 | 0.00 | 0.84 | 0 | 0.06 | 299.7 | 0.87 | 0.55 |
| Hex | EF | 27 | F0 | 0 | 54 | 0 | 6 | 12C | 57 | 37 |
| Octal | 357 | 47 | 360 | 0 | 124 | 0 | 6 | 454 | 127 | 67 |
| Binary | 11101111 | 100111 | 11110000 | 0 | 1010100 | 0 | 110 | 100101100 | 1010111 | 110111 |
Color Harmonies of #EF27F0
Complementary color
Monochromatic Colors of #EF27F0
Black with #EF27F0
Text Example
Text Example
White with #EF27F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF27F0; }
p { color: rgb(239,39,240); }
H1.HeaderClassName
{
color: #EF27F0;
}
.AnyTagClassName
{
color: #EF27F0;
}
</style>
background-color css
<style>
a { background-color: #EF27F0; }
a { background-color: rgb(239,39,240); }
div.DivClassName
{
background-color: #EF27F0;
}
.BgClassName
{
background-color: #EF27F0;
}
</style>
border-color css
<style>
span { border-color: #EF27F0; }
span { border-color: rgb(239,39,240); }
td.TdClassName
{
border-color: #EF27F0;
}
.TagClassName
{
border-color: #EF27F0;
}
</style>