#E86AF0

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

Shades of Heliotrope #E86AF0

Tints of Heliotrope #E86AF0

Color information

#E86AF0 (or 0xE86AF0) is unknown color: approx Heliotrope. HEX triplet: E8, 6A and F0. RGB value is (232,106,240). Sum of RGB (Red+Green+Blue) = 232+106+240=578 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.14% from 578); Green value is 106 (41.80% from 255 or 18.34% from 578); Blue value is 240 (94.14% from 255 or 41.52% from 578); Max value from RGB is 240 - color contains mainly: blue. Hex color #E86AF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E86AF0 is #17950F. Grayscale: #9E9E9E. Windows color (decimal): -1545488 or 15756008. OLE color: 15756008.

HSL color Cylindrical-coordinate representation of color #E86AF0: hue angle of 296.42º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E86AF0 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB232106240-
CMYK0.030.5600.06
HSL296.42º81.71%67.84%-
HSV(B)296.42º55.83%94.12%-
XYZ54.1633.7686.1-
YUV158.95173.74180.1-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.14%
GREEN value IS 106 (41.80% from 255) = 18.34%
BLUE value IS 240 (94.14% from 255) = 41.52%
R=40.14%
G=18.34%
B=41.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2321062400.030.5600.06296.4281.7167.84
HexE86AF0338061285244
Octal35015236037006450122104
Binary1110100011010101111000011111000011010010100010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86AF0; }

 p { color: rgb(232,106,240); }

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

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

 a { background-color: rgb(232,106,240); }

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

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

 span { border-color: rgb(232,106,240); }

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