#E26AEB

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

Shades of Orchid #E26AEB

Tints of Orchid #E26AEB

Color information

#E26AEB (or 0xE26AEB) is unknown color: approx Orchid. HEX triplet: E2, 6A and EB. RGB value is (226,106,235). Sum of RGB (Red+Green+Blue) = 226+106+235=567 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.86% from 567); Green value is 106 (41.80% from 255 or 18.69% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #E26AEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26AEB is #1D9514. Grayscale: #9C9C9C. Windows color (decimal): -1938709 or 15428322. OLE color: 15428322.

HSL color Cylindrical-coordinate representation of color #E26AEB: hue angle of 295.81º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E26AEB is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB226106235-
CMYK0.040.5500.08
HSL295.81º76.33%66.86%-
HSV(B)295.81º54.89%92.16%-
XYZ51.5132.4782.15-
YUV156.59172.26177.51-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.86%
GREEN value IS 106 (41.80% from 255) = 18.69%
BLUE value IS 235 (92.19% from 255) = 41.45%
R=39.86%
G=18.69%
B=41.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2261062350.040.5500.08295.8176.3366.86
HexE26AEB437081284c43
Octal342152353467010450114103
Binary111000101101010111010111001101110100010010100010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26AEB; }

 p { color: rgb(226,106,235); }

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

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

 a { background-color: rgb(226,106,235); }

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

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

 span { border-color: rgb(226,106,235); }

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