#E86CFF

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

Shades of Heliotrope #E86CFF

Tints of Heliotrope #E86CFF

Color information

#E86CFF (or 0xE86CFF) is unknown color: approx Heliotrope. HEX triplet: E8, 6C and FF. RGB value is (232,108,255). Sum of RGB (Red+Green+Blue) = 232+108+255=595 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.99% from 595); Green value is 108 (42.58% from 255 or 18.15% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #E86CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E86CFF is #179300. Grayscale: #A1A1A1. Windows color (decimal): -1544961 or 16739560. OLE color: 16739560.

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

Color convert

RGB232108255-
CMYK0.090.5800
HSL290.61º100%71.18%-
HSV(B)290.61º57.65%100%-
XYZ56.6935.198.39-
YUV161.83180.58178.05-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.99%
GREEN value IS 108 (42.58% from 255) = 18.15%
BLUE value IS 255 (100% from 255) = 42.86%
R=38.99%
G=18.15%
B=42.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2321082550.090.5800290.6110071.18
HexE86CFF93A001236447
Octal350154377117200443144107
Binary1110100011011001111111110011110100010010001111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86CFF; }

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

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

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

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

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

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

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

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