Shades of Magenta #EF20FF
Tints of Magenta #EF20FF
RGB
CMYK
RGB Variations
Color information
#EF20FF (or 0xEF20FF) is known color: Magenta. HEX triplet: EF, 20 and FF. RGB value is (239,32,255). Sum of RGB (Red+Green+Blue) = 239+32+255=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 32 (12.89% from 255 or 6.08% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF20FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF20FF is #10DF00. Grayscale: #767676. Windows color (decimal): -1105665 or 16720111. OLE color: 16720111.
HSL color Cylindrical-coordinate representation of color #EF20FF: hue angle of 295.7º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF20FF is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 32 | 255 | - |
| CMYK | 0.06 | 0.87 | 0 | 0 |
| HSL | 295.7º | 1% | 0.56% | - |
| HSV(B) | 295.7º | 0.87% | 1% | - |
| XYZ | 54.16 | 26.6 | 96.89 | - |
| YUV | 119.32 | 204.58 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 32 | 255 | 0.06 | 0.87 | 0 | 0 | 295.7 | 1 | 0.56 |
| Hex | EF | 20 | FF | 6 | 57 | 0 | 0 | 128 | 64 | 38 |
| Octal | 357 | 40 | 377 | 6 | 127 | 0 | 0 | 450 | 144 | 70 |
| Binary | 11101111 | 100000 | 11111111 | 110 | 1010111 | 0 | 0 | 100101000 | 1100100 | 111000 |
Color Harmonies of #EF20FF
Complementary color
Monochromatic Colors of #EF20FF
Black with #EF20FF
Text Example
Text Example
White with #EF20FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF20FF; }
p { color: rgb(239,32,255); }
H1.HeaderClassName
{
color: #EF20FF;
}
.AnyTagClassName
{
color: #EF20FF;
}
</style>
background-color css
<style>
a { background-color: #EF20FF; }
a { background-color: rgb(239,32,255); }
div.DivClassName
{
background-color: #EF20FF;
}
.BgClassName
{
background-color: #EF20FF;
}
</style>
border-color css
<style>
span { border-color: #EF20FF; }
span { border-color: rgb(239,32,255); }
td.TdClassName
{
border-color: #EF20FF;
}
.TagClassName
{
border-color: #EF20FF;
}
</style>