#E5A29A

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

Shades of Petite Orchid #E5A29A

Tints of Petite Orchid #E5A29A

Color information

#E5A29A (or 0xE5A29A) is unknown color: approx Petite Orchid. HEX triplet: E5, A2 and 9A. RGB value is (229,162,154). Sum of RGB (Red+Green+Blue) = 229+162+154=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 162 (63.67% from 255 or 29.72% from 545); Blue value is 154 (60.55% from 255 or 28.26% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A29A is #1A5D65. Grayscale: #B5B5B5. Windows color (decimal): -1727846 or 10134245. OLE color: 10134245.

HSL color Cylindrical-coordinate representation of color #E5A29A: hue angle of 6.4º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E5A29A is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB229162154-
CMYK00.290.330.10
HSL6.4º59.06%75.1%-
HSV(B)6.4º32.75%89.8%-
XYZ51.0744.8336.53-
YUV181.12112.7162.15-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.02%
GREEN value IS 162 (63.67% from 255) = 29.72%
BLUE value IS 154 (60.55% from 255) = 28.26%
R=42.02%
G=29.72%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916215400.290.330.106.459.0675.1
HexE5A29A01D21A63b4b
Octal3452422320354112673113
Binary11100101101000101001101001110110000110101101110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A29A; }

 p { color: rgb(229,162,154); }

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

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

 a { background-color: rgb(229,162,154); }

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

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

 span { border-color: rgb(229,162,154); }

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