#E86EFF

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

Shades of Heliotrope #E86EFF

Tints of Heliotrope #E86EFF

Color information

#E86EFF (or 0xE86EFF) is unknown color: approx Heliotrope. HEX triplet: E8, 6E and FF. RGB value is (232,110,255). Sum of RGB (Red+Green+Blue) = 232+110+255=597 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.86% from 597); Green value is 110 (43.36% from 255 or 18.43% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #E86EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E86EFF is #179100. Grayscale: #A2A2A2. Windows color (decimal): -1544449 or 16740072. OLE color: 16740072.

HSL color Cylindrical-coordinate representation of color #E86EFF: hue angle of 290.48º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E86EFF is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB232110255-
CMYK0.090.5700
HSL290.48º100%71.57%-
HSV(B)290.48º56.86%100%-
XYZ56.935.5398.47-
YUV163.01179.92177.21-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.86%
GREEN value IS 110 (43.36% from 255) = 18.43%
BLUE value IS 255 (100% from 255) = 42.71%
R=38.86%
G=18.43%
B=42.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2321102550.090.5700290.4810071.57
HexE86EFF939001226448
Octal350156377117100442144110
Binary1110100011011101111111110011110010010010001011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86EFF; }

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

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

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

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

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

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

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

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