#EAA091

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

Shades of Tonys Pink #EAA091

Tints of Tonys Pink #EAA091

Color information

#EAA091 (or 0xEAA091) is unknown color: approx Tonys Pink. HEX triplet: EA, A0 and 91. RGB value is (234,160,145). Sum of RGB (Red+Green+Blue) = 234+160+145=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 145 (57.03% from 255 or 26.90% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA091 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA091 is #155F6E. Grayscale: #B4B4B4. Windows color (decimal): -1400687 or 9543914. OLE color: 9543914.

HSL color Cylindrical-coordinate representation of color #EAA091: hue angle of 10.11º 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 #EAA091 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB234160145-
CMYK00.320.380.08
HSL10.11º67.94%74.31%-
HSV(B)10.11º38.03%91.76%-
XYZ51.6144.6832.69-
YUV180.42108.02166.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.41%
GREEN value IS 160 (62.89% from 255) = 29.68%
BLUE value IS 145 (57.03% from 255) = 26.90%
R=43.41%
G=29.68%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416014500.320.380.0810.1167.9474.31
HexEAA091020268a444a
Octal352240221040461012104112
Binary11101010101000001001000101000001001101000101010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA091; }

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

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

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

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

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

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

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

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