Shades of Magenta #EF29FE
Tints of Magenta #EF29FE
RGB
CMYK
RGB Variations
Color information
#EF29FE (or 0xEF29FE) is known color: Magenta. HEX triplet: EF, 29 and FE. RGB value is (239,41,254). Sum of RGB (Red+Green+Blue) = 239+41+254=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 41 (16.41% from 255 or 7.68% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF29FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF29FE is #10D601. Grayscale: #7B7B7B. Windows color (decimal): -1103362 or 16656879. OLE color: 16656879.
HSL color Cylindrical-coordinate representation of color #EF29FE: hue angle of 295.77º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF29FE is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 41 | 254 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.00 |
| HSL | 295.77º | 0.99% | 0.58% | - |
| HSV(B) | 295.77º | 0.84% | 1% | - |
| XYZ | 54.28 | 27.09 | 96.13 | - |
| YUV | 124.48 | 201.1 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 41 | 254 | 0.06 | 0.84 | 0 | 0.00 | 295.77 | 0.99 | 0.58 |
| Hex | EF | 29 | FE | 6 | 54 | 0 | 0 | 128 | 63 | 3A |
| Octal | 357 | 51 | 376 | 6 | 124 | 0 | 0 | 450 | 143 | 72 |
| Binary | 11101111 | 101001 | 11111110 | 110 | 1010100 | 0 | 0 | 100101000 | 1100011 | 111010 |
Color Harmonies of #EF29FE
Complementary color
Monochromatic Colors of #EF29FE
Black with #EF29FE
Text Example
Text Example
White with #EF29FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF29FE; }
p { color: rgb(239,41,254); }
H1.HeaderClassName
{
color: #EF29FE;
}
.AnyTagClassName
{
color: #EF29FE;
}
</style>
background-color css
<style>
a { background-color: #EF29FE; }
a { background-color: rgb(239,41,254); }
div.DivClassName
{
background-color: #EF29FE;
}
.BgClassName
{
background-color: #EF29FE;
}
</style>
border-color css
<style>
span { border-color: #EF29FE; }
span { border-color: rgb(239,41,254); }
td.TdClassName
{
border-color: #EF29FE;
}
.TagClassName
{
border-color: #EF29FE;
}
</style>