Shades of Heliotrope #E85DFA
Tints of Heliotrope #E85DFA
RGB
CMYK
RGB Variations
Color information
#E85DFA (or 0xE85DFA) is known color: Heliotrope. HEX triplet: E8, 5D and FA. RGB value is (232,93,250). Sum of RGB (Red+Green+Blue) = 232+93+250=575 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.35% from 575); Green value is 93 (36.72% from 255 or 16.17% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #E85DFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85DFA is #17A205. Grayscale: #979797. Windows color (decimal): -1548806 or 16408040. OLE color: 16408040.
HSL color Cylindrical-coordinate representation of color #E85DFA: hue angle of 293.12º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E85DFA is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 93 | 250 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.02 |
| HSL | 293.12º | 0.94% | 0.67% | - |
| HSV(B) | 293.12º | 0.63% | 0.98% | - |
| XYZ | 54.45 | 31.89 | 93.73 | - |
| YUV | 152.46 | 183.05 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 250 | 0.07 | 0.63 | 0 | 0.02 | 293.12 | 0.94 | 0.67 |
| Hex | E8 | 5D | FA | 7 | 3F | 0 | 2 | 125 | 5E | 43 |
| Octal | 350 | 135 | 372 | 7 | 77 | 0 | 2 | 445 | 136 | 103 |
| Binary | 11101000 | 1011101 | 11111010 | 111 | 111111 | 0 | 10 | 100100101 | 1011110 | 1000011 |
Color Harmonies of #E85DFA
Complementary color
Monochromatic Colors of #E85DFA
Black with #E85DFA
Text Example
Text Example
White with #E85DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85DFA; }
p { color: rgb(232,93,250); }
H1.HeaderClassName
{
color: #E85DFA;
}
.AnyTagClassName
{
color: #E85DFA;
}
</style>
background-color css
<style>
a { background-color: #E85DFA; }
a { background-color: rgb(232,93,250); }
div.DivClassName
{
background-color: #E85DFA;
}
.BgClassName
{
background-color: #E85DFA;
}
</style>
border-color css
<style>
span { border-color: #E85DFA; }
span { border-color: rgb(232,93,250); }
td.TdClassName
{
border-color: #E85DFA;
}
.TagClassName
{
border-color: #E85DFA;
}
</style>