Shades of Magenta #EF1FEE
Tints of Magenta #EF1FEE
RGB
CMYK
RGB Variations
Color information
#EF1FEE (or 0xEF1FEE) is known color: Magenta. HEX triplet: EF, 1F and EE. RGB value is (239,31,238). Sum of RGB (Red+Green+Blue) = 239+31+238=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 31 (12.5% from 255 or 6.10% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1FEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1FEE is #10E011. Grayscale: #747474. Windows color (decimal): -1105938 or 15605743. OLE color: 15605743.
HSL color Cylindrical-coordinate representation of color #EF1FEE: hue angle of 300.29º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF1FEE is Cyan = 0, Magento = 0.87, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 31 | 238 | - |
| CMYK | 0 | 0.87 | 0.00 | 0.06 |
| HSL | 300.29º | 0.87% | 0.53% | - |
| HSV(B) | 300.29º | 0.87% | 0.94% | - |
| XYZ | 51.52 | 25.5 | 83.1 | - |
| YUV | 116.79 | 196.41 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 31 | 238 | 0 | 0.87 | 0.00 | 0.06 | 300.29 | 0.87 | 0.53 |
| Hex | EF | 1F | EE | 0 | 57 | 0 | 6 | 12C | 57 | 35 |
| Octal | 357 | 37 | 356 | 0 | 127 | 0 | 6 | 454 | 127 | 65 |
| Binary | 11101111 | 11111 | 11101110 | 0 | 1010111 | 0 | 110 | 100101100 | 1010111 | 110101 |
Color Harmonies of #EF1FEE
Complementary color
Monochromatic Colors of #EF1FEE
Black with #EF1FEE
Text Example
Text Example
White with #EF1FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1FEE; }
p { color: rgb(239,31,238); }
H1.HeaderClassName
{
color: #EF1FEE;
}
.AnyTagClassName
{
color: #EF1FEE;
}
</style>
background-color css
<style>
a { background-color: #EF1FEE; }
a { background-color: rgb(239,31,238); }
div.DivClassName
{
background-color: #EF1FEE;
}
.BgClassName
{
background-color: #EF1FEE;
}
</style>
border-color css
<style>
span { border-color: #EF1FEE; }
span { border-color: rgb(239,31,238); }
td.TdClassName
{
border-color: #EF1FEE;
}
.TagClassName
{
border-color: #EF1FEE;
}
</style>