#E8A29A

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

Shades of Petite Orchid #E8A29A

Tints of Petite Orchid #E8A29A

Color information

#E8A29A (or 0xE8A29A) is unknown color: approx Petite Orchid. HEX triplet: E8, A2 and 9A. RGB value is (232,162,154). Sum of RGB (Red+Green+Blue) = 232+162+154=548 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.34% from 548); Green value is 162 (63.67% from 255 or 29.56% from 548); Blue value is 154 (60.55% from 255 or 28.10% from 548); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A29A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A29A is #175D65. Grayscale: #B6B6B6. Windows color (decimal): -1531238 or 10134248. OLE color: 10134248.

HSL color Cylindrical-coordinate representation of color #E8A29A: hue angle of 6.15º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E8A29A is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB232162154-
CMYK00.300.340.09
HSL6.15º62.9%75.69%-
HSV(B)6.15º33.62%90.98%-
XYZ52.0345.3336.58-
YUV182.02112.19163.65-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.34%
GREEN value IS 162 (63.67% from 255) = 29.56%
BLUE value IS 154 (60.55% from 255) = 28.10%
R=42.34%
G=29.56%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216215400.300.340.096.1562.975.69
HexE8A29A01E22963f4c
Octal3502422320364211677114
Binary11101000101000101001101001111010001010011101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A29A; }

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

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

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

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

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

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

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

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