#E5A1A0

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

Shades of Petite Orchid #E5A1A0

Tints of Petite Orchid #E5A1A0

Color information

#E5A1A0 (or 0xE5A1A0) is unknown color: approx Petite Orchid. HEX triplet: E5, A1 and A0. RGB value is (229,161,160). Sum of RGB (Red+Green+Blue) = 229+161+160=550 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.64% from 550); Green value is 161 (63.28% from 255 or 29.27% from 550); Blue value is 160 (62.89% from 255 or 29.09% from 550); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A1A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A1A0 is #1A5E5F. Grayscale: #B5B5B5. Windows color (decimal): -1728096 or 10527205. OLE color: 10527205.

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

Color convert

RGB229161160-
CMYK00.300.300.10
HSL0.87º57.02%76.27%-
HSV(B)0.87º30.13%89.8%-
XYZ51.444.6939.17-
YUV181.22116.03162.08-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.64%
GREEN value IS 161 (63.28% from 255) = 29.27%
BLUE value IS 160 (62.89% from 255) = 29.09%
R=41.64%
G=29.27%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916116000.300.300.100.8757.0276.27
HexE5A1A001E1EA1394c
Octal3452412400363612171114
Binary11100101101000011010000001111011110101011110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A1A0; }

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

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

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

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

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

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

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

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