#E59C80

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

Shades of Tonys Pink #E59C80

Tints of Tonys Pink #E59C80

Color information

#E59C80 (or 0xE59C80) is unknown color: approx Tonys Pink. HEX triplet: E5, 9C and 80. RGB value is (229,156,128). Sum of RGB (Red+Green+Blue) = 229+156+128=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 229 - color contains mainly: red. Hex color #E59C80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59C80 is #1A637F. Grayscale: #AEAEAE. Windows color (decimal): -1729408 or 8428773. OLE color: 8428773.

HSL color Cylindrical-coordinate representation of color #E59C80: hue angle of 16.63º 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 #E59C80 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB229156128-
CMYK00.320.440.10
HSL16.63º66.01%70%-
HSV(B)16.63º44.1%89.8%-
XYZ48.141.9925.99-
YUV174.64101.68166.78-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.64%
GREEN value IS 156 (61.33% from 255) = 30.41%
BLUE value IS 128 (50.39% from 255) = 24.95%
R=44.64%
G=30.41%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915612800.320.440.1016.6366.0170
HexE59C800202CA114246
Octal345234200040541221102106
Binary111001011001110010000000010000010110010101000110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59C80; }

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

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

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

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

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

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

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

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