#E3A19D

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

Shades of Petite Orchid #E3A19D

Tints of Petite Orchid #E3A19D

Color information

#E3A19D (or 0xE3A19D) is unknown color: approx Petite Orchid. HEX triplet: E3, A1 and 9D. RGB value is (227,161,157). Sum of RGB (Red+Green+Blue) = 227+161+157=545 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.65% from 545); Green value is 161 (63.28% from 255 or 29.54% from 545); Blue value is 157 (61.72% from 255 or 28.81% from 545); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3A19D is #1C5E62. Grayscale: #B4B4B4. Windows color (decimal): -1859171 or 10330595. OLE color: 10330595.

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

Color convert

RGB227161157-
CMYK00.290.310.11
HSL3.43º55.56%75.29%-
HSV(B)3.43º30.84%89.02%-
XYZ50.5144.2537.78-
YUV180.28114.87161.33-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.65%
GREEN value IS 161 (63.28% from 255) = 29.54%
BLUE value IS 157 (61.72% from 255) = 28.81%
R=41.65%
G=29.54%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22716115700.290.310.113.4355.5675.29
HexE3A19D01D1FB3384b
Octal3432412350353713370113
Binary111000111010000110011101011101111111011111110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3A19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3A19D; }

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

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

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

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

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

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

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

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