#E26DFF

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

Shades of Heliotrope #E26DFF

Tints of Heliotrope #E26DFF

Color information

#E26DFF (or 0xE26DFF) is unknown color: approx Heliotrope. HEX triplet: E2, 6D and FF. RGB value is (226,109,255). Sum of RGB (Red+Green+Blue) = 226+109+255=590 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.31% from 590); Green value is 109 (42.97% from 255 or 18.47% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #E26DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26DFF is #1D9200. Grayscale: #A0A0A0. Windows color (decimal): -1937921 or 16739810. OLE color: 16739810.

HSL color Cylindrical-coordinate representation of color #E26DFF: hue angle of 288.08º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E26DFF is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB226109255-
CMYK0.110.5700
HSL288.08º100%71.37%-
HSV(B)288.08º57.25%100%-
XYZ54.8834.3398.34-
YUV160.63181.26174.63-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.31%
GREEN value IS 109 (42.97% from 255) = 18.47%
BLUE value IS 255 (100% from 255) = 43.22%
R=38.31%
G=18.47%
B=43.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2261092550.110.5700288.0810071.37
HexE26DFFB39001206447
Octal342155377137100440144107
Binary1110001011011011111111110111110010010010000011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26DFF; }

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

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

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

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

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

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

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

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