Shades of Heliotrope #E865FC
Tints of Heliotrope #E865FC
RGB
CMYK
RGB Variations
Color information
#E865FC (or 0xE865FC) is known color: Heliotrope. HEX triplet: E8, 65 and FC. RGB value is (232,101,252). Sum of RGB (Red+Green+Blue) = 232+101+252=585 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.66% from 585); Green value is 101 (39.84% from 255 or 17.26% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #E865FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E865FC is #179A03. Grayscale: #9C9C9C. Windows color (decimal): -1546756 or 16541160. OLE color: 16541160.
HSL color Cylindrical-coordinate representation of color #E865FC: hue angle of 292.05º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E865FC is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 101 | 252 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.01 |
| HSL | 292.05º | 0.96% | 0.69% | - |
| HSV(B) | 292.05º | 0.6% | 0.99% | - |
| XYZ | 55.5 | 33.49 | 95.63 | - |
| YUV | 157.38 | 181.4 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 101 | 252 | 0.08 | 0.60 | 0 | 0.01 | 292.05 | 0.96 | 0.69 |
| Hex | E8 | 65 | FC | 8 | 3C | 0 | 1 | 124 | 60 | 45 |
| Octal | 350 | 145 | 374 | 10 | 74 | 0 | 1 | 444 | 140 | 105 |
| Binary | 11101000 | 1100101 | 11111100 | 1000 | 111100 | 0 | 1 | 100100100 | 1100000 | 1000101 |
Color Harmonies of #E865FC
Complementary color
Monochromatic Colors of #E865FC
Black with #E865FC
Text Example
Text Example
White with #E865FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E865FC; }
p { color: rgb(232,101,252); }
H1.HeaderClassName
{
color: #E865FC;
}
.AnyTagClassName
{
color: #E865FC;
}
</style>
background-color css
<style>
a { background-color: #E865FC; }
a { background-color: rgb(232,101,252); }
div.DivClassName
{
background-color: #E865FC;
}
.BgClassName
{
background-color: #E865FC;
}
</style>
border-color css
<style>
span { border-color: #E865FC; }
span { border-color: rgb(232,101,252); }
td.TdClassName
{
border-color: #E865FC;
}
.TagClassName
{
border-color: #E865FC;
}
</style>