#e26ae0

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

Shades of Orchid #E26AE0

Tints of Orchid #E26AE0

Color information

#E26AE0 (or 0xE26AE0) is unknown color: approx Orchid. HEX triplet: E2, 6A and E0. RGB value is (226,106,224). Sum of RGB (Red+Green+Blue) = 226+106+224=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 106 (41.80% from 255 or 19.06% from 556); Blue value is 224 (87.89% from 255 or 40.29% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E26AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26AE0 is #1D951F. Grayscale: #9A9A9A. Windows color (decimal): -1938720 or 14707426. OLE color: 14707426.

HSL color Cylindrical-coordinate representation of color #E26AE0: hue angle of 301º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E26AE0 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB226106224-
CMYK00.530.010.11
HSL301º67.42%65.1%-
HSV(B)301º53.1%88.63%-
XYZ49.9731.8674.04-
YUV155.33166.76178.41-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.65%
GREEN value IS 106 (41.80% from 255) = 19.06%
BLUE value IS 224 (87.89% from 255) = 40.29%
R=40.65%
G=19.06%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610622400.530.010.1130167.4265.1
HexE26AE00351B12d4341
Octal342152340065113455103101
Binary1110001011010101110000001101011101110010110110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e26ae0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e26ae0; }

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

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

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

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

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

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

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

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