#E86BF5

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

Shades of Heliotrope #E86BF5

Tints of Heliotrope #E86BF5

Color information

#E86BF5 (or 0xE86BF5) is unknown color: approx Heliotrope. HEX triplet: E8, 6B and F5. RGB value is (232,107,245). Sum of RGB (Red+Green+Blue) = 232+107+245=584 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.73% from 584); Green value is 107 (42.19% from 255 or 18.32% from 584); Blue value is 245 (96.09% from 255 or 41.95% from 584); Max value from RGB is 245 - color contains mainly: blue. Hex color #E86BF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E86BF5 is #17940A. Grayscale: #9F9F9F. Windows color (decimal): -1545227 or 16083944. OLE color: 16083944.

HSL color Cylindrical-coordinate representation of color #E86BF5: hue angle of 294.35º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E86BF5 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB232107245-
CMYK0.050.5600.04
HSL294.35º87.34%69.02%-
HSV(B)294.35º56.33%96.08%-
XYZ55.0234.2690.1-
YUV160.11175.91179.28-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.73%
GREEN value IS 107 (42.19% from 255) = 18.32%
BLUE value IS 245 (96.09% from 255) = 41.95%
R=39.73%
G=18.32%
B=41.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2321072450.050.5600.04294.3587.3469.02
HexE86BF5538041265745
Octal35015336557004446127105
Binary11101000110101111110101101111000010010010011010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86BF5; }

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

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

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

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

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

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

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

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