Shades of Heliotrope #E86AFD
Tints of Heliotrope #E86AFD
RGB
CMYK
RGB Variations
Color information
#E86AFD (or 0xE86AFD) is known color: Heliotrope. HEX triplet: E8, 6A and FD. RGB value is (232,106,253). Sum of RGB (Red+Green+Blue) = 232+106+253=591 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.26% from 591); Green value is 106 (41.80% from 255 or 17.94% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #E86AFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E86AFD is #179502. Grayscale: #9F9F9F. Windows color (decimal): -1545475 or 16607976. OLE color: 16607976.
HSL color Cylindrical-coordinate representation of color #E86AFD: hue angle of 291.43º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E86AFD is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 106 | 253 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.01 |
| HSL | 291.43º | 0.97% | 0.7% | - |
| HSV(B) | 291.43º | 0.58% | 0.99% | - |
| XYZ | 56.16 | 34.56 | 96.64 | - |
| YUV | 160.43 | 180.24 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 106 | 253 | 0.08 | 0.58 | 0 | 0.01 | 291.43 | 0.97 | 0.7 |
| Hex | E8 | 6A | FD | 8 | 3A | 0 | 1 | 123 | 61 | 46 |
| Octal | 350 | 152 | 375 | 10 | 72 | 0 | 1 | 443 | 141 | 106 |
| Binary | 11101000 | 1101010 | 11111101 | 1000 | 111010 | 0 | 1 | 100100011 | 1100001 | 1000110 |
Color Harmonies of #E86AFD
Complementary color
Monochromatic Colors of #E86AFD
Black with #E86AFD
Text Example
Text Example
White with #E86AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86AFD; }
p { color: rgb(232,106,253); }
H1.HeaderClassName
{
color: #E86AFD;
}
.AnyTagClassName
{
color: #E86AFD;
}
</style>
background-color css
<style>
a { background-color: #E86AFD; }
a { background-color: rgb(232,106,253); }
div.DivClassName
{
background-color: #E86AFD;
}
.BgClassName
{
background-color: #E86AFD;
}
</style>
border-color css
<style>
span { border-color: #E86AFD; }
span { border-color: rgb(232,106,253); }
td.TdClassName
{
border-color: #E86AFD;
}
.TagClassName
{
border-color: #E86AFD;
}
</style>