Shades of Magenta #EF1BEE
Tints of Magenta #EF1BEE
RGB
CMYK
RGB Variations
Color information
#EF1BEE (or 0xEF1BEE) is known color: Magenta. HEX triplet: EF, 1B and EE. RGB value is (239,27,238). Sum of RGB (Red+Green+Blue) = 239+27+238=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 27 (10.94% from 255 or 5.36% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1BEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1BEE is #10E411. Grayscale: #717171. Windows color (decimal): -1106962 or 15604719. OLE color: 15604719.
HSL color Cylindrical-coordinate representation of color #EF1BEE: hue angle of 300.28º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF1BEE is Cyan = 0, Magento = 0.89, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 27 | 238 | - |
| CMYK | 0 | 0.89 | 0.00 | 0.06 |
| HSL | 300.28º | 0.87% | 0.52% | - |
| HSV(B) | 300.28º | 0.89% | 0.94% | - |
| XYZ | 51.42 | 25.31 | 83.06 | - |
| YUV | 114.44 | 197.74 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 27 | 238 | 0 | 0.89 | 0.00 | 0.06 | 300.28 | 0.87 | 0.52 |
| Hex | EF | 1B | EE | 0 | 59 | 0 | 6 | 12C | 57 | 34 |
| Octal | 357 | 33 | 356 | 0 | 131 | 0 | 6 | 454 | 127 | 64 |
| Binary | 11101111 | 11011 | 11101110 | 0 | 1011001 | 0 | 110 | 100101100 | 1010111 | 110100 |
Color Harmonies of #EF1BEE
Complementary color
Monochromatic Colors of #EF1BEE
Black with #EF1BEE
Text Example
Text Example
White with #EF1BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1BEE; }
p { color: rgb(239,27,238); }
H1.HeaderClassName
{
color: #EF1BEE;
}
.AnyTagClassName
{
color: #EF1BEE;
}
</style>
background-color css
<style>
a { background-color: #EF1BEE; }
a { background-color: rgb(239,27,238); }
div.DivClassName
{
background-color: #EF1BEE;
}
.BgClassName
{
background-color: #EF1BEE;
}
</style>
border-color css
<style>
span { border-color: #EF1BEE; }
span { border-color: rgb(239,27,238); }
td.TdClassName
{
border-color: #EF1BEE;
}
.TagClassName
{
border-color: #EF1BEE;
}
</style>