#E16BE6

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

Shades of Orchid #E16BE6

Tints of Orchid #E16BE6

Color information

#E16BE6 (or 0xE16BE6) is unknown color: approx Orchid. HEX triplet: E1, 6B and E6. RGB value is (225,107,230). Sum of RGB (Red+Green+Blue) = 225+107+230=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 107 (42.19% from 255 or 19.04% from 562); Blue value is 230 (90.23% from 255 or 40.93% from 562); Max value from RGB is 230 - color contains mainly: blue. Hex color #E16BE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E16BE6 is #1E9419. Grayscale: #9B9B9B. Windows color (decimal): -2003994 or 15100897. OLE color: 15100897.

HSL color Cylindrical-coordinate representation of color #E16BE6: hue angle of 297.56º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E16BE6 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB225107230-
CMYK0.020.5300.10
HSL297.56º71.1%66.08%-
HSV(B)297.56º53.48%90.2%-
XYZ50.5932.2478.42-
YUV156.3169.59177-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.04%
GREEN value IS 107 (42.19% from 255) = 19.04%
BLUE value IS 230 (90.23% from 255) = 40.93%
R=40.04%
G=19.04%
B=40.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2251072300.020.5300.10297.5671.166.08
HexE16BE62350A12a4742
Octal341153346265012452107102
Binary11100001110101111100110101101010101010010101010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16BE6; }

 p { color: rgb(225,107,230); }

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

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

 a { background-color: rgb(225,107,230); }

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

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

 span { border-color: rgb(225,107,230); }

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