#E26FEC

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

Shades of Heliotrope #E26FEC

Tints of Heliotrope #E26FEC

Color information

#E26FEC (or 0xE26FEC) is unknown color: approx Heliotrope. HEX triplet: E2, 6F and EC. RGB value is (226,111,236). Sum of RGB (Red+Green+Blue) = 226+111+236=573 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.44% from 573); Green value is 111 (43.75% from 255 or 19.37% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #E26FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26FEC is #1D9013. Grayscale: #9F9F9F. Windows color (decimal): -1937428 or 15495138. OLE color: 15495138.

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

Color convert

RGB226111236-
CMYK0.040.5300.07
HSL295.2º76.69%68.04%-
HSV(B)295.2º52.97%92.55%-
XYZ52.1933.5983.09-
YUV159.64171.1175.34-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.44%
GREEN value IS 111 (43.75% from 255) = 19.37%
BLUE value IS 236 (92.58% from 255) = 41.19%
R=39.44%
G=19.37%
B=41.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261112360.040.5300.07295.276.6968.04
HexE26FEC435071274d44
Octal34215735446507447115104
Binary11100010110111111101100100110101011110010011110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26FEC; }

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

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

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

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

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

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

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

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