Shades of Magenta #EF19F3
Tints of Magenta #EF19F3
RGB
CMYK
RGB Variations
Color information
#EF19F3 (or 0xEF19F3) is known color: Magenta. HEX triplet: EF, 19 and F3. RGB value is (239,25,243). Sum of RGB (Red+Green+Blue) = 239+25+243=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 25 (10.16% from 255 or 4.93% from 507); Blue value is 243 (95.31% from 255 or 47.93% from 507); Max value from RGB is 243 - color contains mainly: blue. Hex color #EF19F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF19F3 is #10E60C. Grayscale: #717171. Windows color (decimal): -1107469 or 15931887. OLE color: 15931887.
HSL color Cylindrical-coordinate representation of color #EF19F3: hue angle of 298.9º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF19F3 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 25 | 243 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.05 |
| HSL | 298.9º | 0.9% | 0.53% | - |
| HSV(B) | 298.9º | 0.9% | 0.95% | - |
| XYZ | 52.12 | 25.52 | 86.97 | - |
| YUV | 113.84 | 200.9 | 217.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 243 | 0.02 | 0.90 | 0 | 0.05 | 298.9 | 0.9 | 0.53 |
| Hex | EF | 19 | F3 | 2 | 5A | 0 | 5 | 12B | 5A | 35 |
| Octal | 357 | 31 | 363 | 2 | 132 | 0 | 5 | 453 | 132 | 65 |
| Binary | 11101111 | 11001 | 11110011 | 10 | 1011010 | 0 | 101 | 100101011 | 1011010 | 110101 |
Color Harmonies of #EF19F3
Complementary color
Monochromatic Colors of #EF19F3
Black with #EF19F3
Text Example
Text Example
White with #EF19F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF19F3; }
p { color: rgb(239,25,243); }
H1.HeaderClassName
{
color: #EF19F3;
}
.AnyTagClassName
{
color: #EF19F3;
}
</style>
background-color css
<style>
a { background-color: #EF19F3; }
a { background-color: rgb(239,25,243); }
div.DivClassName
{
background-color: #EF19F3;
}
.BgClassName
{
background-color: #EF19F3;
}
</style>
border-color css
<style>
span { border-color: #EF19F3; }
span { border-color: rgb(239,25,243); }
td.TdClassName
{
border-color: #EF19F3;
}
.TagClassName
{
border-color: #EF19F3;
}
</style>