#E86CFA

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

Shades of Heliotrope #E86CFA

Tints of Heliotrope #E86CFA

Color information

#E86CFA (or 0xE86CFA) is unknown color: approx Heliotrope. HEX triplet: E8, 6C and FA. RGB value is (232,108,250). Sum of RGB (Red+Green+Blue) = 232+108+250=590 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.32% from 590); Green value is 108 (42.58% from 255 or 18.31% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #E86CFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E86CFA is #179305. Grayscale: #A0A0A0. Windows color (decimal): -1544966 or 16411880. OLE color: 16411880.

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

Color convert

RGB232108250-
CMYK0.070.5700.02
HSL292.39º93.42%70.2%-
HSV(B)292.39º56.8%98.04%-
XYZ55.934.7894.21-
YUV161.26178.08178.45-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.32%
GREEN value IS 108 (42.58% from 255) = 18.31%
BLUE value IS 250 (98.05% from 255) = 42.37%
R=39.32%
G=18.31%
B=42.37%

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
Decimal2321082500.070.5700.02292.3993.4270.2
HexE86CFA739021245d46
Octal35015437277102444135106
Binary1110100011011001111101011111100101010010010010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86CFA; }

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

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

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

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

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

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

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

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