#E3A099

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

Shades of Petite Orchid #E3A099

Tints of Petite Orchid #E3A099

Color information

#E3A099 (or 0xE3A099) is unknown color: approx Petite Orchid. HEX triplet: E3, A0 and 99. RGB value is (227,160,153). Sum of RGB (Red+Green+Blue) = 227+160+153=540 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.04% from 540); Green value is 160 (62.89% from 255 or 29.63% from 540); Blue value is 153 (60.16% from 255 or 28.33% from 540); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3A099 is #1C5F66. Grayscale: #B3B3B3. Windows color (decimal): -1859431 or 10068195. OLE color: 10068195.

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

Color convert

RGB227160153-
CMYK00.300.330.11
HSL5.68º56.92%74.51%-
HSV(B)5.68º32.6%89.02%-
XYZ5043.7735.95-
YUV179.24113.2162.07-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.04%
GREEN value IS 160 (62.89% from 255) = 29.63%
BLUE value IS 153 (60.16% from 255) = 28.33%
R=42.04%
G=29.63%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22716015300.300.330.115.6856.9274.51
HexE3A09901E21B6394b
Octal3432402310364113671113
Binary11100011101000001001100101111010000110111101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3A099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3A099; }

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

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

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

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

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

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

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

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