Shades of Magenta #EF20FB
Tints of Magenta #EF20FB
RGB
CMYK
RGB Variations
Color information
#EF20FB (or 0xEF20FB) is known color: Magenta. HEX triplet: EF, 20 and FB. RGB value is (239,32,251). Sum of RGB (Red+Green+Blue) = 239+32+251=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 32 (12.89% from 255 or 6.13% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF20FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF20FB is #10DF04. Grayscale: #767676. Windows color (decimal): -1105669 or 16457967. OLE color: 16457967.
HSL color Cylindrical-coordinate representation of color #EF20FB: hue angle of 296.71º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF20FB is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 32 | 251 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.02 |
| HSL | 296.71º | 0.96% | 0.55% | - |
| HSV(B) | 296.71º | 0.87% | 0.98% | - |
| XYZ | 53.53 | 26.35 | 93.53 | - |
| YUV | 118.86 | 202.58 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 32 | 251 | 0.05 | 0.87 | 0 | 0.02 | 296.71 | 0.96 | 0.55 |
| Hex | EF | 20 | FB | 5 | 57 | 0 | 2 | 129 | 60 | 37 |
| Octal | 357 | 40 | 373 | 5 | 127 | 0 | 2 | 451 | 140 | 67 |
| Binary | 11101111 | 100000 | 11111011 | 101 | 1010111 | 0 | 10 | 100101001 | 1100000 | 110111 |
Color Harmonies of #EF20FB
Complementary color
Monochromatic Colors of #EF20FB
Black with #EF20FB
Text Example
Text Example
White with #EF20FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF20FB; }
p { color: rgb(239,32,251); }
H1.HeaderClassName
{
color: #EF20FB;
}
.AnyTagClassName
{
color: #EF20FB;
}
</style>
background-color css
<style>
a { background-color: #EF20FB; }
a { background-color: rgb(239,32,251); }
div.DivClassName
{
background-color: #EF20FB;
}
.BgClassName
{
background-color: #EF20FB;
}
</style>
border-color css
<style>
span { border-color: #EF20FB; }
span { border-color: rgb(239,32,251); }
td.TdClassName
{
border-color: #EF20FB;
}
.TagClassName
{
border-color: #EF20FB;
}
</style>