Shades of Magenta #EF1BEF
Tints of Magenta #EF1BEF
RGB
CMYK
RGB Variations
Color information
#EF1BEF (or 0xEF1BEF) is known color: Magenta. HEX triplet: EF, 1B and EF. RGB value is (239,27,239). Sum of RGB (Red+Green+Blue) = 239+27+239=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 27 (10.94% from 255 or 5.35% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF1BEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1BEF is #10E410. Grayscale: #717171. Windows color (decimal): -1106961 or 15670255. OLE color: 15670255.
HSL color Cylindrical-coordinate representation of color #EF1BEF: hue angle of 300º 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 #EF1BEF is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 27 | 239 | - |
| CMYK | 0 | 0.89 | 0 | 0.06 |
| HSL | 300º | 0.87% | 0.52% | - |
| HSV(B) | 300º | 0.89% | 0.94% | - |
| XYZ | 51.57 | 25.37 | 83.84 | - |
| YUV | 114.56 | 198.24 | 216.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 27 | 239 | 0 | 0.89 | 0 | 0.06 | 300 | 0.87 | 0.52 |
| Hex | EF | 1B | EF | 0 | 59 | 0 | 6 | 12C | 57 | 34 |
| Octal | 357 | 33 | 357 | 0 | 131 | 0 | 6 | 454 | 127 | 64 |
| Binary | 11101111 | 11011 | 11101111 | 0 | 1011001 | 0 | 110 | 100101100 | 1010111 | 110100 |
Color Harmonies of #EF1BEF
Complementary color
Monochromatic Colors of #EF1BEF
Black with #EF1BEF
Text Example
Text Example
White with #EF1BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1BEF; }
p { color: rgb(239,27,239); }
H1.HeaderClassName
{
color: #EF1BEF;
}
.AnyTagClassName
{
color: #EF1BEF;
}
</style>
background-color css
<style>
a { background-color: #EF1BEF; }
a { background-color: rgb(239,27,239); }
div.DivClassName
{
background-color: #EF1BEF;
}
.BgClassName
{
background-color: #EF1BEF;
}
</style>
border-color css
<style>
span { border-color: #EF1BEF; }
span { border-color: rgb(239,27,239); }
td.TdClassName
{
border-color: #EF1BEF;
}
.TagClassName
{
border-color: #EF1BEF;
}
</style>