#EAA193

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

Shades of Tonys Pink #EAA193

Tints of Tonys Pink #EAA193

Color information

#EAA193 (or 0xEAA193) is unknown color: approx Tonys Pink. HEX triplet: EA, A1 and 93. RGB value is (234,161,147). Sum of RGB (Red+Green+Blue) = 234+161+147=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 161 (63.28% from 255 or 29.70% from 542); Blue value is 147 (57.81% from 255 or 27.12% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA193 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA193 is #155E6C. Grayscale: #B5B5B5. Windows color (decimal): -1400429 or 9675242. OLE color: 9675242.

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

Color convert

RGB234161147-
CMYK00.310.370.08
HSL9.66º67.44%74.71%-
HSV(B)9.66º37.18%91.76%-
XYZ51.9445.0933.57-
YUV181.23108.68165.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.17%
GREEN value IS 161 (63.28% from 255) = 29.70%
BLUE value IS 147 (57.81% from 255) = 27.12%
R=43.17%
G=29.70%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416114700.310.370.089.6667.4474.71
HexEAA19301F258a434b
Octal352241223037451012103113
Binary1110101010100001100100110111111001011000101010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA193; }

 p { color: rgb(234,161,147); }

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

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

 a { background-color: rgb(234,161,147); }

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

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

 span { border-color: rgb(234,161,147); }

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