Shades of Magenta #EF1EFE
Tints of Magenta #EF1EFE
RGB
CMYK
RGB Variations
Color information
#EF1EFE (or 0xEF1EFE) is known color: Magenta. HEX triplet: EF, 1E and FE. RGB value is (239,30,254). Sum of RGB (Red+Green+Blue) = 239+30+254=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 30 (12.11% from 255 or 5.74% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF1EFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1EFE is #10E101. Grayscale: #757575. Windows color (decimal): -1106178 or 16654063. OLE color: 16654063.
HSL color Cylindrical-coordinate representation of color #EF1EFE: hue angle of 295.98º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1EFE is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 30 | 254 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.00 |
| HSL | 295.98º | 0.99% | 0.56% | - |
| HSV(B) | 295.98º | 0.88% | 1% | - |
| XYZ | 53.95 | 26.44 | 96.02 | - |
| YUV | 118.03 | 204.74 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 30 | 254 | 0.06 | 0.88 | 0 | 0.00 | 295.98 | 0.99 | 0.56 |
| Hex | EF | 1E | FE | 6 | 58 | 0 | 0 | 128 | 63 | 38 |
| Octal | 357 | 36 | 376 | 6 | 130 | 0 | 0 | 450 | 143 | 70 |
| Binary | 11101111 | 11110 | 11111110 | 110 | 1011000 | 0 | 0 | 100101000 | 1100011 | 111000 |
Color Harmonies of #EF1EFE
Complementary color
Monochromatic Colors of #EF1EFE
Black with #EF1EFE
Text Example
Text Example
White with #EF1EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1EFE; }
p { color: rgb(239,30,254); }
H1.HeaderClassName
{
color: #EF1EFE;
}
.AnyTagClassName
{
color: #EF1EFE;
}
</style>
background-color css
<style>
a { background-color: #EF1EFE; }
a { background-color: rgb(239,30,254); }
div.DivClassName
{
background-color: #EF1EFE;
}
.BgClassName
{
background-color: #EF1EFE;
}
</style>
border-color css
<style>
span { border-color: #EF1EFE; }
span { border-color: rgb(239,30,254); }
td.TdClassName
{
border-color: #EF1EFE;
}
.TagClassName
{
border-color: #EF1EFE;
}
</style>