Shades of Magenta #EF20FE
Tints of Magenta #EF20FE
RGB
CMYK
RGB Variations
Color information
#EF20FE (or 0xEF20FE) is known color: Magenta. HEX triplet: EF, 20 and FE. RGB value is (239,32,254). Sum of RGB (Red+Green+Blue) = 239+32+254=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 32 (12.89% from 255 or 6.10% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF20FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF20FE is #10DF01. Grayscale: #767676. Windows color (decimal): -1105666 or 16654575. OLE color: 16654575.
HSL color Cylindrical-coordinate representation of color #EF20FE: hue angle of 295.95º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF20FE is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 32 | 254 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.00 |
| HSL | 295.95º | 0.99% | 0.56% | - |
| HSV(B) | 295.95º | 0.87% | 1% | - |
| XYZ | 54 | 26.54 | 96.04 | - |
| YUV | 119.2 | 204.08 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 32 | 254 | 0.06 | 0.87 | 0 | 0.00 | 295.95 | 0.99 | 0.56 |
| Hex | EF | 20 | FE | 6 | 57 | 0 | 0 | 128 | 63 | 38 |
| Octal | 357 | 40 | 376 | 6 | 127 | 0 | 0 | 450 | 143 | 70 |
| Binary | 11101111 | 100000 | 11111110 | 110 | 1010111 | 0 | 0 | 100101000 | 1100011 | 111000 |
Color Harmonies of #EF20FE
Complementary color
Monochromatic Colors of #EF20FE
Black with #EF20FE
Text Example
Text Example
White with #EF20FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF20FE; }
p { color: rgb(239,32,254); }
H1.HeaderClassName
{
color: #EF20FE;
}
.AnyTagClassName
{
color: #EF20FE;
}
</style>
background-color css
<style>
a { background-color: #EF20FE; }
a { background-color: rgb(239,32,254); }
div.DivClassName
{
background-color: #EF20FE;
}
.BgClassName
{
background-color: #EF20FE;
}
</style>
border-color css
<style>
span { border-color: #EF20FE; }
span { border-color: rgb(239,32,254); }
td.TdClassName
{
border-color: #EF20FE;
}
.TagClassName
{
border-color: #EF20FE;
}
</style>