#E861FC

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

Shades of Heliotrope #E861FC

Tints of Heliotrope #E861FC

Color information

#E861FC (or 0xE861FC) is unknown color: approx Heliotrope. HEX triplet: E8, 61 and FC. RGB value is (232,97,252). Sum of RGB (Red+Green+Blue) = 232+97+252=581 (76% of max value = 765). Red value is 232 (91.02% from 255 or 39.93% from 581); Green value is 97 (38.28% from 255 or 16.70% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #E861FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E861FC is #179E03. Grayscale: #9A9A9A. Windows color (decimal): -1547780 or 16540136. OLE color: 16540136.

HSL color Cylindrical-coordinate representation of color #E861FC: hue angle of 292.26º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E861FC is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB23297252-
CMYK0.080.6200.01
HSL292.26º96.27%68.43%-
HSV(B)292.26º61.51%98.82%-
XYZ55.1232.7395.51-
YUV155.04182.73182.9-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.93%
GREEN value IS 97 (38.28% from 255) = 16.70%
BLUE value IS 252 (98.83% from 255) = 43.37%
R=39.93%
G=16.70%
B=43.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal232972520.080.6200.01292.2696.2768.43
HexE861FC83E011246044
Octal350141374107601444140104
Binary1110100011000011111110010001111100110010010011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E861FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E861FC; }

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

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

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

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

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

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

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

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