#E26EFD

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

Shades of Heliotrope #E26EFD

Tints of Heliotrope #E26EFD

Color information

#E26EFD (or 0xE26EFD) is unknown color: approx Heliotrope. HEX triplet: E2, 6E and FD. RGB value is (226,110,253). Sum of RGB (Red+Green+Blue) = 226+110+253=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 110 (43.36% from 255 or 18.68% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #E26EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26EFD is #1D9102. Grayscale: #A0A0A0. Windows color (decimal): -1937667 or 16608994. OLE color: 16608994.

HSL color Cylindrical-coordinate representation of color #E26EFD: hue angle of 288.67º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E26EFD is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB226110253-
CMYK0.110.5700.01
HSL288.67º97.28%71.18%-
HSV(B)288.67º56.52%99.22%-
XYZ54.6734.4196.69-
YUV160.99179.93174.37-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.37%
GREEN value IS 110 (43.36% from 255) = 18.68%
BLUE value IS 253 (99.22% from 255) = 42.95%
R=38.37%
G=18.68%
B=42.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2261102530.110.5700.01288.6797.2871.18
HexE26EFDB39011216147
Octal342156375137101441141107
Binary1110001011011101111110110111110010110010000111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26EFD; }

 p { color: rgb(226,110,253); }

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

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

 a { background-color: rgb(226,110,253); }

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

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

 span { border-color: rgb(226,110,253); }

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