Shades of Violet #E986F6
Tints of Violet #E986F6
RGB
CMYK
RGB Variations
Color information
#E986F6 (or 0xE986F6) is known color: Violet. HEX triplet: E9, 86 and F6. RGB value is (233,134,246). Sum of RGB (Red+Green+Blue) = 233+134+246=613 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.01% from 613); Green value is 134 (52.73% from 255 or 21.86% from 613); Blue value is 246 (96.48% from 255 or 40.13% from 613); Max value from RGB is 246 - color contains mainly: blue. Hex color #E986F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E986F6 is #167909. Grayscale: #B0B0B0. Windows color (decimal): -1472778 or 16156393. OLE color: 16156393.
HSL color Cylindrical-coordinate representation of color #E986F6: hue angle of 293.04º 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 #E986F6 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 233 | 134 | 246 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.04 |
| HSL | 293.04º | 0.86% | 0.75% | - |
| HSV(B) | 293.04º | 0.46% | 0.96% | - |
| XYZ | 58.76 | 41.03 | 92.01 | - |
| YUV | 176.37 | 167.3 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 134 | 246 | 0.05 | 0.46 | 0 | 0.04 | 293.04 | 0.86 | 0.75 |
| Hex | E9 | 86 | F6 | 5 | 2E | 0 | 4 | 125 | 56 | 4B |
| Octal | 351 | 206 | 366 | 5 | 56 | 0 | 4 | 445 | 126 | 113 |
| Binary | 11101001 | 10000110 | 11110110 | 101 | 101110 | 0 | 100 | 100100101 | 1010110 | 1001011 |
Color Harmonies of #E986F6
Complementary color
Monochromatic Colors of #E986F6
Black with #E986F6
Text Example
Text Example
White with #E986F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E986F6; }
p { color: rgb(233,134,246); }
H1.HeaderClassName
{
color: #E986F6;
}
.AnyTagClassName
{
color: #E986F6;
}
</style>
background-color css
<style>
a { background-color: #E986F6; }
a { background-color: rgb(233,134,246); }
div.DivClassName
{
background-color: #E986F6;
}
.BgClassName
{
background-color: #E986F6;
}
</style>
border-color css
<style>
span { border-color: #E986F6; }
span { border-color: rgb(233,134,246); }
td.TdClassName
{
border-color: #E986F6;
}
.TagClassName
{
border-color: #E986F6;
}
</style>