#E5A588

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

Shades of Tonys Pink #E5A588

Tints of Tonys Pink #E5A588

Color information

#E5A588 (or 0xE5A588) is unknown color: approx Tonys Pink. HEX triplet: E5, A5 and 88. RGB value is (229,165,136). Sum of RGB (Red+Green+Blue) = 229+165+136=530 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.21% from 530); Green value is 165 (64.84% from 255 or 31.13% from 530); Blue value is 136 (53.52% from 255 or 25.66% from 530); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A588 is #1A5A77. Grayscale: #B5B5B5. Windows color (decimal): -1727096 or 8955365. OLE color: 8955365.

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

Color convert

RGB229165136-
CMYK00.280.410.10
HSL18.71º64.14%71.57%-
HSV(B)18.71º40.61%89.8%-
XYZ50.2145.3529.4-
YUV180.83102.7162.36-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.21%
GREEN value IS 165 (64.84% from 255) = 31.13%
BLUE value IS 136 (53.52% from 255) = 25.66%
R=43.21%
G=31.13%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916513600.280.410.1018.7164.1471.57
HexE5A58801C29A134048
Octal345245210034511223100110
Binary11100101101001011000100001110010100110101001110000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A588; }

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

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

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

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

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

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

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

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