Shades of Magenta #EF19EA
Tints of Magenta #EF19EA
RGB
CMYK
RGB Variations
Color information
#EF19EA (or 0xEF19EA) is known color: Magenta. HEX triplet: EF, 19 and EA. RGB value is (239,25,234). Sum of RGB (Red+Green+Blue) = 239+25+234=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 25 (10.16% from 255 or 5.02% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EF19EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF19EA is #10E615. Grayscale: #707070. Windows color (decimal): -1107478 or 15342063. OLE color: 15342063.
HSL color Cylindrical-coordinate representation of color #EF19EA: hue angle of 301.4º 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 #EF19EA is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 234 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.06 |
| HSL | 301.4º | 0.87% | 0.52% | - |
| HSV(B) | 301.4º | 0.9% | 0.94% | - |
| XYZ | 50.8 | 24.99 | 79.99 | - |
| YUV | 112.81 | 196.4 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 234 | 0 | 0.90 | 0.02 | 0.06 | 301.4 | 0.87 | 0.52 |
| Hex | EF | 19 | EA | 0 | 5A | 2 | 6 | 12D | 57 | 34 |
| Octal | 357 | 31 | 352 | 0 | 132 | 2 | 6 | 455 | 127 | 64 |
| Binary | 11101111 | 11001 | 11101010 | 0 | 1011010 | 10 | 110 | 100101101 | 1010111 | 110100 |
Color Harmonies of #EF19EA
Complementary color
Monochromatic Colors of #EF19EA
Black with #EF19EA
Text Example
Text Example
White with #EF19EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF19EA; }
p { color: rgb(239,25,234); }
H1.HeaderClassName
{
color: #EF19EA;
}
.AnyTagClassName
{
color: #EF19EA;
}
</style>
background-color css
<style>
a { background-color: #EF19EA; }
a { background-color: rgb(239,25,234); }
div.DivClassName
{
background-color: #EF19EA;
}
.BgClassName
{
background-color: #EF19EA;
}
</style>
border-color css
<style>
span { border-color: #EF19EA; }
span { border-color: rgb(239,25,234); }
td.TdClassName
{
border-color: #EF19EA;
}
.TagClassName
{
border-color: #EF19EA;
}
</style>