Shades of Heliotrope #E86FFD
Tints of Heliotrope #E86FFD
RGB
CMYK
RGB Variations
Color information
#E86FFD (or 0xE86FFD) is known color: Heliotrope. HEX triplet: E8, 6F and FD. RGB value is (232,111,253). Sum of RGB (Red+Green+Blue) = 232+111+253=596 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.93% from 596); Green value is 111 (43.75% from 255 or 18.62% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #E86FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E86FFD is #179002. Grayscale: #A2A2A2. Windows color (decimal): -1544195 or 16609256. OLE color: 16609256.
HSL color Cylindrical-coordinate representation of color #E86FFD: hue angle of 291.13º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E86FFD is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 111 | 253 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.01 |
| HSL | 291.13º | 0.97% | 0.71% | - |
| HSV(B) | 291.13º | 0.56% | 0.99% | - |
| XYZ | 56.69 | 35.62 | 96.82 | - |
| YUV | 163.37 | 178.59 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 111 | 253 | 0.08 | 0.56 | 0 | 0.01 | 291.13 | 0.97 | 0.71 |
| Hex | E8 | 6F | FD | 8 | 38 | 0 | 1 | 123 | 61 | 47 |
| Octal | 350 | 157 | 375 | 10 | 70 | 0 | 1 | 443 | 141 | 107 |
| Binary | 11101000 | 1101111 | 11111101 | 1000 | 111000 | 0 | 1 | 100100011 | 1100001 | 1000111 |
Color Harmonies of #E86FFD
Complementary color
Monochromatic Colors of #E86FFD
Black with #E86FFD
Text Example
Text Example
White with #E86FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86FFD; }
p { color: rgb(232,111,253); }
H1.HeaderClassName
{
color: #E86FFD;
}
.AnyTagClassName
{
color: #E86FFD;
}
</style>
background-color css
<style>
a { background-color: #E86FFD; }
a { background-color: rgb(232,111,253); }
div.DivClassName
{
background-color: #E86FFD;
}
.BgClassName
{
background-color: #E86FFD;
}
</style>
border-color css
<style>
span { border-color: #E86FFD; }
span { border-color: rgb(232,111,253); }
td.TdClassName
{
border-color: #E86FFD;
}
.TagClassName
{
border-color: #E86FFD;
}
</style>