#E26BE4

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

Shades of Orchid #E26BE4

Tints of Orchid #E26BE4

Color information

#E26BE4 (or 0xE26BE4) is unknown color: approx Orchid. HEX triplet: E2, 6B and E4. RGB value is (226,107,228). Sum of RGB (Red+Green+Blue) = 226+107+228=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 107 (42.19% from 255 or 19.07% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 228 - color contains mainly: blue. Hex color #E26BE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26BE4 is #1D941B. Grayscale: #9C9C9C. Windows color (decimal): -1938460 or 14969826. OLE color: 14969826.

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

Color convert

RGB226107228-
CMYK0.010.5300.11
HSL299.01º69.14%65.69%-
HSV(B)299.01º53.07%89.41%-
XYZ50.6332.2976.96-
YUV156.37168.42177.66-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.29%
GREEN value IS 107 (42.19% from 255) = 19.07%
BLUE value IS 228 (89.45% from 255) = 40.64%
R=40.29%
G=19.07%
B=40.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261072280.010.5300.11299.0169.1465.69
HexE26BE41350B12b4542
Octal342153344165013453105102
Binary1110001011010111110010011101010101110010101110001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26BE4; }

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

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

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

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

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

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

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

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