#E59A8D

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

Shades of Tonys Pink #E59A8D

Tints of Tonys Pink #E59A8D

Color information

#E59A8D (or 0xE59A8D) is unknown color: approx Tonys Pink. HEX triplet: E5, 9A and 8D. RGB value is (229,154,141). Sum of RGB (Red+Green+Blue) = 229+154+141=524 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.70% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 229 - color contains mainly: red. Hex color #E59A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59A8D is #1A6572. Grayscale: #AFAFAF. Windows color (decimal): -1729907 or 9280229. OLE color: 9280229.

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

Color convert

RGB229154141-
CMYK00.330.380.10
HSL8.86º62.86%72.55%-
HSV(B)8.86º38.43%89.8%-
XYZ48.6841.6930.68-
YUV174.94108.85166.56-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.70%
GREEN value IS 154 (60.55% from 255) = 29.39%
BLUE value IS 141 (55.47% from 255) = 26.91%
R=43.70%
G=29.39%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915414100.330.380.108.8662.8672.55
HexE59A8D02126A93f49
Octal34523221504146121177111
Binary1110010110011010100011010100001100110101010011111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59A8D; }

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

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

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

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

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

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

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

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