Shades of Heliotrope #E686FE
Tints of Heliotrope #E686FE
RGB
CMYK
RGB Variations
Color information
#E686FE (or 0xE686FE) is known color: Heliotrope. HEX triplet: E6, 86 and FE. RGB value is (230,134,254). Sum of RGB (Red+Green+Blue) = 230+134+254=618 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.22% from 618); Green value is 134 (52.73% from 255 or 21.68% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #E686FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E686FE is #197901. Grayscale: #B0B0B0. Windows color (decimal): -1669378 or 16680678. OLE color: 16680678.
HSL color Cylindrical-coordinate representation of color #E686FE: hue angle of 288º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E686FE is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 134 | 254 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.00 |
| HSL | 288º | 0.98% | 0.76% | - |
| HSV(B) | 288º | 0.47% | 1% | - |
| XYZ | 59.05 | 41.03 | 98.57 | - |
| YUV | 176.38 | 171.8 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 134 | 254 | 0.09 | 0.47 | 0 | 0.00 | 288 | 0.98 | 0.76 |
| Hex | E6 | 86 | FE | 9 | 2F | 0 | 0 | 120 | 62 | 4C |
| Octal | 346 | 206 | 376 | 11 | 57 | 0 | 0 | 440 | 142 | 114 |
| Binary | 11100110 | 10000110 | 11111110 | 1001 | 101111 | 0 | 0 | 100100000 | 1100010 | 1001100 |
Color Harmonies of #E686FE
Complementary color
Monochromatic Colors of #E686FE
Black with #E686FE
Text Example
Text Example
White with #E686FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E686FE; }
p { color: rgb(230,134,254); }
H1.HeaderClassName
{
color: #E686FE;
}
.AnyTagClassName
{
color: #E686FE;
}
</style>
background-color css
<style>
a { background-color: #E686FE; }
a { background-color: rgb(230,134,254); }
div.DivClassName
{
background-color: #E686FE;
}
.BgClassName
{
background-color: #E686FE;
}
</style>
border-color css
<style>
span { border-color: #E686FE; }
span { border-color: rgb(230,134,254); }
td.TdClassName
{
border-color: #E686FE;
}
.TagClassName
{
border-color: #E686FE;
}
</style>