#E86EFA

Color #E86EFA Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #E86EFA

Tints of Heliotrope #E86EFA

Color information

#E86EFA (or 0xE86EFA) is unknown color: approx Heliotrope. HEX triplet: E8, 6E and FA. RGB value is (232,110,250). Sum of RGB (Red+Green+Blue) = 232+110+250=592 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.19% from 592); Green value is 110 (43.36% from 255 or 18.58% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #E86EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E86EFA is #179105. Grayscale: #A2A2A2. Windows color (decimal): -1544454 or 16412392. OLE color: 16412392.

HSL color Cylindrical-coordinate representation of color #E86EFA: hue angle of 292.29º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E86EFA is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB232110250-
CMYK0.070.5600.02
HSL292.29º93.33%70.59%-
HSV(B)292.29º56%98.04%-
XYZ56.1135.2194.28-
YUV162.44177.42177.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 232 (91.02% from 255) = 39.19%
GREEN value IS 110 (43.36% from 255) = 18.58%
BLUE value IS 250 (98.05% from 255) = 42.23%
R=39.19%
G=18.58%
B=42.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2321102500.070.5600.02292.2993.3370.59
HexE86EFA738021245d47
Octal35015637277002444135107
Binary1110100011011101111101011111100001010010010010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86EFA; }

 p { color: rgb(232,110,250); }

 H1.HeaderClassName
 {
   color: #E86EFA;
 }
 .AnyTagClassName
 {
   color: #E86EFA;
 }
</style>
background-color css

<style>
 a { background-color: #E86EFA; }

 a { background-color: rgb(232,110,250); }

 div.DivClassName
 {
   background-color: #E86EFA;
 }
 .BgClassName
 {
   background-color: #E86EFA;
 }
</style>
border-color css

<style>
 span { border-color: #E86EFA; }

 span { border-color: rgb(232,110,250); }

 td.TdClassName
 {
   border-color: #E86EFA;
 }
 .TagClassName
 {
   border-color: #E86EFA;
 }
</style>