#E5A19F

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

Shades of Petite Orchid #E5A19F

Tints of Petite Orchid #E5A19F

Color information

#E5A19F (or 0xE5A19F) is unknown color: approx Petite Orchid. HEX triplet: E5, A1 and 9F. RGB value is (229,161,159). Sum of RGB (Red+Green+Blue) = 229+161+159=549 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.71% from 549); Green value is 161 (63.28% from 255 or 29.33% from 549); Blue value is 159 (62.5% from 255 or 28.96% from 549); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A19F is #1A5E60. Grayscale: #B5B5B5. Windows color (decimal): -1728097 or 10461669. OLE color: 10461669.

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

Color convert

RGB229161159-
CMYK00.300.310.10
HSL1.71º57.38%76.08%-
HSV(B)1.71º30.57%89.8%-
XYZ51.3244.6538.71-
YUV181.1115.53162.16-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.71%
GREEN value IS 161 (63.28% from 255) = 29.33%
BLUE value IS 159 (62.5% from 255) = 28.96%
R=41.71%
G=29.33%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916115900.300.310.101.7157.3876.08
HexE5A19F01E1FA2394c
Octal3452412370363712271114
Binary111001011010000110011111011110111111010101110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A19F; }

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

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

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

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

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

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

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

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