#E26DF6

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

Shades of Heliotrope #E26DF6

Tints of Heliotrope #E26DF6

Color information

#E26DF6 (or 0xE26DF6) is unknown color: approx Heliotrope. HEX triplet: E2, 6D and F6. RGB value is (226,109,246). Sum of RGB (Red+Green+Blue) = 226+109+246=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 109 (42.97% from 255 or 18.76% from 581); Blue value is 246 (96.48% from 255 or 42.34% from 581); Max value from RGB is 246 - color contains mainly: blue. Hex color #E26DF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26DF6 is #1D9209. Grayscale: #9F9F9F. Windows color (decimal): -1937930 or 16149986. OLE color: 16149986.

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

Color convert

RGB226109246-
CMYK0.080.5600.04
HSL291.24º88.39%69.61%-
HSV(B)291.24º55.69%96.47%-
XYZ53.4733.7690.89-
YUV159.6176.76175.36-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.90%
GREEN value IS 109 (42.97% from 255) = 18.76%
BLUE value IS 246 (96.48% from 255) = 42.34%
R=38.90%
G=18.76%
B=42.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2261092460.080.5600.04291.2488.3969.61
HexE26DF6838041235846
Octal342155366107004443130106
Binary111000101101101111101101000111000010010010001110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26DF6; }

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

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

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

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

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

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

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

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