Shades of Violet #EF86F6
Tints of Violet #EF86F6
RGB
CMYK
RGB Variations
Color information
#EF86F6 (or 0xEF86F6) is known color: Violet. HEX triplet: EF, 86 and F6. RGB value is (239,134,246). Sum of RGB (Red+Green+Blue) = 239+134+246=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 134 (52.73% from 255 or 21.65% from 619); Blue value is 246 (96.48% from 255 or 39.74% from 619); Max value from RGB is 246 - color contains mainly: blue. Hex color #EF86F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF86F6 is #107909. Grayscale: #B1B1B1. Windows color (decimal): -1079562 or 16156399. OLE color: 16156399.
HSL color Cylindrical-coordinate representation of color #EF86F6: hue angle of 296.25º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF86F6 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 134 | 246 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.04 |
| HSL | 296.25º | 0.86% | 0.75% | - |
| HSV(B) | 296.25º | 0.46% | 0.96% | - |
| XYZ | 60.76 | 42.05 | 92.1 | - |
| YUV | 178.16 | 166.29 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 134 | 246 | 0.03 | 0.46 | 0 | 0.04 | 296.25 | 0.86 | 0.75 |
| Hex | EF | 86 | F6 | 3 | 2E | 0 | 4 | 128 | 56 | 4B |
| Octal | 357 | 206 | 366 | 3 | 56 | 0 | 4 | 450 | 126 | 113 |
| Binary | 11101111 | 10000110 | 11110110 | 11 | 101110 | 0 | 100 | 100101000 | 1010110 | 1001011 |
Color Harmonies of #EF86F6
Complementary color
Monochromatic Colors of #EF86F6
Black with #EF86F6
Text Example
Text Example
White with #EF86F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF86F6; }
p { color: rgb(239,134,246); }
H1.HeaderClassName
{
color: #EF86F6;
}
.AnyTagClassName
{
color: #EF86F6;
}
</style>
background-color css
<style>
a { background-color: #EF86F6; }
a { background-color: rgb(239,134,246); }
div.DivClassName
{
background-color: #EF86F6;
}
.BgClassName
{
background-color: #EF86F6;
}
</style>
border-color css
<style>
span { border-color: #EF86F6; }
span { border-color: rgb(239,134,246); }
td.TdClassName
{
border-color: #EF86F6;
}
.TagClassName
{
border-color: #EF86F6;
}
</style>