#E26DFA

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

Shades of Heliotrope #E26DFA

Tints of Heliotrope #E26DFA

Color information

#E26DFA (or 0xE26DFA) is unknown color: approx Heliotrope. HEX triplet: E2, 6D and FA. RGB value is (226,109,250). Sum of RGB (Red+Green+Blue) = 226+109+250=585 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.63% from 585); Green value is 109 (42.97% from 255 or 18.63% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #E26DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26DFA is #1D9205. Grayscale: #9F9F9F. Windows color (decimal): -1937926 or 16412130. OLE color: 16412130.

HSL color Cylindrical-coordinate representation of color #E26DFA: hue angle of 289.79º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E26DFA is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB226109250-
CMYK0.100.5600.02
HSL289.79º93.38%70.39%-
HSV(B)289.79º56.4%98.04%-
XYZ54.0934.0194.16-
YUV160.06178.76175.04-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.63%
GREEN value IS 109 (42.97% from 255) = 18.63%
BLUE value IS 250 (98.05% from 255) = 42.74%
R=38.63%
G=18.63%
B=42.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2261092500.100.5600.02289.7993.3870.39
HexE26DFAA38021225d46
Octal342155372127002442135106
Binary11100010110110111111010101011100001010010001010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26DFA; }

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

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

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

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

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

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

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

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