#E5A993

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

Shades of Tonys Pink #E5A993

Tints of Tonys Pink #E5A993

Color information

#E5A993 (or 0xE5A993) is unknown color: approx Tonys Pink. HEX triplet: E5, A9 and 93. RGB value is (229,169,147). Sum of RGB (Red+Green+Blue) = 229+169+147=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 169 (66.41% from 255 or 31.01% from 545); Blue value is 147 (57.81% from 255 or 26.97% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A993 is #1A566C. Grayscale: #B8B8B8. Windows color (decimal): -1726061 or 9677285. OLE color: 9677285.

HSL color Cylindrical-coordinate representation of color #E5A993: hue angle of 16.1º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E5A993 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB229169147-
CMYK00.260.360.10
HSL16.1º61.19%73.73%-
HSV(B)16.1º35.81%89.8%-
XYZ51.7747.1433.97-
YUV184.43106.88159.79-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.02%
GREEN value IS 169 (66.41% from 255) = 31.01%
BLUE value IS 147 (57.81% from 255) = 26.97%
R=42.02%
G=31.01%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916914700.260.360.1016.161.1973.73
HexE5A99301A24A103d4a
Octal34525122303244122075112
Binary1110010110101001100100110110101001001010100001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A993; }

 p { color: rgb(229,169,147); }

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

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

 a { background-color: rgb(229,169,147); }

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

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

 span { border-color: rgb(229,169,147); }

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