#E1A489

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

Shades of Tonys Pink #E1A489

Tints of Tonys Pink #E1A489

Color information

#E1A489 (or 0xE1A489) is unknown color: approx Tonys Pink. HEX triplet: E1, A4 and 89. RGB value is (225,164,137). Sum of RGB (Red+Green+Blue) = 225+164+137=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 137 (53.91% from 255 or 26.05% from 526); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A489 is #1E5B76. Grayscale: #B3B3B3. Windows color (decimal): -1989495 or 9020641. OLE color: 9020641.

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

Color convert

RGB225164137-
CMYK00.270.390.12
HSL18.41º59.46%70.98%-
HSV(B)18.41º39.11%88.24%-
XYZ48.8444.3629.66-
YUV179.16104.21160.7-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.78%
GREEN value IS 164 (64.45% from 255) = 31.18%
BLUE value IS 137 (53.91% from 255) = 26.05%
R=42.78%
G=31.18%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516413700.270.390.1218.4159.4670.98
HexE1A48901B27C123b47
Octal34124421103347142273107
Binary1110000110100100100010010110111001111100100101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A489; }

 p { color: rgb(225,164,137); }

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

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

 a { background-color: rgb(225,164,137); }

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

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

 span { border-color: rgb(225,164,137); }

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