#E86CF9

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

Shades of Heliotrope #E86CF9

Tints of Heliotrope #E86CF9

Color information

#E86CF9 (or 0xE86CF9) is unknown color: approx Heliotrope. HEX triplet: E8, 6C and F9. RGB value is (232,108,249). Sum of RGB (Red+Green+Blue) = 232+108+249=589 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.39% from 589); Green value is 108 (42.58% from 255 or 18.34% from 589); Blue value is 249 (97.66% from 255 or 42.28% from 589); Max value from RGB is 249 - color contains mainly: blue. Hex color #E86CF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E86CF9 is #179306. Grayscale: #A0A0A0. Windows color (decimal): -1544967 or 16346344. OLE color: 16346344.

HSL color Cylindrical-coordinate representation of color #E86CF9: hue angle of 292.77º degrees, saturation: 0.92, 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 #E86CF9 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB232108249-
CMYK0.070.5700.02
HSL292.77º92.16%70%-
HSV(B)292.77º56.63%97.65%-
XYZ55.7434.7293.39-
YUV161.15177.58178.54-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.39%
GREEN value IS 108 (42.58% from 255) = 18.34%
BLUE value IS 249 (97.66% from 255) = 42.28%
R=39.39%
G=18.34%
B=42.28%

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
Decimal2321082490.070.5700.02292.7792.1670
HexE86CF9739021255c46
Octal35015437177102445134106
Binary1110100011011001111100111111100101010010010110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86CF9; }

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

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

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

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

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

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

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

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