Shades of Magenta #EF2AFC
Tints of Magenta #EF2AFC
RGB
CMYK
RGB Variations
Color information
#EF2AFC (or 0xEF2AFC) is known color: Magenta. HEX triplet: EF, 2A and FC. RGB value is (239,42,252). Sum of RGB (Red+Green+Blue) = 239+42+252=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 42 (16.80% from 255 or 7.88% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF2AFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2AFC is #10D503. Grayscale: #7C7C7C. Windows color (decimal): -1103108 or 16526063. OLE color: 16526063.
HSL color Cylindrical-coordinate representation of color #EF2AFC: hue angle of 296.29º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF2AFC is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 42 | 252 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.01 |
| HSL | 296.29º | 0.97% | 0.58% | - |
| HSV(B) | 296.29º | 0.83% | 0.99% | - |
| XYZ | 54 | 27.03 | 94.47 | - |
| YUV | 124.84 | 199.77 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 42 | 252 | 0.05 | 0.83 | 0 | 0.01 | 296.29 | 0.97 | 0.58 |
| Hex | EF | 2A | FC | 5 | 53 | 0 | 1 | 128 | 61 | 3A |
| Octal | 357 | 52 | 374 | 5 | 123 | 0 | 1 | 450 | 141 | 72 |
| Binary | 11101111 | 101010 | 11111100 | 101 | 1010011 | 0 | 1 | 100101000 | 1100001 | 111010 |
Color Harmonies of #EF2AFC
Complementary color
Monochromatic Colors of #EF2AFC
Black with #EF2AFC
Text Example
Text Example
White with #EF2AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2AFC; }
p { color: rgb(239,42,252); }
H1.HeaderClassName
{
color: #EF2AFC;
}
.AnyTagClassName
{
color: #EF2AFC;
}
</style>
background-color css
<style>
a { background-color: #EF2AFC; }
a { background-color: rgb(239,42,252); }
div.DivClassName
{
background-color: #EF2AFC;
}
.BgClassName
{
background-color: #EF2AFC;
}
</style>
border-color css
<style>
span { border-color: #EF2AFC; }
span { border-color: rgb(239,42,252); }
td.TdClassName
{
border-color: #EF2AFC;
}
.TagClassName
{
border-color: #EF2AFC;
}
</style>