Shades of Magenta #EF0BEB
Tints of Magenta #EF0BEB
RGB
CMYK
RGB Variations
Color information
#EF0BEB (or 0xEF0BEB) is known color: Magenta. HEX triplet: EF, 0B and EB. RGB value is (239,11,235). Sum of RGB (Red+Green+Blue) = 239+11+235=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 11 (4.69% from 255 or 2.27% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0BEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0BEB is #10F414. Grayscale: #686868. Windows color (decimal): -1111061 or 15404015. OLE color: 15404015.
HSL color Cylindrical-coordinate representation of color #EF0BEB: hue angle of 301.05º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0BEB is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 11 | 235 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.06 |
| HSL | 301.05º | 0.91% | 0.49% | - |
| HSV(B) | 301.05º | 0.95% | 0.94% | - |
| XYZ | 50.71 | 24.59 | 80.67 | - |
| YUV | 104.71 | 201.54 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 11 | 235 | 0 | 0.95 | 0.02 | 0.06 | 301.05 | 0.91 | 0.49 |
| Hex | EF | B | EB | 0 | 5F | 2 | 6 | 12D | 5B | 31 |
| Octal | 357 | 13 | 353 | 0 | 137 | 2 | 6 | 455 | 133 | 61 |
| Binary | 11101111 | 1011 | 11101011 | 0 | 1011111 | 10 | 110 | 100101101 | 1011011 | 110001 |
Color Harmonies of #EF0BEB
Complementary color
Monochromatic Colors of #EF0BEB
Black with #EF0BEB
Text Example
Text Example
White with #EF0BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0BEB; }
p { color: rgb(239,11,235); }
H1.HeaderClassName
{
color: #EF0BEB;
}
.AnyTagClassName
{
color: #EF0BEB;
}
</style>
background-color css
<style>
a { background-color: #EF0BEB; }
a { background-color: rgb(239,11,235); }
div.DivClassName
{
background-color: #EF0BEB;
}
.BgClassName
{
background-color: #EF0BEB;
}
</style>
border-color css
<style>
span { border-color: #EF0BEB; }
span { border-color: rgb(239,11,235); }
td.TdClassName
{
border-color: #EF0BEB;
}
.TagClassName
{
border-color: #EF0BEB;
}
</style>