Shades of Heliotrope #E861F7
Tints of Heliotrope #E861F7
RGB
CMYK
RGB Variations
Color information
#E861F7 (or 0xE861F7) is known color: Heliotrope. HEX triplet: E8, 61 and F7. RGB value is (232,97,247). Sum of RGB (Red+Green+Blue) = 232+97+247=576 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.28% from 576); Green value is 97 (38.28% from 255 or 16.84% from 576); Blue value is 247 (96.88% from 255 or 42.88% from 576); Max value from RGB is 247 - color contains mainly: blue. Hex color #E861F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E861F7 is #179E08. Grayscale: #9A9A9A. Windows color (decimal): -1547785 or 16212456. OLE color: 16212456.
HSL color Cylindrical-coordinate representation of color #E861F7: hue angle of 294º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E861F7 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 232 | 97 | 247 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.03 |
| HSL | 294º | 0.9% | 0.67% | - |
| HSV(B) | 294º | 0.61% | 0.97% | - |
| XYZ | 54.34 | 32.42 | 91.39 | - |
| YUV | 154.47 | 180.23 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 97 | 247 | 0.06 | 0.61 | 0 | 0.03 | 294 | 0.9 | 0.67 |
| Hex | E8 | 61 | F7 | 6 | 3D | 0 | 3 | 126 | 5A | 43 |
| Octal | 350 | 141 | 367 | 6 | 75 | 0 | 3 | 446 | 132 | 103 |
| Binary | 11101000 | 1100001 | 11110111 | 110 | 111101 | 0 | 11 | 100100110 | 1011010 | 1000011 |
Color Harmonies of #E861F7
Complementary color
Monochromatic Colors of #E861F7
Black with #E861F7
Text Example
Text Example
White with #E861F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E861F7; }
p { color: rgb(232,97,247); }
H1.HeaderClassName
{
color: #E861F7;
}
.AnyTagClassName
{
color: #E861F7;
}
</style>
background-color css
<style>
a { background-color: #E861F7; }
a { background-color: rgb(232,97,247); }
div.DivClassName
{
background-color: #E861F7;
}
.BgClassName
{
background-color: #E861F7;
}
</style>
border-color css
<style>
span { border-color: #E861F7; }
span { border-color: rgb(232,97,247); }
td.TdClassName
{
border-color: #E861F7;
}
.TagClassName
{
border-color: #E861F7;
}
</style>