#E86AFD

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

Shades of Heliotrope #E86AFD

Tints of Heliotrope #E86AFD

Color information

#E86AFD (or 0xE86AFD) is unknown color: approx Heliotrope. HEX triplet: E8, 6A and FD. RGB value is (232,106,253). Sum of RGB (Red+Green+Blue) = 232+106+253=591 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.26% from 591); Green value is 106 (41.80% from 255 or 17.94% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #E86AFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E86AFD is #179502. Grayscale: #9F9F9F. Windows color (decimal): -1545475 or 16607976. OLE color: 16607976.

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

Color convert

RGB232106253-
CMYK0.080.5800.01
HSL291.43º97.35%70.39%-
HSV(B)291.43º58.1%99.22%-
XYZ56.1634.5696.64-
YUV160.43180.24179.05-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.26%
GREEN value IS 106 (41.80% from 255) = 17.94%
BLUE value IS 253 (99.22% from 255) = 42.81%
R=39.26%
G=17.94%
B=42.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2321062530.080.5800.01291.4397.3570.39
HexE86AFD83A011236146
Octal350152375107201443141106
Binary1110100011010101111110110001110100110010001111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86AFD; }

 p { color: rgb(232,106,253); }

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

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

 a { background-color: rgb(232,106,253); }

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

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

 span { border-color: rgb(232,106,253); }

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