Shades of Magenta #EF0FFC
Tints of Magenta #EF0FFC
RGB
CMYK
RGB Variations
Color information
#EF0FFC (or 0xEF0FFC) is known color: Magenta. HEX triplet: EF, 0F and FC. RGB value is (239,15,252). Sum of RGB (Red+Green+Blue) = 239+15+252=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 15 (6.25% from 255 or 2.96% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF0FFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0FFC is #10F003. Grayscale: #6C6C6C. Windows color (decimal): -1110020 or 16519151. OLE color: 16519151.
HSL color Cylindrical-coordinate representation of color #EF0FFC: hue angle of 296.71º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0FFC is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 15 | 252 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.01 |
| HSL | 296.71º | 0.98% | 0.52% | - |
| HSV(B) | 296.71º | 0.94% | 0.99% | - |
| XYZ | 53.34 | 25.72 | 94.25 | - |
| YUV | 108.99 | 208.71 | 220.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 15 | 252 | 0.05 | 0.94 | 0 | 0.01 | 296.71 | 0.98 | 0.52 |
| Hex | EF | F | FC | 5 | 5E | 0 | 1 | 129 | 62 | 34 |
| Octal | 357 | 17 | 374 | 5 | 136 | 0 | 1 | 451 | 142 | 64 |
| Binary | 11101111 | 1111 | 11111100 | 101 | 1011110 | 0 | 1 | 100101001 | 1100010 | 110100 |
Color Harmonies of #EF0FFC
Complementary color
Monochromatic Colors of #EF0FFC
Black with #EF0FFC
Text Example
Text Example
White with #EF0FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0FFC; }
p { color: rgb(239,15,252); }
H1.HeaderClassName
{
color: #EF0FFC;
}
.AnyTagClassName
{
color: #EF0FFC;
}
</style>
background-color css
<style>
a { background-color: #EF0FFC; }
a { background-color: rgb(239,15,252); }
div.DivClassName
{
background-color: #EF0FFC;
}
.BgClassName
{
background-color: #EF0FFC;
}
</style>
border-color css
<style>
span { border-color: #EF0FFC; }
span { border-color: rgb(239,15,252); }
td.TdClassName
{
border-color: #EF0FFC;
}
.TagClassName
{
border-color: #EF0FFC;
}
</style>