#E59E80

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

Shades of Tonys Pink #E59E80

Tints of Tonys Pink #E59E80

Color information

#E59E80 (or 0xE59E80) is unknown color: approx Tonys Pink. HEX triplet: E5, 9E and 80. RGB value is (229,158,128). Sum of RGB (Red+Green+Blue) = 229+158+128=515 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.47% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 229 - color contains mainly: red. Hex color #E59E80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59E80 is #1A617F. Grayscale: #B0B0B0. Windows color (decimal): -1728896 or 8429285. OLE color: 8429285.

HSL color Cylindrical-coordinate representation of color #E59E80: hue angle of 17.82º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E59E80 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB229158128-
CMYK00.310.440.10
HSL17.82º66.01%70%-
HSV(B)17.82º44.1%89.8%-
XYZ48.4442.6726.11-
YUV175.81101.02165.94-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.47%
GREEN value IS 158 (62.11% from 255) = 30.68%
BLUE value IS 128 (50.39% from 255) = 24.85%
R=44.47%
G=30.68%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915812800.310.440.1017.8266.0170
HexE59E8001F2CA124246
Octal345236200037541222102106
Binary11100101100111101000000001111110110010101001010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59E80; }

 p { color: rgb(229,158,128); }

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

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

 a { background-color: rgb(229,158,128); }

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

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

 span { border-color: rgb(229,158,128); }

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