Shades of Violet #EF86FB
Tints of Violet #EF86FB
RGB
CMYK
RGB Variations
Color information
#EF86FB (or 0xEF86FB) is known color: Violet. HEX triplet: EF, 86 and FB. RGB value is (239,134,251). Sum of RGB (Red+Green+Blue) = 239+134+251=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 134 (52.73% from 255 or 21.47% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF86FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF86FB is #107904. Grayscale: #B2B2B2. Windows color (decimal): -1079557 or 16484079. OLE color: 16484079.
HSL color Cylindrical-coordinate representation of color #EF86FB: hue angle of 293.85º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF86FB is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 134 | 251 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.02 |
| HSL | 293.85º | 0.94% | 0.75% | - |
| HSV(B) | 293.85º | 0.47% | 0.98% | - |
| XYZ | 61.53 | 42.37 | 96.2 | - |
| YUV | 178.73 | 168.79 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 134 | 251 | 0.05 | 0.47 | 0 | 0.02 | 293.85 | 0.94 | 0.75 |
| Hex | EF | 86 | FB | 5 | 2F | 0 | 2 | 126 | 5E | 4B |
| Octal | 357 | 206 | 373 | 5 | 57 | 0 | 2 | 446 | 136 | 113 |
| Binary | 11101111 | 10000110 | 11111011 | 101 | 101111 | 0 | 10 | 100100110 | 1011110 | 1001011 |
Color Harmonies of #EF86FB
Complementary color
Monochromatic Colors of #EF86FB
Black with #EF86FB
Text Example
Text Example
White with #EF86FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF86FB; }
p { color: rgb(239,134,251); }
H1.HeaderClassName
{
color: #EF86FB;
}
.AnyTagClassName
{
color: #EF86FB;
}
</style>
background-color css
<style>
a { background-color: #EF86FB; }
a { background-color: rgb(239,134,251); }
div.DivClassName
{
background-color: #EF86FB;
}
.BgClassName
{
background-color: #EF86FB;
}
</style>
border-color css
<style>
span { border-color: #EF86FB; }
span { border-color: rgb(239,134,251); }
td.TdClassName
{
border-color: #EF86FB;
}
.TagClassName
{
border-color: #EF86FB;
}
</style>