#E26EED

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

Shades of Heliotrope #E26EED

Tints of Heliotrope #E26EED

Color information

#E26EED (or 0xE26EED) is unknown color: approx Heliotrope. HEX triplet: E2, 6E and ED. RGB value is (226,110,237). Sum of RGB (Red+Green+Blue) = 226+110+237=573 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.44% from 573); Green value is 110 (43.36% from 255 or 19.20% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: blue. Hex color #E26EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26EED is #1D9112. Grayscale: #9E9E9E. Windows color (decimal): -1937683 or 15560418. OLE color: 15560418.

HSL color Cylindrical-coordinate representation of color #E26EED: hue angle of 294.8º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E26EED is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB226110237-
CMYK0.050.5400.07
HSL294.8º77.91%68.04%-
HSV(B)294.8º53.59%92.94%-
XYZ52.2333.4483.82-
YUV159.16171.93175.67-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.44%
GREEN value IS 110 (43.36% from 255) = 19.20%
BLUE value IS 237 (92.97% from 255) = 41.36%
R=39.44%
G=19.20%
B=41.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261102370.050.5400.07294.877.9168.04
HexE26EED536071274e44
Octal34215635556607447116104
Binary11100010110111011101101101110110011110010011110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26EED; }

 p { color: rgb(226,110,237); }

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

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

 a { background-color: rgb(226,110,237); }

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

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

 span { border-color: rgb(226,110,237); }

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