#E16AE1

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

Shades of Orchid #E16AE1

Tints of Orchid #E16AE1

Color information

#E16AE1 (or 0xE16AE1) is unknown color: approx Orchid. HEX triplet: E1, 6A and E1. RGB value is (225,106,225). Sum of RGB (Red+Green+Blue) = 225+106+225=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 106 (41.80% from 255 or 19.06% from 556); Blue value is 225 (88.28% from 255 or 40.47% from 556); Max value from RGB is 225 - color contains mainly: red, blue. Hex color #E16AE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16AE1 is #1E951E. Grayscale: #9A9A9A. Windows color (decimal): -2004255 or 14772961. OLE color: 14772961.

HSL color Cylindrical-coordinate representation of color #E16AE1: hue angle of 300º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E16AE1 is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB225106225-
CMYK00.5300.12
HSL300º66.48%64.9%-
HSV(B)300º52.89%88.24%-
XYZ49.831.7574.74-
YUV155.15167.42177.82-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.47%
GREEN value IS 106 (41.80% from 255) = 19.06%
BLUE value IS 225 (88.28% from 255) = 40.47%
R=40.47%
G=19.06%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510622500.5300.1230066.4864.9
HexE16AE10350C12c4241
Octal341152341065014454102101
Binary1110000111010101110000101101010110010010110010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16AE1; }

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

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

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

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

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

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

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

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