Shades of Magenta #EF1AF1
Tints of Magenta #EF1AF1
RGB
CMYK
RGB Variations
Color information
#EF1AF1 (or 0xEF1AF1) is known color: Magenta. HEX triplet: EF, 1A and F1. RGB value is (239,26,241). Sum of RGB (Red+Green+Blue) = 239+26+241=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 26 (10.55% from 255 or 5.14% from 506); Blue value is 241 (94.53% from 255 or 47.63% from 506); Max value from RGB is 241 - color contains mainly: blue. Hex color #EF1AF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1AF1 is #10E50E. Grayscale: #717171. Windows color (decimal): -1107215 or 15801071. OLE color: 15801071.
HSL color Cylindrical-coordinate representation of color #EF1AF1: hue angle of 299.44º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF1AF1 is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 26 | 241 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.05 |
| HSL | 299.44º | 0.88% | 0.52% | - |
| HSV(B) | 299.44º | 0.89% | 0.95% | - |
| XYZ | 51.84 | 25.44 | 85.4 | - |
| YUV | 114.2 | 199.57 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 26 | 241 | 0.01 | 0.89 | 0 | 0.05 | 299.44 | 0.88 | 0.52 |
| Hex | EF | 1A | F1 | 1 | 59 | 0 | 5 | 12B | 58 | 34 |
| Octal | 357 | 32 | 361 | 1 | 131 | 0 | 5 | 453 | 130 | 64 |
| Binary | 11101111 | 11010 | 11110001 | 1 | 1011001 | 0 | 101 | 100101011 | 1011000 | 110100 |
Color Harmonies of #EF1AF1
Complementary color
Monochromatic Colors of #EF1AF1
Black with #EF1AF1
Text Example
Text Example
White with #EF1AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1AF1; }
p { color: rgb(239,26,241); }
H1.HeaderClassName
{
color: #EF1AF1;
}
.AnyTagClassName
{
color: #EF1AF1;
}
</style>
background-color css
<style>
a { background-color: #EF1AF1; }
a { background-color: rgb(239,26,241); }
div.DivClassName
{
background-color: #EF1AF1;
}
.BgClassName
{
background-color: #EF1AF1;
}
</style>
border-color css
<style>
span { border-color: #EF1AF1; }
span { border-color: rgb(239,26,241); }
td.TdClassName
{
border-color: #EF1AF1;
}
.TagClassName
{
border-color: #EF1AF1;
}
</style>