#EAA097

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

Shades of Tonys Pink #EAA097

Tints of Tonys Pink #EAA097

Color information

#EAA097 (or 0xEAA097) is unknown color: approx Tonys Pink. HEX triplet: EA, A0 and 97. RGB value is (234,160,151). Sum of RGB (Red+Green+Blue) = 234+160+151=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 160 (62.89% from 255 or 29.36% from 545); Blue value is 151 (59.38% from 255 or 27.71% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA097 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA097 is #155F68. Grayscale: #B5B5B5. Windows color (decimal): -1400681 or 9937130. OLE color: 9937130.

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

Color convert

RGB234160151-
CMYK00.320.350.08
HSL6.51º66.4%75.49%-
HSV(B)6.51º35.47%91.76%-
XYZ52.0944.8735.19-
YUV181.1111.02165.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.94%
GREEN value IS 160 (62.89% from 255) = 29.36%
BLUE value IS 151 (59.38% from 255) = 27.71%
R=42.94%
G=29.36%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416015100.320.350.086.5166.475.49
HexEAA0970202387424b
Octal35224022704043107102113
Binary1110101010100000100101110100000100011100011110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA097; }

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

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

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

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

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

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

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

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