Shades of Magenta #EF0BFD
Tints of Magenta #EF0BFD
RGB
CMYK
RGB Variations
Color information
#EF0BFD (or 0xEF0BFD) is known color: Magenta. HEX triplet: EF, 0B and FD. RGB value is (239,11,253). Sum of RGB (Red+Green+Blue) = 239+11+253=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 11 (4.69% from 255 or 2.19% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF0BFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0BFD is #10F402. Grayscale: #6A6A6A. Windows color (decimal): -1111043 or 16583663. OLE color: 16583663.
HSL color Cylindrical-coordinate representation of color #EF0BFD: hue angle of 296.53º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0BFD is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 11 | 253 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.01 |
| HSL | 296.53º | 0.98% | 0.52% | - |
| HSV(B) | 296.53º | 0.96% | 0.99% | - |
| XYZ | 53.45 | 25.68 | 95.07 | - |
| YUV | 106.76 | 210.54 | 222.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 11 | 253 | 0.06 | 0.96 | 0 | 0.01 | 296.53 | 0.98 | 0.52 |
| Hex | EF | B | FD | 6 | 60 | 0 | 1 | 129 | 62 | 34 |
| Octal | 357 | 13 | 375 | 6 | 140 | 0 | 1 | 451 | 142 | 64 |
| Binary | 11101111 | 1011 | 11111101 | 110 | 1100000 | 0 | 1 | 100101001 | 1100010 | 110100 |
Color Harmonies of #EF0BFD
Complementary color
Monochromatic Colors of #EF0BFD
Black with #EF0BFD
Text Example
Text Example
White with #EF0BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0BFD; }
p { color: rgb(239,11,253); }
H1.HeaderClassName
{
color: #EF0BFD;
}
.AnyTagClassName
{
color: #EF0BFD;
}
</style>
background-color css
<style>
a { background-color: #EF0BFD; }
a { background-color: rgb(239,11,253); }
div.DivClassName
{
background-color: #EF0BFD;
}
.BgClassName
{
background-color: #EF0BFD;
}
</style>
border-color css
<style>
span { border-color: #EF0BFD; }
span { border-color: rgb(239,11,253); }
td.TdClassName
{
border-color: #EF0BFD;
}
.TagClassName
{
border-color: #EF0BFD;
}
</style>