Shades of Magenta #EF19E5
Tints of Magenta #EF19E5
RGB
CMYK
RGB Variations
Color information
#EF19E5 (or 0xEF19E5) is known color: Magenta. HEX triplet: EF, 19 and E5. RGB value is (239,25,229). Sum of RGB (Red+Green+Blue) = 239+25+229=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 25 (10.16% from 255 or 5.07% from 493); Blue value is 229 (89.84% from 255 or 46.45% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EF19E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF19E5 is #10E61A. Grayscale: #6F6F6F. Windows color (decimal): -1107483 or 15014383. OLE color: 15014383.
HSL color Cylindrical-coordinate representation of color #EF19E5: hue angle of 302.8º 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 #EF19E5 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 229 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.06 |
| HSL | 302.8º | 0.87% | 0.52% | - |
| HSV(B) | 302.8º | 0.9% | 0.94% | - |
| XYZ | 50.09 | 24.7 | 76.26 | - |
| YUV | 112.24 | 193.9 | 218.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 229 | 0 | 0.90 | 0.04 | 0.06 | 302.8 | 0.87 | 0.52 |
| Hex | EF | 19 | E5 | 0 | 5A | 4 | 6 | 12F | 57 | 34 |
| Octal | 357 | 31 | 345 | 0 | 132 | 4 | 6 | 457 | 127 | 64 |
| Binary | 11101111 | 11001 | 11100101 | 0 | 1011010 | 100 | 110 | 100101111 | 1010111 | 110100 |
Color Harmonies of #EF19E5
Complementary color
Monochromatic Colors of #EF19E5
Black with #EF19E5
Text Example
Text Example
White with #EF19E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF19E5; }
p { color: rgb(239,25,229); }
H1.HeaderClassName
{
color: #EF19E5;
}
.AnyTagClassName
{
color: #EF19E5;
}
</style>
background-color css
<style>
a { background-color: #EF19E5; }
a { background-color: rgb(239,25,229); }
div.DivClassName
{
background-color: #EF19E5;
}
.BgClassName
{
background-color: #EF19E5;
}
</style>
border-color css
<style>
span { border-color: #EF19E5; }
span { border-color: rgb(239,25,229); }
td.TdClassName
{
border-color: #EF19E5;
}
.TagClassName
{
border-color: #EF19E5;
}
</style>