#E5A19C

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

Shades of Petite Orchid #E5A19C

Tints of Petite Orchid #E5A19C

Color information

#E5A19C (or 0xE5A19C) is unknown color: approx Petite Orchid. HEX triplet: E5, A1 and 9C. RGB value is (229,161,156). Sum of RGB (Red+Green+Blue) = 229+161+156=546 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.94% from 546); Green value is 161 (63.28% from 255 or 29.49% from 546); Blue value is 156 (61.33% from 255 or 28.57% from 546); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A19C is #1A5E63. Grayscale: #B4B4B4. Windows color (decimal): -1728100 or 10265061. OLE color: 10265061.

HSL color Cylindrical-coordinate representation of color #E5A19C: hue angle of 4.11º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E5A19C is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB229161156-
CMYK00.300.320.10
HSL4.11º58.4%75.49%-
HSV(B)4.11º31.88%89.8%-
XYZ51.0644.5537.36-
YUV180.76114.03162.41-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.94%
GREEN value IS 161 (63.28% from 255) = 29.49%
BLUE value IS 156 (61.33% from 255) = 28.57%
R=41.94%
G=29.49%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916115600.300.320.104.1158.475.49
HexE5A19C01E20A43a4b
Octal3452412340364012472113
Binary11100101101000011001110001111010000010101001110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A19C; }

 p { color: rgb(229,161,156); }

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

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

 a { background-color: rgb(229,161,156); }

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

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

 span { border-color: rgb(229,161,156); }

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