Shades of Magenta #EF15EB
Tints of Magenta #EF15EB
RGB
CMYK
RGB Variations
Color information
#EF15EB (or 0xEF15EB) is known color: Magenta. HEX triplet: EF, 15 and EB. RGB value is (239,21,235). Sum of RGB (Red+Green+Blue) = 239+21+235=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 21 (8.59% from 255 or 4.24% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EF15EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF15EB is #10EA14. Grayscale: #6D6D6D. Windows color (decimal): -1108501 or 15406575. OLE color: 15406575.
HSL color Cylindrical-coordinate representation of color #EF15EB: hue angle of 301.1º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF15EB is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 235 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.06 |
| HSL | 301.1º | 0.87% | 0.51% | - |
| HSV(B) | 301.1º | 0.91% | 0.94% | - |
| XYZ | 50.86 | 24.89 | 80.72 | - |
| YUV | 110.58 | 198.22 | 219.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 235 | 0 | 0.91 | 0.02 | 0.06 | 301.1 | 0.87 | 0.51 |
| Hex | EF | 15 | EB | 0 | 5B | 2 | 6 | 12D | 57 | 33 |
| Octal | 357 | 25 | 353 | 0 | 133 | 2 | 6 | 455 | 127 | 63 |
| Binary | 11101111 | 10101 | 11101011 | 0 | 1011011 | 10 | 110 | 100101101 | 1010111 | 110011 |
Color Harmonies of #EF15EB
Complementary color
Monochromatic Colors of #EF15EB
Black with #EF15EB
Text Example
Text Example
White with #EF15EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF15EB; }
p { color: rgb(239,21,235); }
H1.HeaderClassName
{
color: #EF15EB;
}
.AnyTagClassName
{
color: #EF15EB;
}
</style>
background-color css
<style>
a { background-color: #EF15EB; }
a { background-color: rgb(239,21,235); }
div.DivClassName
{
background-color: #EF15EB;
}
.BgClassName
{
background-color: #EF15EB;
}
</style>
border-color css
<style>
span { border-color: #EF15EB; }
span { border-color: rgb(239,21,235); }
td.TdClassName
{
border-color: #EF15EB;
}
.TagClassName
{
border-color: #EF15EB;
}
</style>