Shades of Magenta #EF0FFB
Tints of Magenta #EF0FFB
RGB
CMYK
RGB Variations
Color information
#EF0FFB (or 0xEF0FFB) is known color: Magenta. HEX triplet: EF, 0F and FB. RGB value is (239,15,251). Sum of RGB (Red+Green+Blue) = 239+15+251=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 15 (6.25% from 255 or 2.97% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF0FFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0FFB is #10F004. Grayscale: #6C6C6C. Windows color (decimal): -1110021 or 16453615. OLE color: 16453615.
HSL color Cylindrical-coordinate representation of color #EF0FFB: hue angle of 296.95º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0FFB is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 15 | 251 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.02 |
| HSL | 296.95º | 0.97% | 0.52% | - |
| HSV(B) | 296.95º | 0.94% | 0.98% | - |
| XYZ | 53.18 | 25.66 | 93.42 | - |
| YUV | 108.88 | 208.21 | 220.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 15 | 251 | 0.05 | 0.94 | 0 | 0.02 | 296.95 | 0.97 | 0.52 |
| Hex | EF | F | FB | 5 | 5E | 0 | 2 | 129 | 61 | 34 |
| Octal | 357 | 17 | 373 | 5 | 136 | 0 | 2 | 451 | 141 | 64 |
| Binary | 11101111 | 1111 | 11111011 | 101 | 1011110 | 0 | 10 | 100101001 | 1100001 | 110100 |
Color Harmonies of #EF0FFB
Complementary color
Monochromatic Colors of #EF0FFB
Black with #EF0FFB
Text Example
Text Example
White with #EF0FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0FFB; }
p { color: rgb(239,15,251); }
H1.HeaderClassName
{
color: #EF0FFB;
}
.AnyTagClassName
{
color: #EF0FFB;
}
</style>
background-color css
<style>
a { background-color: #EF0FFB; }
a { background-color: rgb(239,15,251); }
div.DivClassName
{
background-color: #EF0FFB;
}
.BgClassName
{
background-color: #EF0FFB;
}
</style>
border-color css
<style>
span { border-color: #EF0FFB; }
span { border-color: rgb(239,15,251); }
td.TdClassName
{
border-color: #EF0FFB;
}
.TagClassName
{
border-color: #EF0FFB;
}
</style>