Shades of Magenta #EF2CF9
Tints of Magenta #EF2CF9
RGB
CMYK
RGB Variations
Color information
#EF2CF9 (or 0xEF2CF9) is known color: Magenta. HEX triplet: EF, 2C and F9. RGB value is (239,44,249). Sum of RGB (Red+Green+Blue) = 239+44+249=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 44 (17.58% from 255 or 8.27% from 532); Blue value is 249 (97.66% from 255 or 46.80% from 532); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF2CF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2CF9 is #10D306. Grayscale: #7D7D7D. Windows color (decimal): -1102599 or 16329967. OLE color: 16329967.
HSL color Cylindrical-coordinate representation of color #EF2CF9: hue angle of 297.07º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2CF9 is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 44 | 249 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.02 |
| HSL | 297.07º | 0.94% | 0.57% | - |
| HSV(B) | 297.07º | 0.82% | 0.98% | - |
| XYZ | 53.6 | 26.99 | 92.01 | - |
| YUV | 125.68 | 197.6 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 44 | 249 | 0.04 | 0.82 | 0 | 0.02 | 297.07 | 0.94 | 0.57 |
| Hex | EF | 2C | F9 | 4 | 52 | 0 | 2 | 129 | 5E | 39 |
| Octal | 357 | 54 | 371 | 4 | 122 | 0 | 2 | 451 | 136 | 71 |
| Binary | 11101111 | 101100 | 11111001 | 100 | 1010010 | 0 | 10 | 100101001 | 1011110 | 111001 |
Color Harmonies of #EF2CF9
Complementary color
Monochromatic Colors of #EF2CF9
Black with #EF2CF9
Text Example
Text Example
White with #EF2CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2CF9; }
p { color: rgb(239,44,249); }
H1.HeaderClassName
{
color: #EF2CF9;
}
.AnyTagClassName
{
color: #EF2CF9;
}
</style>
background-color css
<style>
a { background-color: #EF2CF9; }
a { background-color: rgb(239,44,249); }
div.DivClassName
{
background-color: #EF2CF9;
}
.BgClassName
{
background-color: #EF2CF9;
}
</style>
border-color css
<style>
span { border-color: #EF2CF9; }
span { border-color: rgb(239,44,249); }
td.TdClassName
{
border-color: #EF2CF9;
}
.TagClassName
{
border-color: #EF2CF9;
}
</style>