Shades of Magenta #EF1AF3
Tints of Magenta #EF1AF3
RGB
CMYK
RGB Variations
Color information
#EF1AF3 (or 0xEF1AF3) is known color: Magenta. HEX triplet: EF, 1A and F3. RGB value is (239,26,243). Sum of RGB (Red+Green+Blue) = 239+26+243=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 26 (10.55% from 255 or 5.12% from 508); Blue value is 243 (95.31% from 255 or 47.83% from 508); Max value from RGB is 243 - color contains mainly: blue. Hex color #EF1AF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1AF3 is #10E50C. Grayscale: #717171. Windows color (decimal): -1107213 or 15932143. OLE color: 15932143.
HSL color Cylindrical-coordinate representation of color #EF1AF3: hue angle of 298.89º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF1AF3 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 26 | 243 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.05 |
| HSL | 298.89º | 0.9% | 0.53% | - |
| HSV(B) | 298.89º | 0.89% | 0.95% | - |
| XYZ | 52.14 | 25.56 | 86.98 | - |
| YUV | 114.43 | 200.57 | 216.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 26 | 243 | 0.02 | 0.89 | 0 | 0.05 | 298.89 | 0.9 | 0.53 |
| Hex | EF | 1A | F3 | 2 | 59 | 0 | 5 | 12B | 5A | 35 |
| Octal | 357 | 32 | 363 | 2 | 131 | 0 | 5 | 453 | 132 | 65 |
| Binary | 11101111 | 11010 | 11110011 | 10 | 1011001 | 0 | 101 | 100101011 | 1011010 | 110101 |
Color Harmonies of #EF1AF3
Complementary color
Monochromatic Colors of #EF1AF3
Black with #EF1AF3
Text Example
Text Example
White with #EF1AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1AF3; }
p { color: rgb(239,26,243); }
H1.HeaderClassName
{
color: #EF1AF3;
}
.AnyTagClassName
{
color: #EF1AF3;
}
</style>
background-color css
<style>
a { background-color: #EF1AF3; }
a { background-color: rgb(239,26,243); }
div.DivClassName
{
background-color: #EF1AF3;
}
.BgClassName
{
background-color: #EF1AF3;
}
</style>
border-color css
<style>
span { border-color: #EF1AF3; }
span { border-color: rgb(239,26,243); }
td.TdClassName
{
border-color: #EF1AF3;
}
.TagClassName
{
border-color: #EF1AF3;
}
</style>