#E26BF5

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

Shades of Heliotrope #E26BF5

Tints of Heliotrope #E26BF5

Color information

#E26BF5 (or 0xE26BF5) is unknown color: approx Heliotrope. HEX triplet: E2, 6B and F5. RGB value is (226,107,245). Sum of RGB (Red+Green+Blue) = 226+107+245=578 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.10% from 578); Green value is 107 (42.19% from 255 or 18.51% from 578); Blue value is 245 (96.09% from 255 or 42.39% from 578); Max value from RGB is 245 - color contains mainly: blue. Hex color #E26BF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26BF5 is #1D940A. Grayscale: #9D9D9D. Windows color (decimal): -1938443 or 16083938. OLE color: 16083938.

HSL color Cylindrical-coordinate representation of color #E26BF5: hue angle of 291.74º 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 #E26BF5 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB226107245-
CMYK0.080.5600.04
HSL291.74º87.34%69.02%-
HSV(B)291.74º56.33%96.08%-
XYZ53.133.2890.01-
YUV158.31176.92176.28-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.10%
GREEN value IS 107 (42.19% from 255) = 18.51%
BLUE value IS 245 (96.09% from 255) = 42.39%
R=39.10%
G=18.51%
B=42.39%

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
Decimal2261072450.080.5600.04291.7487.3469.02
HexE26BF5838041245745
Octal342153365107004444127105
Binary111000101101011111101011000111000010010010010010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26BF5; }

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

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

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

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

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

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

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

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