#E26CEC

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

Shades of Heliotrope #E26CEC

Tints of Heliotrope #E26CEC

Color information

#E26CEC (or 0xE26CEC) is unknown color: approx Heliotrope. HEX triplet: E2, 6C and EC. RGB value is (226,108,236). Sum of RGB (Red+Green+Blue) = 226+108+236=570 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.65% from 570); Green value is 108 (42.58% from 255 or 18.95% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #E26CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26CEC is #1D9313. Grayscale: #9D9D9D. Windows color (decimal): -1938196 or 15494370. OLE color: 15494370.

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

Color convert

RGB226108236-
CMYK0.040.5400.07
HSL295.31º77.11%67.45%-
HSV(B)295.31º54.24%92.55%-
XYZ51.8732.9582.98-
YUV157.87172.09176.59-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.65%
GREEN value IS 108 (42.58% from 255) = 18.95%
BLUE value IS 236 (92.58% from 255) = 41.40%
R=39.65%
G=18.95%
B=41.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261082360.040.5400.07295.3177.1167.45
HexE26CEC436071274d43
Octal34215435446607447115103
Binary11100010110110011101100100110110011110010011110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26CEC; }

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

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

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

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

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

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

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

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