Shades of Magenta #EF0BF3
Tints of Magenta #EF0BF3
RGB
CMYK
RGB Variations
Color information
#EF0BF3 (or 0xEF0BF3) is known color: Magenta. HEX triplet: EF, 0B and F3. RGB value is (239,11,243). Sum of RGB (Red+Green+Blue) = 239+11+243=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 11 (4.69% from 255 or 2.23% from 493); Blue value is 243 (95.31% from 255 or 49.29% from 493); Max value from RGB is 243 - color contains mainly: blue. Hex color #EF0BF3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0BF3 is #10F40C. Grayscale: #686868. Windows color (decimal): -1111053 or 15928303. OLE color: 15928303.
HSL color Cylindrical-coordinate representation of color #EF0BF3: hue angle of 298.97º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0BF3 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 11 | 243 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.05 |
| HSL | 298.97º | 0.91% | 0.5% | - |
| HSV(B) | 298.97º | 0.95% | 0.95% | - |
| XYZ | 51.89 | 25.06 | 86.9 | - |
| YUV | 105.62 | 205.54 | 223.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 11 | 243 | 0.02 | 0.95 | 0 | 0.05 | 298.97 | 0.91 | 0.5 |
| Hex | EF | B | F3 | 2 | 5F | 0 | 5 | 12B | 5B | 32 |
| Octal | 357 | 13 | 363 | 2 | 137 | 0 | 5 | 453 | 133 | 62 |
| Binary | 11101111 | 1011 | 11110011 | 10 | 1011111 | 0 | 101 | 100101011 | 1011011 | 110010 |
Color Harmonies of #EF0BF3
Complementary color
Monochromatic Colors of #EF0BF3
Black with #EF0BF3
Text Example
Text Example
White with #EF0BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0BF3; }
p { color: rgb(239,11,243); }
H1.HeaderClassName
{
color: #EF0BF3;
}
.AnyTagClassName
{
color: #EF0BF3;
}
</style>
background-color css
<style>
a { background-color: #EF0BF3; }
a { background-color: rgb(239,11,243); }
div.DivClassName
{
background-color: #EF0BF3;
}
.BgClassName
{
background-color: #EF0BF3;
}
</style>
border-color css
<style>
span { border-color: #EF0BF3; }
span { border-color: rgb(239,11,243); }
td.TdClassName
{
border-color: #EF0BF3;
}
.TagClassName
{
border-color: #EF0BF3;
}
</style>