#E16AE9

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

Shades of Orchid #E16AE9

Tints of Orchid #E16AE9

Color information

#E16AE9 (or 0xE16AE9) is unknown color: approx Orchid. HEX triplet: E1, 6A and E9. RGB value is (225,106,233). Sum of RGB (Red+Green+Blue) = 225+106+233=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 106 (41.80% from 255 or 18.79% from 564); Blue value is 233 (91.41% from 255 or 41.31% from 564); Max value from RGB is 233 - color contains mainly: blue. Hex color #E16AE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E16AE9 is #1E9516. Grayscale: #9B9B9B. Windows color (decimal): -2004247 or 15297249. OLE color: 15297249.

HSL color Cylindrical-coordinate representation of color #E16AE9: hue angle of 296.22º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E16AE9 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB225106233-
CMYK0.030.5500.09
HSL296.22º74.27%66.47%-
HSV(B)296.22º54.51%91.37%-
XYZ50.9132.280.62-
YUV156.06171.42177.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.89%
GREEN value IS 106 (41.80% from 255) = 18.79%
BLUE value IS 233 (91.41% from 255) = 41.31%
R=39.89%
G=18.79%
B=41.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2251062330.030.5500.09296.2274.2766.47
HexE16AE9337091284a42
Octal341152351367011450112102
Binary11100001110101011101001111101110100110010100010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16AE9; }

 p { color: rgb(225,106,233); }

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

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

 a { background-color: rgb(225,106,233); }

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

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

 span { border-color: rgb(225,106,233); }

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