Shades of Magenta #EF21FA
Tints of Magenta #EF21FA
RGB
CMYK
RGB Variations
Color information
#EF21FA (or 0xEF21FA) is known color: Magenta. HEX triplet: EF, 21 and FA. RGB value is (239,33,250). Sum of RGB (Red+Green+Blue) = 239+33+250=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 33 (13.28% from 255 or 6.32% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF21FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF21FA is #10DE05. Grayscale: #767676. Windows color (decimal): -1105414 or 16392687. OLE color: 16392687.
HSL color Cylindrical-coordinate representation of color #EF21FA: hue angle of 296.96º 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 #EF21FA is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 33 | 250 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.02 |
| HSL | 296.96º | 0.96% | 0.55% | - |
| HSV(B) | 296.96º | 0.87% | 0.98% | - |
| XYZ | 53.4 | 26.34 | 92.71 | - |
| YUV | 119.33 | 201.75 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 33 | 250 | 0.04 | 0.87 | 0 | 0.02 | 296.96 | 0.96 | 0.55 |
| Hex | EF | 21 | FA | 4 | 57 | 0 | 2 | 129 | 60 | 37 |
| Octal | 357 | 41 | 372 | 4 | 127 | 0 | 2 | 451 | 140 | 67 |
| Binary | 11101111 | 100001 | 11111010 | 100 | 1010111 | 0 | 10 | 100101001 | 1100000 | 110111 |
Color Harmonies of #EF21FA
Complementary color
Monochromatic Colors of #EF21FA
Black with #EF21FA
Text Example
Text Example
White with #EF21FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF21FA; }
p { color: rgb(239,33,250); }
H1.HeaderClassName
{
color: #EF21FA;
}
.AnyTagClassName
{
color: #EF21FA;
}
</style>
background-color css
<style>
a { background-color: #EF21FA; }
a { background-color: rgb(239,33,250); }
div.DivClassName
{
background-color: #EF21FA;
}
.BgClassName
{
background-color: #EF21FA;
}
</style>
border-color css
<style>
span { border-color: #EF21FA; }
span { border-color: rgb(239,33,250); }
td.TdClassName
{
border-color: #EF21FA;
}
.TagClassName
{
border-color: #EF21FA;
}
</style>