#EAA080

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

Shades of Tonys Pink #EAA080

Tints of Tonys Pink #EAA080

Color information

#EAA080 (or 0xEAA080) is unknown color: approx Tonys Pink. HEX triplet: EA, A0 and 80. RGB value is (234,160,128). Sum of RGB (Red+Green+Blue) = 234+160+128=522 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.83% from 522); Green value is 160 (62.89% from 255 or 30.65% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA080 is #155F7F. Grayscale: #B2B2B2. Windows color (decimal): -1400704 or 8429802. OLE color: 8429802.

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

Color convert

RGB234160128-
CMYK00.320.450.08
HSL18.11º71.62%70.98%-
HSV(B)18.11º45.3%91.76%-
XYZ50.444.1926.3-
YUV178.4899.52167.6-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.83%
GREEN value IS 160 (62.89% from 255) = 30.65%
BLUE value IS 128 (50.39% from 255) = 24.52%
R=44.83%
G=30.65%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416012800.320.450.0818.1171.6270.98
HexEAA0800202D8124847
Octal352240200040551022110107
Binary111010101010000010000000010000010110110001001010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA080; }

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

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

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

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

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

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

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

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