Shades of Violet #E986FC
Tints of Violet #E986FC
RGB
CMYK
RGB Variations
Color information
#E986FC (or 0xE986FC) is known color: Violet. HEX triplet: E9, 86 and FC. RGB value is (233,134,252). Sum of RGB (Red+Green+Blue) = 233+134+252=619 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.64% from 619); Green value is 134 (52.73% from 255 or 21.65% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #E986FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E986FC is #167903. Grayscale: #B0B0B0. Windows color (decimal): -1472772 or 16549609. OLE color: 16549609.
HSL color Cylindrical-coordinate representation of color #E986FC: hue angle of 290.34º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E986FC is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 134 | 252 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.01 |
| HSL | 290.34º | 0.95% | 0.76% | - |
| HSV(B) | 290.34º | 0.47% | 0.99% | - |
| XYZ | 59.7 | 41.4 | 96.94 | - |
| YUV | 177.05 | 170.3 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 134 | 252 | 0.08 | 0.47 | 0 | 0.01 | 290.34 | 0.95 | 0.76 |
| Hex | E9 | 86 | FC | 8 | 2F | 0 | 1 | 122 | 5F | 4C |
| Octal | 351 | 206 | 374 | 10 | 57 | 0 | 1 | 442 | 137 | 114 |
| Binary | 11101001 | 10000110 | 11111100 | 1000 | 101111 | 0 | 1 | 100100010 | 1011111 | 1001100 |
Color Harmonies of #E986FC
Complementary color
Monochromatic Colors of #E986FC
Black with #E986FC
Text Example
Text Example
White with #E986FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E986FC; }
p { color: rgb(233,134,252); }
H1.HeaderClassName
{
color: #E986FC;
}
.AnyTagClassName
{
color: #E986FC;
}
</style>
background-color css
<style>
a { background-color: #E986FC; }
a { background-color: rgb(233,134,252); }
div.DivClassName
{
background-color: #E986FC;
}
.BgClassName
{
background-color: #E986FC;
}
</style>
border-color css
<style>
span { border-color: #E986FC; }
span { border-color: rgb(233,134,252); }
td.TdClassName
{
border-color: #E986FC;
}
.TagClassName
{
border-color: #E986FC;
}
</style>