#E3A29B

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

Shades of Petite Orchid #E3A29B

Tints of Petite Orchid #E3A29B

Color information

#E3A29B (or 0xE3A29B) is unknown color: approx Petite Orchid. HEX triplet: E3, A2 and 9B. RGB value is (227,162,155). Sum of RGB (Red+Green+Blue) = 227+162+155=544 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.73% from 544); Green value is 162 (63.67% from 255 or 29.78% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3A29B is #1C5D64. Grayscale: #B4B4B4. Windows color (decimal): -1858917 or 10199779. OLE color: 10199779.

HSL color Cylindrical-coordinate representation of color #E3A29B: hue angle of 5.83º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E3A29B is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB227162155-
CMYK00.290.320.11
HSL5.83º56.25%74.9%-
HSV(B)5.83º31.72%89.02%-
XYZ50.5244.5436.94-
YUV180.64113.53161.07-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.73%
GREEN value IS 162 (63.67% from 255) = 29.78%
BLUE value IS 155 (60.94% from 255) = 28.49%
R=41.73%
G=29.78%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22716215500.290.320.115.8356.2574.9
HexE3A29B01D20B6384b
Octal3432422330354013670113
Binary11100011101000101001101101110110000010111101110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3A29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3A29B; }

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

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

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

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

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

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

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

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