#E5A58A

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

Shades of Tonys Pink #E5A58A

Tints of Tonys Pink #E5A58A

Color information

#E5A58A (or 0xE5A58A) is unknown color: approx Tonys Pink. HEX triplet: E5, A5 and 8A. RGB value is (229,165,138). Sum of RGB (Red+Green+Blue) = 229+165+138=532 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.05% from 532); Green value is 165 (64.84% from 255 or 31.02% from 532); Blue value is 138 (54.30% from 255 or 25.94% from 532); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A58A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A58A is #1A5A75. Grayscale: #B5B5B5. Windows color (decimal): -1727094 or 9086437. OLE color: 9086437.

HSL color Cylindrical-coordinate representation of color #E5A58A: hue angle of 17.8º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E5A58A is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB229165138-
CMYK00.280.400.10
HSL17.8º63.64%71.96%-
HSV(B)17.8º39.74%89.8%-
XYZ50.3645.430.15-
YUV181.06103.7162.2-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.05%
GREEN value IS 165 (64.84% from 255) = 31.02%
BLUE value IS 138 (54.30% from 255) = 25.94%
R=43.05%
G=31.02%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916513800.280.400.1017.863.6471.96
HexE5A58A01C28A124048
Octal345245212034501222100110
Binary11100101101001011000101001110010100010101001010000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A58A; }

 p { color: rgb(229,165,138); }

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

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

 a { background-color: rgb(229,165,138); }

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

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

 span { border-color: rgb(229,165,138); }

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