#E86BF8

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

Shades of Heliotrope #E86BF8

Tints of Heliotrope #E86BF8

Color information

#E86BF8 (or 0xE86BF8) is unknown color: approx Heliotrope. HEX triplet: E8, 6B and F8. RGB value is (232,107,248). Sum of RGB (Red+Green+Blue) = 232+107+248=587 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.52% from 587); Green value is 107 (42.19% from 255 or 18.23% from 587); Blue value is 248 (97.27% from 255 or 42.25% from 587); Max value from RGB is 248 - color contains mainly: blue. Hex color #E86BF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E86BF8 is #179407. Grayscale: #A0A0A0. Windows color (decimal): -1545224 or 16280552. OLE color: 16280552.

HSL color Cylindrical-coordinate representation of color #E86BF8: hue angle of 293.19º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E86BF8 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB232107248-
CMYK0.060.5700.03
HSL293.19º90.97%69.61%-
HSV(B)293.19º56.85%97.25%-
XYZ55.4834.4592.53-
YUV160.45177.41179.04-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.52%
GREEN value IS 107 (42.19% from 255) = 18.23%
BLUE value IS 248 (97.27% from 255) = 42.25%
R=39.52%
G=18.23%
B=42.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2321072480.060.5700.03293.1990.9769.61
HexE86BF8639031255b46
Octal35015337067103445133106
Binary1110100011010111111100011011100101110010010110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86BF8; }

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

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

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

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

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

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

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

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