#E5A295

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

Shades of Tonys Pink #E5A295

Tints of Tonys Pink #E5A295

Color information

#E5A295 (or 0xE5A295) is unknown color: approx Tonys Pink. HEX triplet: E5, A2 and 95. RGB value is (229,162,149). Sum of RGB (Red+Green+Blue) = 229+162+149=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 162 (63.67% from 255 or 30% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A295 is #1A5D6A. Grayscale: #B4B4B4. Windows color (decimal): -1727851 or 9806565. OLE color: 9806565.

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

Color convert

RGB229162149-
CMYK00.290.350.10
HSL9.75º60.61%74.12%-
HSV(B)9.75º34.93%89.8%-
XYZ50.6644.6734.39-
YUV180.55110.2162.56-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.41%
GREEN value IS 162 (63.67% from 255) = 30%
BLUE value IS 149 (58.59% from 255) = 27.59%
R=42.41%
G=30%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916214900.290.350.109.7560.6174.12
HexE5A29501D23Aa3d4a
Octal34524222503543121275112
Binary111001011010001010010101011101100011101010101111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A295; }

 p { color: rgb(229,162,149); }

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

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

 a { background-color: rgb(229,162,149); }

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

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

 span { border-color: rgb(229,162,149); }

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