#E59F8A

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

Shades of Tonys Pink #E59F8A

Tints of Tonys Pink #E59F8A

Color information

#E59F8A (or 0xE59F8A) is unknown color: approx Tonys Pink. HEX triplet: E5, 9F and 8A. RGB value is (229,159,138). Sum of RGB (Red+Green+Blue) = 229+159+138=526 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.54% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 229 - color contains mainly: red. Hex color #E59F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59F8A is #1A6075. Grayscale: #B1B1B1. Windows color (decimal): -1728630 or 9084901. OLE color: 9084901.

HSL color Cylindrical-coordinate representation of color #E59F8A: hue angle of 13.85º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E59F8A is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB229159138-
CMYK00.310.400.10
HSL13.85º63.64%71.96%-
HSV(B)13.85º39.74%89.8%-
XYZ49.343.2929.8-
YUV177.54105.69164.71-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.54%
GREEN value IS 159 (62.5% from 255) = 30.23%
BLUE value IS 138 (54.30% from 255) = 26.24%
R=43.54%
G=30.23%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915913800.310.400.1013.8563.6471.96
HexE59F8A01F28Ae4048
Octal345237212037501216100110
Binary1110010110011111100010100111111010001010111010000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59F8A; }

 p { color: rgb(229,159,138); }

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

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

 a { background-color: rgb(229,159,138); }

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

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

 span { border-color: rgb(229,159,138); }

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