Shades of Heliotrope #E85FFA
Tints of Heliotrope #E85FFA
RGB
CMYK
RGB Variations
Color information
#E85FFA (or 0xE85FFA) is known color: Heliotrope. HEX triplet: E8, 5F and FA. RGB value is (232,95,250). Sum of RGB (Red+Green+Blue) = 232+95+250=577 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.21% from 577); Green value is 95 (37.5% from 255 or 16.46% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #E85FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85FFA is #17A005. Grayscale: #999999. Windows color (decimal): -1548294 or 16408552. OLE color: 16408552.
HSL color Cylindrical-coordinate representation of color #E85FFA: hue angle of 293.03º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E85FFA is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 95 | 250 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.02 |
| HSL | 293.03º | 0.94% | 0.68% | - |
| HSV(B) | 293.03º | 0.62% | 0.98% | - |
| XYZ | 54.63 | 32.24 | 93.79 | - |
| YUV | 153.63 | 182.39 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 95 | 250 | 0.07 | 0.62 | 0 | 0.02 | 293.03 | 0.94 | 0.68 |
| Hex | E8 | 5F | FA | 7 | 3E | 0 | 2 | 125 | 5E | 44 |
| Octal | 350 | 137 | 372 | 7 | 76 | 0 | 2 | 445 | 136 | 104 |
| Binary | 11101000 | 1011111 | 11111010 | 111 | 111110 | 0 | 10 | 100100101 | 1011110 | 1000100 |
Color Harmonies of #E85FFA
Complementary color
Monochromatic Colors of #E85FFA
Black with #E85FFA
Text Example
Text Example
White with #E85FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85FFA; }
p { color: rgb(232,95,250); }
H1.HeaderClassName
{
color: #E85FFA;
}
.AnyTagClassName
{
color: #E85FFA;
}
</style>
background-color css
<style>
a { background-color: #E85FFA; }
a { background-color: rgb(232,95,250); }
div.DivClassName
{
background-color: #E85FFA;
}
.BgClassName
{
background-color: #E85FFA;
}
</style>
border-color css
<style>
span { border-color: #E85FFA; }
span { border-color: rgb(232,95,250); }
td.TdClassName
{
border-color: #E85FFA;
}
.TagClassName
{
border-color: #E85FFA;
}
</style>