#E1A195

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

Shades of Petite Orchid #E1A195

Tints of Petite Orchid #E1A195

Color information

#E1A195 (or 0xE1A195) is unknown color: approx Petite Orchid. HEX triplet: E1, A1 and 95. RGB value is (225,161,149). Sum of RGB (Red+Green+Blue) = 225+161+149=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A195 is #1E5E6A. Grayscale: #B2B2B2. Windows color (decimal): -1990251 or 9806305. OLE color: 9806305.

HSL color Cylindrical-coordinate representation of color #E1A195: hue angle of 9.47º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E1A195 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB225161149-
CMYK00.280.340.12
HSL9.47º55.88%73.33%-
HSV(B)9.47º33.78%88.24%-
XYZ49.2243.6734.27-
YUV178.77111.2160.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.06%
GREEN value IS 161 (63.28% from 255) = 30.09%
BLUE value IS 149 (58.59% from 255) = 27.85%
R=42.06%
G=30.09%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516114900.280.340.129.4755.8873.33
HexE1A19501C22C93849
Octal34124122503442141170111
Binary111000011010000110010101011100100010110010011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A195; }

 p { color: rgb(225,161,149); }

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

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

 a { background-color: rgb(225,161,149); }

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

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

 span { border-color: rgb(225,161,149); }

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