Shades of Magenta #EF1BF2
Tints of Magenta #EF1BF2
RGB
CMYK
RGB Variations
Color information
#EF1BF2 (or 0xEF1BF2) is known color: Magenta. HEX triplet: EF, 1B and F2. RGB value is (239,27,242). Sum of RGB (Red+Green+Blue) = 239+27+242=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 27 (10.94% from 255 or 5.31% from 508); Blue value is 242 (94.92% from 255 or 47.64% from 508); Max value from RGB is 242 - color contains mainly: blue. Hex color #EF1BF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1BF2 is #10E40D. Grayscale: #727272. Windows color (decimal): -1106958 or 15866863. OLE color: 15866863.
HSL color Cylindrical-coordinate representation of color #EF1BF2: hue angle of 299.16º degrees, saturation: 0.89, 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 #EF1BF2 is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 27 | 242 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.05 |
| HSL | 299.16º | 0.89% | 0.53% | - |
| HSV(B) | 299.16º | 0.89% | 0.95% | - |
| XYZ | 52.02 | 25.55 | 86.19 | - |
| YUV | 114.9 | 199.74 | 216.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 27 | 242 | 0.01 | 0.89 | 0 | 0.05 | 299.16 | 0.89 | 0.53 |
| Hex | EF | 1B | F2 | 1 | 59 | 0 | 5 | 12B | 59 | 35 |
| Octal | 357 | 33 | 362 | 1 | 131 | 0 | 5 | 453 | 131 | 65 |
| Binary | 11101111 | 11011 | 11110010 | 1 | 1011001 | 0 | 101 | 100101011 | 1011001 | 110101 |
Color Harmonies of #EF1BF2
Complementary color
Monochromatic Colors of #EF1BF2
Black with #EF1BF2
Text Example
Text Example
White with #EF1BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1BF2; }
p { color: rgb(239,27,242); }
H1.HeaderClassName
{
color: #EF1BF2;
}
.AnyTagClassName
{
color: #EF1BF2;
}
</style>
background-color css
<style>
a { background-color: #EF1BF2; }
a { background-color: rgb(239,27,242); }
div.DivClassName
{
background-color: #EF1BF2;
}
.BgClassName
{
background-color: #EF1BF2;
}
</style>
border-color css
<style>
span { border-color: #EF1BF2; }
span { border-color: rgb(239,27,242); }
td.TdClassName
{
border-color: #EF1BF2;
}
.TagClassName
{
border-color: #EF1BF2;
}
</style>