Shades of Magenta #EF21FE
Tints of Magenta #EF21FE
RGB
CMYK
RGB Variations
Color information
#EF21FE (or 0xEF21FE) is known color: Magenta. HEX triplet: EF, 21 and FE. RGB value is (239,33,254). Sum of RGB (Red+Green+Blue) = 239+33+254=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 33 (13.28% from 255 or 6.27% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF21FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF21FE is #10DE01. Grayscale: #777777. Windows color (decimal): -1105410 or 16654831. OLE color: 16654831.
HSL color Cylindrical-coordinate representation of color #EF21FE: hue angle of 295.93º 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 #EF21FE is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 33 | 254 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.00 |
| HSL | 295.93º | 0.99% | 0.56% | - |
| HSV(B) | 295.93º | 0.87% | 1% | - |
| XYZ | 54.03 | 26.59 | 96.05 | - |
| YUV | 119.79 | 203.75 | 213.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 33 | 254 | 0.06 | 0.87 | 0 | 0.00 | 295.93 | 0.99 | 0.56 |
| Hex | EF | 21 | FE | 6 | 57 | 0 | 0 | 128 | 63 | 38 |
| Octal | 357 | 41 | 376 | 6 | 127 | 0 | 0 | 450 | 143 | 70 |
| Binary | 11101111 | 100001 | 11111110 | 110 | 1010111 | 0 | 0 | 100101000 | 1100011 | 111000 |
Color Harmonies of #EF21FE
Complementary color
Monochromatic Colors of #EF21FE
Black with #EF21FE
Text Example
Text Example
White with #EF21FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF21FE; }
p { color: rgb(239,33,254); }
H1.HeaderClassName
{
color: #EF21FE;
}
.AnyTagClassName
{
color: #EF21FE;
}
</style>
background-color css
<style>
a { background-color: #EF21FE; }
a { background-color: rgb(239,33,254); }
div.DivClassName
{
background-color: #EF21FE;
}
.BgClassName
{
background-color: #EF21FE;
}
</style>
border-color css
<style>
span { border-color: #EF21FE; }
span { border-color: rgb(239,33,254); }
td.TdClassName
{
border-color: #EF21FE;
}
.TagClassName
{
border-color: #EF21FE;
}
</style>