#E86BFA

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

Shades of Heliotrope #E86BFA

Tints of Heliotrope #E86BFA

Color information

#E86BFA (or 0xE86BFA) is unknown color: approx Heliotrope. HEX triplet: E8, 6B and FA. RGB value is (232,107,250). Sum of RGB (Red+Green+Blue) = 232+107+250=589 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.39% from 589); Green value is 107 (42.19% from 255 or 18.17% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #E86BFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E86BFA is #179405. Grayscale: #A0A0A0. Windows color (decimal): -1545222 or 16411624. OLE color: 16411624.

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

Color convert

RGB232107250-
CMYK0.070.5700.02
HSL292.45º93.46%70%-
HSV(B)292.45º57.2%98.04%-
XYZ55.7934.5794.18-
YUV160.68178.41178.87-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.39%
GREEN value IS 107 (42.19% from 255) = 18.17%
BLUE value IS 250 (98.05% from 255) = 42.44%
R=39.39%
G=18.17%
B=42.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2321072500.070.5700.02292.4593.4670
HexE86BFA739021245d46
Octal35015337277102444135106
Binary1110100011010111111101011111100101010010010010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86BFA; }

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

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

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

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

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

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

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

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