Shades of Magenta #EF21FB
Tints of Magenta #EF21FB
RGB
CMYK
RGB Variations
Color information
#EF21FB (or 0xEF21FB) is known color: Magenta. HEX triplet: EF, 21 and FB. RGB value is (239,33,251). Sum of RGB (Red+Green+Blue) = 239+33+251=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 33 (13.28% from 255 or 6.31% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF21FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF21FB is #10DE04. Grayscale: #767676. Windows color (decimal): -1105413 or 16458223. OLE color: 16458223.
HSL color Cylindrical-coordinate representation of color #EF21FB: hue angle of 296.7º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF21FB is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 33 | 251 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.02 |
| HSL | 296.7º | 0.96% | 0.56% | - |
| HSV(B) | 296.7º | 0.87% | 0.98% | - |
| XYZ | 53.55 | 26.4 | 93.54 | - |
| YUV | 119.45 | 202.25 | 213.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 33 | 251 | 0.05 | 0.87 | 0 | 0.02 | 296.7 | 0.96 | 0.56 |
| Hex | EF | 21 | FB | 5 | 57 | 0 | 2 | 129 | 60 | 38 |
| Octal | 357 | 41 | 373 | 5 | 127 | 0 | 2 | 451 | 140 | 70 |
| Binary | 11101111 | 100001 | 11111011 | 101 | 1010111 | 0 | 10 | 100101001 | 1100000 | 111000 |
Color Harmonies of #EF21FB
Complementary color
Monochromatic Colors of #EF21FB
Black with #EF21FB
Text Example
Text Example
White with #EF21FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF21FB; }
p { color: rgb(239,33,251); }
H1.HeaderClassName
{
color: #EF21FB;
}
.AnyTagClassName
{
color: #EF21FB;
}
</style>
background-color css
<style>
a { background-color: #EF21FB; }
a { background-color: rgb(239,33,251); }
div.DivClassName
{
background-color: #EF21FB;
}
.BgClassName
{
background-color: #EF21FB;
}
</style>
border-color css
<style>
span { border-color: #EF21FB; }
span { border-color: rgb(239,33,251); }
td.TdClassName
{
border-color: #EF21FB;
}
.TagClassName
{
border-color: #EF21FB;
}
</style>