#E5A196

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

Shades of Tonys Pink #E5A196

Tints of Tonys Pink #E5A196

Color information

#E5A196 (or 0xE5A196) is unknown color: approx Tonys Pink. HEX triplet: E5, A1 and 96. RGB value is (229,161,150). Sum of RGB (Red+Green+Blue) = 229+161+150=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 150 (58.98% from 255 or 27.78% from 540); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A196 is #1A5E69. Grayscale: #B4B4B4. Windows color (decimal): -1728106 or 9871845. OLE color: 9871845.

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

Color convert

RGB229161150-
CMYK00.300.340.10
HSL8.35º60.31%74.31%-
HSV(B)8.35º34.5%89.8%-
XYZ50.5644.3534.75-
YUV180.08111.03162.89-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.41%
GREEN value IS 161 (63.28% from 255) = 29.81%
BLUE value IS 150 (58.98% from 255) = 27.78%
R=42.41%
G=29.81%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916115000.300.340.108.3560.3174.31
HexE5A19601E22A83c4a
Octal34524122603642121074112
Binary111001011010000110010110011110100010101010001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A196; }

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

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

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

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

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

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

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

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