#E26AF1

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

Shades of Heliotrope #E26AF1

Tints of Heliotrope #E26AF1

Color information

#E26AF1 (or 0xE26AF1) is unknown color: approx Heliotrope. HEX triplet: E2, 6A and F1. RGB value is (226,106,241). Sum of RGB (Red+Green+Blue) = 226+106+241=573 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.44% from 573); Green value is 106 (41.80% from 255 or 18.50% from 573); Blue value is 241 (94.53% from 255 or 42.06% from 573); Max value from RGB is 241 - color contains mainly: blue. Hex color #E26AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26AF1 is #1D950E. Grayscale: #9C9C9C. Windows color (decimal): -1938703 or 15821538. OLE color: 15821538.

HSL color Cylindrical-coordinate representation of color #E26AF1: hue angle of 293.33º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E26AF1 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB226106241-
CMYK0.060.5600.05
HSL293.33º82.82%68.04%-
HSV(B)293.33º56.02%94.51%-
XYZ52.432.8386.79-
YUV157.27175.26177.02-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.44%
GREEN value IS 106 (41.80% from 255) = 18.50%
BLUE value IS 241 (94.53% from 255) = 42.06%
R=39.44%
G=18.50%
B=42.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2261062410.060.5600.05293.3382.8268.04
HexE26AF1638051255344
Octal34215236167005445123104
Binary11100010110101011110001110111000010110010010110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26AF1; }

 p { color: rgb(226,106,241); }

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

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

 a { background-color: rgb(226,106,241); }

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

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

 span { border-color: rgb(226,106,241); }

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