#E5A78D

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

Shades of Tonys Pink #E5A78D

Tints of Tonys Pink #E5A78D

Color information

#E5A78D (or 0xE5A78D) is unknown color: approx Tonys Pink. HEX triplet: E5, A7 and 8D. RGB value is (229,167,141). Sum of RGB (Red+Green+Blue) = 229+167+141=537 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.64% from 537); Green value is 167 (65.62% from 255 or 31.10% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A78D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A78D is #1A5872. Grayscale: #B6B6B6. Windows color (decimal): -1726579 or 9283557. OLE color: 9283557.

HSL color Cylindrical-coordinate representation of color #E5A78D: hue angle of 17.73º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E5A78D is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB229167141-
CMYK00.270.380.10
HSL17.73º62.86%72.55%-
HSV(B)17.73º38.43%89.8%-
XYZ50.9446.2231.44-
YUV182.57104.54161.11-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.64%
GREEN value IS 167 (65.62% from 255) = 31.10%
BLUE value IS 141 (55.47% from 255) = 26.26%
R=42.64%
G=31.10%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916714100.270.380.1017.7362.8672.55
HexE5A78D01B26A123f49
Octal34524721503346122277111
Binary1110010110100111100011010110111001101010100101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A78D; }

 p { color: rgb(229,167,141); }

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

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

 a { background-color: rgb(229,167,141); }

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

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

 span { border-color: rgb(229,167,141); }

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