#EAA591

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

Shades of Tonys Pink #EAA591

Tints of Tonys Pink #EAA591

Color information

#EAA591 (or 0xEAA591) is unknown color: approx Tonys Pink. HEX triplet: EA, A5 and 91. RGB value is (234,165,145). Sum of RGB (Red+Green+Blue) = 234+165+145=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 165 (64.84% from 255 or 30.33% from 544); Blue value is 145 (57.03% from 255 or 26.65% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA591 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA591 is #155A6E. Grayscale: #B7B7B7. Windows color (decimal): -1399407 or 9545194. OLE color: 9545194.

HSL color Cylindrical-coordinate representation of color #EAA591: hue angle of 13.48º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EAA591 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB234165145-
CMYK00.290.380.08
HSL13.48º67.94%74.31%-
HSV(B)13.48º38.03%91.76%-
XYZ52.546.4532.99-
YUV183.35106.36164.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.01%
GREEN value IS 165 (64.84% from 255) = 30.33%
BLUE value IS 145 (57.03% from 255) = 26.65%
R=43.01%
G=30.33%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416514500.290.380.0813.4867.9474.31
HexEAA59101D268d444a
Octal352245221035461015104112
Binary1110101010100101100100010111011001101000110110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA591; }

 p { color: rgb(234,165,145); }

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

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

 a { background-color: rgb(234,165,145); }

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

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

 span { border-color: rgb(234,165,145); }

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