#E26CF5

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

Shades of Heliotrope #E26CF5

Tints of Heliotrope #E26CF5

Color information

#E26CF5 (or 0xE26CF5) is unknown color: approx Heliotrope. HEX triplet: E2, 6C and F5. RGB value is (226,108,245). Sum of RGB (Red+Green+Blue) = 226+108+245=579 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.03% from 579); Green value is 108 (42.58% from 255 or 18.65% from 579); Blue value is 245 (96.09% from 255 or 42.31% from 579); Max value from RGB is 245 - color contains mainly: blue. Hex color #E26CF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26CF5 is #1D930A. Grayscale: #9E9E9E. Windows color (decimal): -1938187 or 16084194. OLE color: 16084194.

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

Color convert

RGB226108245-
CMYK0.080.5600.04
HSL291.68º87.26%69.22%-
HSV(B)291.68º55.92%96.08%-
XYZ53.2133.4990.05-
YUV158.9176.59175.86-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.03%
GREEN value IS 108 (42.58% from 255) = 18.65%
BLUE value IS 245 (96.09% from 255) = 42.31%
R=39.03%
G=18.65%
B=42.31%

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
Decimal2261082450.080.5600.04291.6887.2669.22
HexE26CF5838041245745
Octal342154365107004444127105
Binary111000101101100111101011000111000010010010010010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26CF5; }

 p { color: rgb(226,108,245); }

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

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

 a { background-color: rgb(226,108,245); }

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

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

 span { border-color: rgb(226,108,245); }

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