#E3A095

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

Shades of Petite Orchid #E3A095

Tints of Petite Orchid #E3A095

Color information

#E3A095 (or 0xE3A095) is unknown color: approx Petite Orchid. HEX triplet: E3, A0 and 95. RGB value is (227,160,149). Sum of RGB (Red+Green+Blue) = 227+160+149=536 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.35% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3A095 is #1C5F6A. Grayscale: #B2B2B2. Windows color (decimal): -1859435 or 9806051. OLE color: 9806051.

HSL color Cylindrical-coordinate representation of color #E3A095: hue angle of 8.46º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E3A095 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB227160149-
CMYK00.300.340.11
HSL8.46º58.21%73.73%-
HSV(B)8.46º34.36%89.02%-
XYZ49.6743.6434.24-
YUV178.78111.2162.39-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.35%
GREEN value IS 160 (62.89% from 255) = 29.85%
BLUE value IS 149 (58.59% from 255) = 27.80%
R=42.35%
G=29.85%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22716014900.300.340.118.4658.2173.73
HexE3A09501E22B83a4a
Octal34324022503642131072112
Binary111000111010000010010101011110100010101110001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3A095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3A095; }

 p { color: rgb(227,160,149); }

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

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

 a { background-color: rgb(227,160,149); }

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

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

 span { border-color: rgb(227,160,149); }

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