#EAA089

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

Shades of Tonys Pink #EAA089

Tints of Tonys Pink #EAA089

Color information

#EAA089 (or 0xEAA089) is unknown color: approx Tonys Pink. HEX triplet: EA, A0 and 89. RGB value is (234,160,137). Sum of RGB (Red+Green+Blue) = 234+160+137=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 137 (53.91% from 255 or 25.80% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA089 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA089 is #155F76. Grayscale: #B3B3B3. Windows color (decimal): -1400695 or 9019626. OLE color: 9019626.

HSL color Cylindrical-coordinate representation of color #EAA089: hue angle of 14.23º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EAA089 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB234160137-
CMYK00.320.410.08
HSL14.23º69.78%72.75%-
HSV(B)14.23º41.45%91.76%-
XYZ51.0244.4429.56-
YUV179.5104.02166.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.07%
GREEN value IS 160 (62.89% from 255) = 30.13%
BLUE value IS 137 (53.91% from 255) = 25.80%
R=44.07%
G=30.13%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416013700.320.410.0814.2369.7872.75
HexEAA089020298e4649
Octal352240211040511016106111
Binary11101010101000001000100101000001010011000111010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA089; }

 p { color: rgb(234,160,137); }

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

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

 a { background-color: rgb(234,160,137); }

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

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

 span { border-color: rgb(234,160,137); }

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