#E5A690

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

Shades of Tonys Pink #E5A690

Tints of Tonys Pink #E5A690

Color information

#E5A690 (or 0xE5A690) is unknown color: approx Tonys Pink. HEX triplet: E5, A6 and 90. RGB value is (229,166,144). Sum of RGB (Red+Green+Blue) = 229+166+144=539 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.49% from 539); Green value is 166 (65.23% from 255 or 30.80% from 539); Blue value is 144 (56.64% from 255 or 26.72% from 539); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A690 is #1A596F. Grayscale: #B6B6B6. Windows color (decimal): -1726832 or 9479909. OLE color: 9479909.

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

Color convert

RGB229166144-
CMYK00.280.370.10
HSL15.53º62.04%73.14%-
HSV(B)15.53º37.12%89.8%-
XYZ50.9845.9432.57-
YUV182.33106.37161.29-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.49%
GREEN value IS 166 (65.23% from 255) = 30.80%
BLUE value IS 144 (56.64% from 255) = 26.72%
R=42.49%
G=30.80%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916614400.280.370.1015.5362.0473.14
HexE5A69001C25A103e49
Octal34524622003445122076111
Binary1110010110100110100100000111001001011010100001111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A690; }

 p { color: rgb(229,166,144); }

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

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

 a { background-color: rgb(229,166,144); }

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

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

 span { border-color: rgb(229,166,144); }

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