#E59A85

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

Shades of Tonys Pink #E59A85

Tints of Tonys Pink #E59A85

Color information

#E59A85 (or 0xE59A85) is unknown color: approx Tonys Pink. HEX triplet: E5, 9A and 85. RGB value is (229,154,133). Sum of RGB (Red+Green+Blue) = 229+154+133=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 229 - color contains mainly: red. Hex color #E59A85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59A85 is #1A657A. Grayscale: #AEAEAE. Windows color (decimal): -1729915 or 8755941. OLE color: 8755941.

HSL color Cylindrical-coordinate representation of color #E59A85: hue angle of 13.13º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E59A85 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB229154133-
CMYK00.330.420.10
HSL13.13º64.86%70.98%-
HSV(B)13.13º41.92%89.8%-
XYZ48.141.4627.66-
YUV174.03104.85167.21-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.38%
GREEN value IS 154 (60.55% from 255) = 29.84%
BLUE value IS 133 (52.34% from 255) = 25.78%
R=44.38%
G=29.84%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915413300.330.420.1013.1364.8670.98
HexE59A850212AAd4147
Octal345232205041521215101107
Binary11100101100110101000010101000011010101010110110000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59A85; }

 p { color: rgb(229,154,133); }

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

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

 a { background-color: rgb(229,154,133); }

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

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

 span { border-color: rgb(229,154,133); }

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