Shades of Magenta #EF19E7
Tints of Magenta #EF19E7
RGB
CMYK
RGB Variations
Color information
#EF19E7 (or 0xEF19E7) is known color: Magenta. HEX triplet: EF, 19 and E7. RGB value is (239,25,231). Sum of RGB (Red+Green+Blue) = 239+25+231=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 25 (10.16% from 255 or 5.05% from 495); Blue value is 231 (90.62% from 255 or 46.67% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EF19E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF19E7 is #10E618. Grayscale: #6F6F6F. Windows color (decimal): -1107481 or 15145455. OLE color: 15145455.
HSL color Cylindrical-coordinate representation of color #EF19E7: hue angle of 302.24º 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 #EF19E7 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 231 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.06 |
| HSL | 302.24º | 0.87% | 0.52% | - |
| HSV(B) | 302.24º | 0.9% | 0.94% | - |
| XYZ | 50.37 | 24.82 | 77.74 | - |
| YUV | 112.47 | 194.9 | 218.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 231 | 0 | 0.90 | 0.03 | 0.06 | 302.24 | 0.87 | 0.52 |
| Hex | EF | 19 | E7 | 0 | 5A | 3 | 6 | 12E | 57 | 34 |
| Octal | 357 | 31 | 347 | 0 | 132 | 3 | 6 | 456 | 127 | 64 |
| Binary | 11101111 | 11001 | 11100111 | 0 | 1011010 | 11 | 110 | 100101110 | 1010111 | 110100 |
Color Harmonies of #EF19E7
Complementary color
Monochromatic Colors of #EF19E7
Black with #EF19E7
Text Example
Text Example
White with #EF19E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF19E7; }
p { color: rgb(239,25,231); }
H1.HeaderClassName
{
color: #EF19E7;
}
.AnyTagClassName
{
color: #EF19E7;
}
</style>
background-color css
<style>
a { background-color: #EF19E7; }
a { background-color: rgb(239,25,231); }
div.DivClassName
{
background-color: #EF19E7;
}
.BgClassName
{
background-color: #EF19E7;
}
</style>
border-color css
<style>
span { border-color: #EF19E7; }
span { border-color: rgb(239,25,231); }
td.TdClassName
{
border-color: #EF19E7;
}
.TagClassName
{
border-color: #EF19E7;
}
</style>