#E26DEF

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

Shades of Heliotrope #E26DEF

Tints of Heliotrope #E26DEF

Color information

#E26DEF (or 0xE26DEF) is unknown color: approx Heliotrope. HEX triplet: E2, 6D and EF. RGB value is (226,109,239). Sum of RGB (Red+Green+Blue) = 226+109+239=574 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.37% from 574); Green value is 109 (42.97% from 255 or 18.99% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #E26DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26DEF is #1D9210. Grayscale: #9E9E9E. Windows color (decimal): -1937937 or 15691234. OLE color: 15691234.

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

Color convert

RGB226109239-
CMYK0.050.5400.06
HSL294º80.25%68.24%-
HSV(B)294º54.39%93.73%-
XYZ52.4133.3485.33-
YUV158.8173.26175.93-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.37%
GREEN value IS 109 (42.97% from 255) = 18.99%
BLUE value IS 239 (93.75% from 255) = 41.64%
R=39.37%
G=18.99%
B=41.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2261092390.050.5400.0629480.2568.24
HexE26DEF536061265044
Octal34215535756606446120104
Binary11100010110110111101111101110110011010010011010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26DEF; }

 p { color: rgb(226,109,239); }

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

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

 a { background-color: rgb(226,109,239); }

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

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

 span { border-color: rgb(226,109,239); }

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