Shades of Magenta #EF2CFB
Tints of Magenta #EF2CFB
RGB
CMYK
RGB Variations
Color information
#EF2CFB (or 0xEF2CFB) is known color: Magenta. HEX triplet: EF, 2C and FB. RGB value is (239,44,251). Sum of RGB (Red+Green+Blue) = 239+44+251=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 44 (17.58% from 255 or 8.24% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF2CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2CFB is #10D304. Grayscale: #7D7D7D. Windows color (decimal): -1102597 or 16461039. OLE color: 16461039.
HSL color Cylindrical-coordinate representation of color #EF2CFB: hue angle of 296.52º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2CFB is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 44 | 251 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.02 |
| HSL | 296.52º | 0.96% | 0.58% | - |
| HSV(B) | 296.52º | 0.82% | 0.98% | - |
| XYZ | 53.91 | 27.12 | 93.66 | - |
| YUV | 125.9 | 198.6 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 44 | 251 | 0.05 | 0.82 | 0 | 0.02 | 296.52 | 0.96 | 0.58 |
| Hex | EF | 2C | FB | 5 | 52 | 0 | 2 | 129 | 60 | 3A |
| Octal | 357 | 54 | 373 | 5 | 122 | 0 | 2 | 451 | 140 | 72 |
| Binary | 11101111 | 101100 | 11111011 | 101 | 1010010 | 0 | 10 | 100101001 | 1100000 | 111010 |
Color Harmonies of #EF2CFB
Complementary color
Monochromatic Colors of #EF2CFB
Black with #EF2CFB
Text Example
Text Example
White with #EF2CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2CFB; }
p { color: rgb(239,44,251); }
H1.HeaderClassName
{
color: #EF2CFB;
}
.AnyTagClassName
{
color: #EF2CFB;
}
</style>
background-color css
<style>
a { background-color: #EF2CFB; }
a { background-color: rgb(239,44,251); }
div.DivClassName
{
background-color: #EF2CFB;
}
.BgClassName
{
background-color: #EF2CFB;
}
</style>
border-color css
<style>
span { border-color: #EF2CFB; }
span { border-color: rgb(239,44,251); }
td.TdClassName
{
border-color: #EF2CFB;
}
.TagClassName
{
border-color: #EF2CFB;
}
</style>