Shades of Magenta #EF19EE
Tints of Magenta #EF19EE
RGB
CMYK
RGB Variations
Color information
#EF19EE (or 0xEF19EE) is known color: Magenta. HEX triplet: EF, 19 and EE. RGB value is (239,25,238). Sum of RGB (Red+Green+Blue) = 239+25+238=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 25 (10.16% from 255 or 4.98% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EF19EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF19EE is #10E611. Grayscale: #707070. Windows color (decimal): -1107474 or 15604207. OLE color: 15604207.
HSL color Cylindrical-coordinate representation of color #EF19EE: hue angle of 300.28º 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 #EF19EE is Cyan = 0, Magento = 0.90, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 238 | - |
| CMYK | 0 | 0.90 | 0.00 | 0.06 |
| HSL | 300.28º | 0.87% | 0.52% | - |
| HSV(B) | 300.28º | 0.9% | 0.94% | - |
| XYZ | 51.38 | 25.22 | 83.05 | - |
| YUV | 113.27 | 198.4 | 217.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 238 | 0 | 0.90 | 0.00 | 0.06 | 300.28 | 0.87 | 0.52 |
| Hex | EF | 19 | EE | 0 | 5A | 0 | 6 | 12C | 57 | 34 |
| Octal | 357 | 31 | 356 | 0 | 132 | 0 | 6 | 454 | 127 | 64 |
| Binary | 11101111 | 11001 | 11101110 | 0 | 1011010 | 0 | 110 | 100101100 | 1010111 | 110100 |
Color Harmonies of #EF19EE
Complementary color
Monochromatic Colors of #EF19EE
Black with #EF19EE
Text Example
Text Example
White with #EF19EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF19EE; }
p { color: rgb(239,25,238); }
H1.HeaderClassName
{
color: #EF19EE;
}
.AnyTagClassName
{
color: #EF19EE;
}
</style>
background-color css
<style>
a { background-color: #EF19EE; }
a { background-color: rgb(239,25,238); }
div.DivClassName
{
background-color: #EF19EE;
}
.BgClassName
{
background-color: #EF19EE;
}
</style>
border-color css
<style>
span { border-color: #EF19EE; }
span { border-color: rgb(239,25,238); }
td.TdClassName
{
border-color: #EF19EE;
}
.TagClassName
{
border-color: #EF19EE;
}
</style>