#E0A48A

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

Shades of Tonys Pink #E0A48A

Tints of Tonys Pink #E0A48A

Color information

#E0A48A (or 0xE0A48A) is unknown color: approx Tonys Pink. HEX triplet: E0, A4 and 8A. RGB value is (224,164,138). Sum of RGB (Red+Green+Blue) = 224+164+138=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A48A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A48A is #1F5B75. Grayscale: #B3B3B3. Windows color (decimal): -2055030 or 9086176. OLE color: 9086176.

HSL color Cylindrical-coordinate representation of color #E0A48A: hue angle of 18.14º degrees, saturation: 0.58, 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 #E0A48A is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB224164138-
CMYK00.270.380.12
HSL18.14º58.11%70.98%-
HSV(B)18.14º38.39%87.84%-
XYZ48.644.2330.02-
YUV178.98104.88160.11-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.59%
GREEN value IS 164 (64.45% from 255) = 31.18%
BLUE value IS 138 (54.30% from 255) = 26.24%
R=42.59%
G=31.18%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416413800.270.380.1218.1458.1170.98
HexE0A48A01B26C123a47
Octal34024421203346142272107
Binary1110000010100100100010100110111001101100100101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A48A; }

 p { color: rgb(224,164,138); }

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

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

 a { background-color: rgb(224,164,138); }

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

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

 span { border-color: rgb(224,164,138); }

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