Shades of Magenta #EF1BE7
Tints of Magenta #EF1BE7
RGB
CMYK
RGB Variations
Color information
#EF1BE7 (or 0xEF1BE7) is known color: Magenta. HEX triplet: EF, 1B and E7. RGB value is (239,27,231). Sum of RGB (Red+Green+Blue) = 239+27+231=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 27 (10.94% from 255 or 5.43% from 497); Blue value is 231 (90.62% from 255 or 46.48% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1BE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1BE7 is #10E418. Grayscale: #717171. Windows color (decimal): -1106969 or 15145967. OLE color: 15145967.
HSL color Cylindrical-coordinate representation of color #EF1BE7: hue angle of 302.26º 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 #EF1BE7 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 27 | 231 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.06 |
| HSL | 302.26º | 0.87% | 0.52% | - |
| HSV(B) | 302.26º | 0.89% | 0.94% | - |
| XYZ | 50.41 | 24.9 | 77.75 | - |
| YUV | 113.64 | 194.24 | 217.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 27 | 231 | 0 | 0.89 | 0.03 | 0.06 | 302.26 | 0.87 | 0.52 |
| Hex | EF | 1B | E7 | 0 | 59 | 3 | 6 | 12E | 57 | 34 |
| Octal | 357 | 33 | 347 | 0 | 131 | 3 | 6 | 456 | 127 | 64 |
| Binary | 11101111 | 11011 | 11100111 | 0 | 1011001 | 11 | 110 | 100101110 | 1010111 | 110100 |
Color Harmonies of #EF1BE7
Complementary color
Monochromatic Colors of #EF1BE7
Black with #EF1BE7
Text Example
Text Example
White with #EF1BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1BE7; }
p { color: rgb(239,27,231); }
H1.HeaderClassName
{
color: #EF1BE7;
}
.AnyTagClassName
{
color: #EF1BE7;
}
</style>
background-color css
<style>
a { background-color: #EF1BE7; }
a { background-color: rgb(239,27,231); }
div.DivClassName
{
background-color: #EF1BE7;
}
.BgClassName
{
background-color: #EF1BE7;
}
</style>
border-color css
<style>
span { border-color: #EF1BE7; }
span { border-color: rgb(239,27,231); }
td.TdClassName
{
border-color: #EF1BE7;
}
.TagClassName
{
border-color: #EF1BE7;
}
</style>