#E3A39A

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

Shades of Petite Orchid #E3A39A

Tints of Petite Orchid #E3A39A

Color information

#E3A39A (or 0xE3A39A) is unknown color: approx Petite Orchid. HEX triplet: E3, A3 and 9A. RGB value is (227,163,154). Sum of RGB (Red+Green+Blue) = 227+163+154=544 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.73% from 544); Green value is 163 (64.06% from 255 or 29.96% from 544); Blue value is 154 (60.55% from 255 or 28.31% from 544); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A39A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3A39A is #1C5C65. Grayscale: #B5B5B5. Windows color (decimal): -1858662 or 10134499. OLE color: 10134499.

HSL color Cylindrical-coordinate representation of color #E3A39A: hue angle of 7.4º degrees, saturation: 0.57, 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 #E3A39A is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB227163154-
CMYK00.280.320.11
HSL7.4º56.59%74.71%-
HSV(B)7.4º32.16%89.02%-
XYZ50.6144.8636.56-
YUV181.11112.7160.73-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.73%
GREEN value IS 163 (64.06% from 255) = 29.96%
BLUE value IS 154 (60.55% from 255) = 28.31%
R=41.73%
G=29.96%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22716315400.280.320.117.456.5974.71
HexE3A39A01C20B7394b
Octal3432432320344013771113
Binary11100011101000111001101001110010000010111111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3A39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3A39A; }

 p { color: rgb(227,163,154); }

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

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

 a { background-color: rgb(227,163,154); }

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

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

 span { border-color: rgb(227,163,154); }

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