#E59A8E

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

Shades of Tonys Pink #E59A8E

Tints of Tonys Pink #E59A8E

Color information

#E59A8E (or 0xE59A8E) is unknown color: approx Tonys Pink. HEX triplet: E5, 9A and 8E. RGB value is (229,154,142). Sum of RGB (Red+Green+Blue) = 229+154+142=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 229 - color contains mainly: red. Hex color #E59A8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59A8E is #1A6571. Grayscale: #AFAFAF. Windows color (decimal): -1729906 or 9345765. OLE color: 9345765.

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

Color convert

RGB229154142-
CMYK00.330.380.10
HSL8.28º62.59%72.75%-
HSV(B)8.28º37.99%89.8%-
XYZ48.7541.7231.07-
YUV175.06109.35166.48-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.62%
GREEN value IS 154 (60.55% from 255) = 29.33%
BLUE value IS 142 (55.86% from 255) = 27.05%
R=43.62%
G=29.33%
B=27.05%

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
Decimal22915414200.330.380.108.2862.5972.75
HexE59A8E02126A83f49
Octal34523221604146121077111
Binary1110010110011010100011100100001100110101010001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59A8E; }

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

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

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

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

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

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

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

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