#E26BEA

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

Shades of Orchid #E26BEA

Tints of Orchid #E26BEA

Color information

#E26BEA (or 0xE26BEA) is unknown color: approx Orchid. HEX triplet: E2, 6B and EA. RGB value is (226,107,234). Sum of RGB (Red+Green+Blue) = 226+107+234=567 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.86% from 567); Green value is 107 (42.19% from 255 or 18.87% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #E26BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26BEA is #1D9415. Grayscale: #9C9C9C. Windows color (decimal): -1938454 or 15363042. OLE color: 15363042.

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

Color convert

RGB226107234-
CMYK0.030.5400.08
HSL296.22º75.15%66.86%-
HSV(B)296.22º54.27%91.76%-
XYZ51.4732.6281.43-
YUV157.06171.42177.17-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.86%
GREEN value IS 107 (42.19% from 255) = 18.87%
BLUE value IS 234 (91.80% from 255) = 41.27%
R=39.86%
G=18.87%
B=41.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2261072340.030.5400.08296.2275.1566.86
HexE26BEA336081284b43
Octal342153352366010450113103
Binary11100010110101111101010111101100100010010100010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26BEA; }

 p { color: rgb(226,107,234); }

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

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

 a { background-color: rgb(226,107,234); }

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

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

 span { border-color: rgb(226,107,234); }

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