#E8A29B

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

Shades of Petite Orchid #E8A29B

Tints of Petite Orchid #E8A29B

Color information

#E8A29B (or 0xE8A29B) is unknown color: approx Petite Orchid. HEX triplet: E8, A2 and 9B. RGB value is (232,162,155). Sum of RGB (Red+Green+Blue) = 232+162+155=549 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.26% from 549); Green value is 162 (63.67% from 255 or 29.51% from 549); Blue value is 155 (60.94% from 255 or 28.23% from 549); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A29B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A29B is #175D64. Grayscale: #B6B6B6. Windows color (decimal): -1531237 or 10199784. OLE color: 10199784.

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

Color convert

RGB232162155-
CMYK00.300.330.09
HSL5.45º62.6%75.88%-
HSV(B)5.45º33.19%90.98%-
XYZ52.1245.3637.02-
YUV182.13112.69163.57-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.26%
GREEN value IS 162 (63.67% from 255) = 29.51%
BLUE value IS 155 (60.94% from 255) = 28.23%
R=42.26%
G=29.51%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216215500.300.330.095.4562.675.88
HexE8A29B01E21953f4c
Octal3502422330364111577114
Binary11101000101000101001101101111010000110011011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A29B; }

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

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

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

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

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

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

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

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