Shades of Magenta #EF19EB
Tints of Magenta #EF19EB
RGB
CMYK
RGB Variations
Color information
#EF19EB (or 0xEF19EB) is known color: Magenta. HEX triplet: EF, 19 and EB. RGB value is (239,25,235). Sum of RGB (Red+Green+Blue) = 239+25+235=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 25 (10.16% from 255 or 5.01% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EF19EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF19EB is #10E614. Grayscale: #707070. Windows color (decimal): -1107477 or 15407599. OLE color: 15407599.
HSL color Cylindrical-coordinate representation of color #EF19EB: hue angle of 301.12º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF19EB is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 235 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.06 |
| HSL | 301.12º | 0.87% | 0.52% | - |
| HSV(B) | 301.12º | 0.9% | 0.94% | - |
| XYZ | 50.94 | 25.04 | 80.75 | - |
| YUV | 112.93 | 196.9 | 217.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 235 | 0 | 0.90 | 0.02 | 0.06 | 301.12 | 0.87 | 0.52 |
| Hex | EF | 19 | EB | 0 | 5A | 2 | 6 | 12D | 57 | 34 |
| Octal | 357 | 31 | 353 | 0 | 132 | 2 | 6 | 455 | 127 | 64 |
| Binary | 11101111 | 11001 | 11101011 | 0 | 1011010 | 10 | 110 | 100101101 | 1010111 | 110100 |
Color Harmonies of #EF19EB
Complementary color
Monochromatic Colors of #EF19EB
Black with #EF19EB
Text Example
Text Example
White with #EF19EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF19EB; }
p { color: rgb(239,25,235); }
H1.HeaderClassName
{
color: #EF19EB;
}
.AnyTagClassName
{
color: #EF19EB;
}
</style>
background-color css
<style>
a { background-color: #EF19EB; }
a { background-color: rgb(239,25,235); }
div.DivClassName
{
background-color: #EF19EB;
}
.BgClassName
{
background-color: #EF19EB;
}
</style>
border-color css
<style>
span { border-color: #EF19EB; }
span { border-color: rgb(239,25,235); }
td.TdClassName
{
border-color: #EF19EB;
}
.TagClassName
{
border-color: #EF19EB;
}
</style>