#E3A197

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

Shades of Petite Orchid #E3A197

Tints of Petite Orchid #E3A197

Color information

#E3A197 (or 0xE3A197) is unknown color: approx Petite Orchid. HEX triplet: E3, A1 and 97. RGB value is (227,161,151). Sum of RGB (Red+Green+Blue) = 227+161+151=539 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.12% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 151 (59.38% from 255 or 28.01% from 539); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3A197 is #1C5E68. Grayscale: #B3B3B3. Windows color (decimal): -1859177 or 9937379. OLE color: 9937379.

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

Color convert

RGB227161151-
CMYK00.290.330.11
HSL7.89º57.58%74.12%-
HSV(B)7.89º33.48%89.02%-
XYZ50.0144.0635.15-
YUV179.59111.87161.81-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.12%
GREEN value IS 161 (63.28% from 255) = 29.87%
BLUE value IS 151 (59.38% from 255) = 28.01%
R=42.12%
G=29.87%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22716115100.290.330.117.8957.5874.12
HexE3A19701D21B83a4a
Octal34324122703541131072112
Binary111000111010000110010111011101100001101110001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3A197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3A197; }

 p { color: rgb(227,161,151); }

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

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

 a { background-color: rgb(227,161,151); }

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

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

 span { border-color: rgb(227,161,151); }

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