#E1A08B

Color #E1A08B Tonys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tonys Pink #E1A08B

Tints of Tonys Pink #E1A08B

Color information

#E1A08B (or 0xE1A08B) is unknown color: approx Tonys Pink. HEX triplet: E1, A0 and 8B. RGB value is (225,160,139). Sum of RGB (Red+Green+Blue) = 225+160+139=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 139 (54.69% from 255 or 26.53% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A08B is #1E5F74. Grayscale: #B1B1B1. Windows color (decimal): -1990517 or 9150689. OLE color: 9150689.

HSL color Cylindrical-coordinate representation of color #E1A08B: hue angle of 14.65º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E1A08B is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB225160139-
CMYK00.290.380.12
HSL14.65º58.9%71.37%-
HSV(B)14.65º38.22%88.24%-
XYZ48.2843.0130.18-
YUV177.04106.53162.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.94%
GREEN value IS 160 (62.89% from 255) = 30.53%
BLUE value IS 139 (54.69% from 255) = 26.53%
R=42.94%
G=30.53%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516013900.290.380.1214.6558.971.37
HexE1A08B01D26Cf3b47
Octal34124021303546141773107
Binary111000011010000010001011011101100110110011111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A08B; }

 p { color: rgb(225,160,139); }

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

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

 a { background-color: rgb(225,160,139); }

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

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

 span { border-color: rgb(225,160,139); }

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