#E26BF6

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

Shades of Heliotrope #E26BF6

Tints of Heliotrope #E26BF6

Color information

#E26BF6 (or 0xE26BF6) is unknown color: approx Heliotrope. HEX triplet: E2, 6B and F6. RGB value is (226,107,246). Sum of RGB (Red+Green+Blue) = 226+107+246=579 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.03% from 579); Green value is 107 (42.19% from 255 or 18.48% from 579); Blue value is 246 (96.48% from 255 or 42.49% from 579); Max value from RGB is 246 - color contains mainly: blue. Hex color #E26BF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26BF6 is #1D9409. Grayscale: #9D9D9D. Windows color (decimal): -1938442 or 16149474. OLE color: 16149474.

HSL color Cylindrical-coordinate representation of color #E26BF6: hue angle of 291.37º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E26BF6 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB226107246-
CMYK0.080.5700.04
HSL291.37º88.54%69.22%-
HSV(B)291.37º56.5%96.47%-
XYZ53.2633.3490.82-
YUV158.43177.42176.2-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.03%
GREEN value IS 107 (42.19% from 255) = 18.48%
BLUE value IS 246 (96.48% from 255) = 42.49%
R=39.03%
G=18.48%
B=42.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2261072460.080.5700.04291.3788.5469.22
HexE26BF6839041235945
Octal342153366107104443131105
Binary111000101101011111101101000111001010010010001110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26BF6; }

 p { color: rgb(226,107,246); }

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

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

 a { background-color: rgb(226,107,246); }

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

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

 span { border-color: rgb(226,107,246); }

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