#E26FF6

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

Shades of Heliotrope #E26FF6

Tints of Heliotrope #E26FF6

Color information

#E26FF6 (or 0xE26FF6) is unknown color: approx Heliotrope. HEX triplet: E2, 6F and F6. RGB value is (226,111,246). Sum of RGB (Red+Green+Blue) = 226+111+246=583 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.77% from 583); Green value is 111 (43.75% from 255 or 19.04% from 583); Blue value is 246 (96.48% from 255 or 42.20% from 583); Max value from RGB is 246 - color contains mainly: blue. Hex color #E26FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26FF6 is #1D9009. Grayscale: #A0A0A0. Windows color (decimal): -1937418 or 16150498. OLE color: 16150498.

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

Color convert

RGB226111246-
CMYK0.080.5500.04
HSL291.11º88.24%70%-
HSV(B)291.11º54.88%96.47%-
XYZ53.6834.1990.96-
YUV160.78176.1174.52-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.77%
GREEN value IS 111 (43.75% from 255) = 19.04%
BLUE value IS 246 (96.48% from 255) = 42.20%
R=38.77%
G=19.04%
B=42.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2261112460.080.5500.04291.1188.2470
HexE26FF6837041235846
Octal342157366106704443130106
Binary111000101101111111101101000110111010010010001110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26FF6; }

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

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

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

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

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

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

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

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