#E5A082

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

Shades of Tonys Pink #E5A082

Tints of Tonys Pink #E5A082

Color information

#E5A082 (or 0xE5A082) is unknown color: approx Tonys Pink. HEX triplet: E5, A0 and 82. RGB value is (229,160,130). Sum of RGB (Red+Green+Blue) = 229+160+130=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 130 (51.17% from 255 or 25.05% from 519); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A082 is #1A5F7D. Grayscale: #B1B1B1. Windows color (decimal): -1728382 or 8560869. OLE color: 8560869.

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

Color convert

RGB229160130-
CMYK00.300.430.10
HSL18.18º65.56%70.39%-
HSV(B)18.18º43.23%89.8%-
XYZ48.9143.4126.92-
YUV177.21101.36164.94-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.12%
GREEN value IS 160 (62.89% from 255) = 30.83%
BLUE value IS 130 (51.17% from 255) = 25.05%
R=44.12%
G=30.83%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916013000.300.430.1018.1865.5670.39
HexE5A08201E2BA124246
Octal345240202036531222102106
Binary11100101101000001000001001111010101110101001010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A082; }

 p { color: rgb(229,160,130); }

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

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

 a { background-color: rgb(229,160,130); }

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

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

 span { border-color: rgb(229,160,130); }

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