Shades of Heliotrope #E86BFD
Tints of Heliotrope #E86BFD
RGB
CMYK
RGB Variations
Color information
#E86BFD (or 0xE86BFD) is known color: Heliotrope. HEX triplet: E8, 6B and FD. RGB value is (232,107,253). Sum of RGB (Red+Green+Blue) = 232+107+253=592 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.19% from 592); Green value is 107 (42.19% from 255 or 18.07% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #E86BFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E86BFD is #179402. Grayscale: #A0A0A0. Windows color (decimal): -1545219 or 16608232. OLE color: 16608232.
HSL color Cylindrical-coordinate representation of color #E86BFD: hue angle of 291.37º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E86BFD is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 107 | 253 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.01 |
| HSL | 291.37º | 0.97% | 0.71% | - |
| HSV(B) | 291.37º | 0.58% | 0.99% | - |
| XYZ | 56.27 | 34.76 | 96.67 | - |
| YUV | 161.02 | 179.91 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 107 | 253 | 0.08 | 0.58 | 0 | 0.01 | 291.37 | 0.97 | 0.71 |
| Hex | E8 | 6B | FD | 8 | 3A | 0 | 1 | 123 | 61 | 47 |
| Octal | 350 | 153 | 375 | 10 | 72 | 0 | 1 | 443 | 141 | 107 |
| Binary | 11101000 | 1101011 | 11111101 | 1000 | 111010 | 0 | 1 | 100100011 | 1100001 | 1000111 |
Color Harmonies of #E86BFD
Complementary color
Monochromatic Colors of #E86BFD
Black with #E86BFD
Text Example
Text Example
White with #E86BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86BFD; }
p { color: rgb(232,107,253); }
H1.HeaderClassName
{
color: #E86BFD;
}
.AnyTagClassName
{
color: #E86BFD;
}
</style>
background-color css
<style>
a { background-color: #E86BFD; }
a { background-color: rgb(232,107,253); }
div.DivClassName
{
background-color: #E86BFD;
}
.BgClassName
{
background-color: #E86BFD;
}
</style>
border-color css
<style>
span { border-color: #E86BFD; }
span { border-color: rgb(232,107,253); }
td.TdClassName
{
border-color: #E86BFD;
}
.TagClassName
{
border-color: #E86BFD;
}
</style>