#E86DF1

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

Shades of Heliotrope #E86DF1

Tints of Heliotrope #E86DF1

Color information

#E86DF1 (or 0xE86DF1) is unknown color: approx Heliotrope. HEX triplet: E8, 6D and F1. RGB value is (232,109,241). Sum of RGB (Red+Green+Blue) = 232+109+241=582 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.86% from 582); Green value is 109 (42.97% from 255 or 18.73% from 582); Blue value is 241 (94.53% from 255 or 41.41% from 582); Max value from RGB is 241 - color contains mainly: blue. Hex color #E86DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E86DF1 is #17920E. Grayscale: #A0A0A0. Windows color (decimal): -1544719 or 15822312. OLE color: 15822312.

HSL color Cylindrical-coordinate representation of color #E86DF1: hue angle of 295.91º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E86DF1 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB232109241-
CMYK0.040.5500.05
HSL295.91º82.5%68.63%-
HSV(B)295.91º54.77%94.51%-
XYZ54.6234.4486.99-
YUV160.82173.25178.77-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.86%
GREEN value IS 109 (42.97% from 255) = 18.73%
BLUE value IS 241 (94.53% from 255) = 41.41%
R=39.86%
G=18.73%
B=41.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2321092410.040.5500.05295.9182.568.63
HexE86DF1437051285245
Octal35015536146705450122105
Binary11101000110110111110001100110111010110010100010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86DF1; }

 p { color: rgb(232,109,241); }

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

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

 a { background-color: rgb(232,109,241); }

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

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

 span { border-color: rgb(232,109,241); }

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