Shades of Magenta #EF06FC
Tints of Magenta #EF06FC
RGB
CMYK
RGB Variations
Color information
#EF06FC (or 0xEF06FC) is known color: Magenta. HEX triplet: EF, 06 and FC. RGB value is (239,6,252). Sum of RGB (Red+Green+Blue) = 239+6+252=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 6 (2.73% from 255 or 1.21% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF06FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF06FC is #10F903. Grayscale: #666666. Windows color (decimal): -1112324 or 16516847. OLE color: 16516847.
HSL color Cylindrical-coordinate representation of color #EF06FC: hue angle of 296.83º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF06FC is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 6 | 252 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.01 |
| HSL | 296.83º | 0.98% | 0.51% | - |
| HSV(B) | 296.83º | 0.98% | 0.99% | - |
| XYZ | 53.23 | 25.51 | 94.21 | - |
| YUV | 103.71 | 211.69 | 224.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 6 | 252 | 0.05 | 0.98 | 0 | 0.01 | 296.83 | 0.98 | 0.51 |
| Hex | EF | 6 | FC | 5 | 62 | 0 | 1 | 129 | 62 | 33 |
| Octal | 357 | 6 | 374 | 5 | 142 | 0 | 1 | 451 | 142 | 63 |
| Binary | 11101111 | 110 | 11111100 | 101 | 1100010 | 0 | 1 | 100101001 | 1100010 | 110011 |
Color Harmonies of #EF06FC
Complementary color
Monochromatic Colors of #EF06FC
Black with #EF06FC
Text Example
Text Example
White with #EF06FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF06FC; }
p { color: rgb(239,6,252); }
H1.HeaderClassName
{
color: #EF06FC;
}
.AnyTagClassName
{
color: #EF06FC;
}
</style>
background-color css
<style>
a { background-color: #EF06FC; }
a { background-color: rgb(239,6,252); }
div.DivClassName
{
background-color: #EF06FC;
}
.BgClassName
{
background-color: #EF06FC;
}
</style>
border-color css
<style>
span { border-color: #EF06FC; }
span { border-color: rgb(239,6,252); }
td.TdClassName
{
border-color: #EF06FC;
}
.TagClassName
{
border-color: #EF06FC;
}
</style>