Shades of Magenta #EF1BFD
Tints of Magenta #EF1BFD
RGB
CMYK
RGB Variations
Color information
#EF1BFD (or 0xEF1BFD) is known color: Magenta. HEX triplet: EF, 1B and FD. RGB value is (239,27,253). Sum of RGB (Red+Green+Blue) = 239+27+253=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 27 (10.94% from 255 or 5.20% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF1BFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1BFD is #10E402. Grayscale: #737373. Windows color (decimal): -1106947 or 16587759. OLE color: 16587759.
HSL color Cylindrical-coordinate representation of color #EF1BFD: hue angle of 296.28º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF1BFD is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 27 | 253 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.01 |
| HSL | 296.28º | 0.98% | 0.55% | - |
| HSV(B) | 296.28º | 0.89% | 0.99% | - |
| XYZ | 53.72 | 26.23 | 95.16 | - |
| YUV | 116.15 | 205.24 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 27 | 253 | 0.06 | 0.89 | 0 | 0.01 | 296.28 | 0.98 | 0.55 |
| Hex | EF | 1B | FD | 6 | 59 | 0 | 1 | 128 | 62 | 37 |
| Octal | 357 | 33 | 375 | 6 | 131 | 0 | 1 | 450 | 142 | 67 |
| Binary | 11101111 | 11011 | 11111101 | 110 | 1011001 | 0 | 1 | 100101000 | 1100010 | 110111 |
Color Harmonies of #EF1BFD
Complementary color
Monochromatic Colors of #EF1BFD
Black with #EF1BFD
Text Example
Text Example
White with #EF1BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1BFD; }
p { color: rgb(239,27,253); }
H1.HeaderClassName
{
color: #EF1BFD;
}
.AnyTagClassName
{
color: #EF1BFD;
}
</style>
background-color css
<style>
a { background-color: #EF1BFD; }
a { background-color: rgb(239,27,253); }
div.DivClassName
{
background-color: #EF1BFD;
}
.BgClassName
{
background-color: #EF1BFD;
}
</style>
border-color css
<style>
span { border-color: #EF1BFD; }
span { border-color: rgb(239,27,253); }
td.TdClassName
{
border-color: #EF1BFD;
}
.TagClassName
{
border-color: #EF1BFD;
}
</style>