Shades of Magenta #EF0FF0
Tints of Magenta #EF0FF0
RGB
CMYK
RGB Variations
Color information
#EF0FF0 (or 0xEF0FF0) is known color: Magenta. HEX triplet: EF, 0F and F0. RGB value is (239,15,240). Sum of RGB (Red+Green+Blue) = 239+15+240=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 15 (6.25% from 255 or 3.04% from 494); Blue value is 240 (94.14% from 255 or 48.58% from 494); Max value from RGB is 240 - color contains mainly: blue. Hex color #EF0FF0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0FF0 is #10F00F. Grayscale: #6A6A6A. Windows color (decimal): -1110032 or 15732719. OLE color: 15732719.
HSL color Cylindrical-coordinate representation of color #EF0FF0: hue angle of 299.73º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0FF0 is Cyan = 0.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 15 | 240 | - |
| CMYK | 0.00 | 0.94 | 0 | 0.06 |
| HSL | 299.73º | 0.88% | 0.5% | - |
| HSV(B) | 299.73º | 0.94% | 0.94% | - |
| XYZ | 51.5 | 24.98 | 84.55 | - |
| YUV | 107.63 | 202.71 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 15 | 240 | 0.00 | 0.94 | 0 | 0.06 | 299.73 | 0.88 | 0.5 |
| Hex | EF | F | F0 | 0 | 5E | 0 | 6 | 12C | 58 | 32 |
| Octal | 357 | 17 | 360 | 0 | 136 | 0 | 6 | 454 | 130 | 62 |
| Binary | 11101111 | 1111 | 11110000 | 0 | 1011110 | 0 | 110 | 100101100 | 1011000 | 110010 |
Color Harmonies of #EF0FF0
Complementary color
Monochromatic Colors of #EF0FF0
Black with #EF0FF0
Text Example
Text Example
White with #EF0FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0FF0; }
p { color: rgb(239,15,240); }
H1.HeaderClassName
{
color: #EF0FF0;
}
.AnyTagClassName
{
color: #EF0FF0;
}
</style>
background-color css
<style>
a { background-color: #EF0FF0; }
a { background-color: rgb(239,15,240); }
div.DivClassName
{
background-color: #EF0FF0;
}
.BgClassName
{
background-color: #EF0FF0;
}
</style>
border-color css
<style>
span { border-color: #EF0FF0; }
span { border-color: rgb(239,15,240); }
td.TdClassName
{
border-color: #EF0FF0;
}
.TagClassName
{
border-color: #EF0FF0;
}
</style>