Shades of Magenta #EF06F8
Tints of Magenta #EF06F8
RGB
CMYK
RGB Variations
Color information
#EF06F8 (or 0xEF06F8) is known color: Magenta. HEX triplet: EF, 06 and F8. RGB value is (239,6,248). Sum of RGB (Red+Green+Blue) = 239+6+248=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 6 (2.73% from 255 or 1.22% from 493); Blue value is 248 (97.27% from 255 or 50.30% from 493); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF06F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF06F8 is #10F907. Grayscale: #666666. Windows color (decimal): -1112328 or 16254703. OLE color: 16254703.
HSL color Cylindrical-coordinate representation of color #EF06F8: hue angle of 297.77º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF06F8 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 6 | 248 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.03 |
| HSL | 297.77º | 0.95% | 0.5% | - |
| HSV(B) | 297.77º | 0.98% | 0.97% | - |
| XYZ | 52.61 | 25.26 | 90.91 | - |
| YUV | 103.26 | 209.69 | 224.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 6 | 248 | 0.04 | 0.98 | 0 | 0.03 | 297.77 | 0.95 | 0.5 |
| Hex | EF | 6 | F8 | 4 | 62 | 0 | 3 | 12A | 5F | 32 |
| Octal | 357 | 6 | 370 | 4 | 142 | 0 | 3 | 452 | 137 | 62 |
| Binary | 11101111 | 110 | 11111000 | 100 | 1100010 | 0 | 11 | 100101010 | 1011111 | 110010 |
Color Harmonies of #EF06F8
Complementary color
Monochromatic Colors of #EF06F8
Black with #EF06F8
Text Example
Text Example
White with #EF06F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF06F8; }
p { color: rgb(239,6,248); }
H1.HeaderClassName
{
color: #EF06F8;
}
.AnyTagClassName
{
color: #EF06F8;
}
</style>
background-color css
<style>
a { background-color: #EF06F8; }
a { background-color: rgb(239,6,248); }
div.DivClassName
{
background-color: #EF06F8;
}
.BgClassName
{
background-color: #EF06F8;
}
</style>
border-color css
<style>
span { border-color: #EF06F8; }
span { border-color: rgb(239,6,248); }
td.TdClassName
{
border-color: #EF06F8;
}
.TagClassName
{
border-color: #EF06F8;
}
</style>