#E5A78F

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

Shades of Tonys Pink #E5A78F

Tints of Tonys Pink #E5A78F

Color information

#E5A78F (or 0xE5A78F) is unknown color: approx Tonys Pink. HEX triplet: E5, A7 and 8F. RGB value is (229,167,143). Sum of RGB (Red+Green+Blue) = 229+167+143=539 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.49% from 539); Green value is 167 (65.62% from 255 or 30.98% from 539); Blue value is 143 (56.25% from 255 or 26.53% from 539); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A78F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A78F is #1A5870. Grayscale: #B6B6B6. Windows color (decimal): -1726577 or 9414629. OLE color: 9414629.

HSL color Cylindrical-coordinate representation of color #E5A78F: hue angle of 16.74º degrees, saturation: 0.62, 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 #E5A78F is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB229167143-
CMYK00.270.380.10
HSL16.74º62.32%72.94%-
HSV(B)16.74º37.55%89.8%-
XYZ51.0946.2832.23-
YUV182.8105.54160.95-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.49%
GREEN value IS 167 (65.62% from 255) = 30.98%
BLUE value IS 143 (56.25% from 255) = 26.53%
R=42.49%
G=30.98%
B=26.53%

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
Decimal22916714300.270.380.1016.7462.3272.94
HexE5A78F01B26A113e49
Octal34524721703346122176111
Binary1110010110100111100011110110111001101010100011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A78F; }

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

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

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

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

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

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

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

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