#E861FA

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

Shades of Heliotrope #E861FA

Tints of Heliotrope #E861FA

Color information

#E861FA (or 0xE861FA) is unknown color: approx Heliotrope. HEX triplet: E8, 61 and FA. RGB value is (232,97,250). Sum of RGB (Red+Green+Blue) = 232+97+250=579 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.07% from 579); Green value is 97 (38.28% from 255 or 16.75% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #E861FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E861FA is #179E05. Grayscale: #9A9A9A. Windows color (decimal): -1547782 or 16409064. OLE color: 16409064.

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

Color convert

RGB23297250-
CMYK0.070.6100.02
HSL292.94º93.87%68.04%-
HSV(B)292.94º61.2%98.04%-
XYZ54.8132.6193.85-
YUV154.81181.73183.06-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.07%
GREEN value IS 97 (38.28% from 255) = 16.75%
BLUE value IS 250 (98.05% from 255) = 43.18%
R=40.07%
G=16.75%
B=43.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal232972500.070.6100.02292.9493.8768.04
HexE861FA73D021255e44
Octal35014137277502445136104
Binary1110100011000011111101011111110101010010010110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E861FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E861FA; }

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

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

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

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

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

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

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

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