#E1A09A

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

Shades of Petite Orchid #E1A09A

Tints of Petite Orchid #E1A09A

Color information

#E1A09A (or 0xE1A09A) is unknown color: approx Petite Orchid. HEX triplet: E1, A0 and 9A. RGB value is (225,160,154). Sum of RGB (Red+Green+Blue) = 225+160+154=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 154 (60.55% from 255 or 28.57% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A09A is #1E5F65. Grayscale: #B2B2B2. Windows color (decimal): -1990502 or 10133729. OLE color: 10133729.

HSL color Cylindrical-coordinate representation of color #E1A09A: hue angle of 5.07º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1A09A is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB225160154-
CMYK00.290.320.12
HSL5.07º54.2%74.31%-
HSV(B)5.07º31.56%88.24%-
XYZ49.4543.4836.36-
YUV178.75114.03160.99-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.74%
GREEN value IS 160 (62.89% from 255) = 29.68%
BLUE value IS 154 (60.55% from 255) = 28.57%
R=41.74%
G=29.68%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516015400.290.320.125.0754.274.31
HexE1A09A01D20C5364a
Octal3412402320354014566112
Binary11100001101000001001101001110110000011001011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A09A; }

 p { color: rgb(225,160,154); }

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

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

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

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

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

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

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