#EAA189

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

Shades of Tonys Pink #EAA189

Tints of Tonys Pink #EAA189

Color information

#EAA189 (or 0xEAA189) is unknown color: approx Tonys Pink. HEX triplet: EA, A1 and 89. RGB value is (234,161,137). Sum of RGB (Red+Green+Blue) = 234+161+137=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 161 (63.28% from 255 or 30.26% from 532); Blue value is 137 (53.91% from 255 or 25.75% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA189 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA189 is #155E76. Grayscale: #B4B4B4. Windows color (decimal): -1400439 or 9019882. OLE color: 9019882.

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

Color convert

RGB234161137-
CMYK00.310.410.08
HSL14.85º69.78%72.75%-
HSV(B)14.85º41.45%91.76%-
XYZ51.1944.7929.61-
YUV180.09103.68166.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.98%
GREEN value IS 161 (63.28% from 255) = 30.26%
BLUE value IS 137 (53.91% from 255) = 25.75%
R=43.98%
G=30.26%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416113700.310.410.0814.8569.7872.75
HexEAA18901F298f4649
Octal352241211037511017106111
Binary1110101010100001100010010111111010011000111110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA189; }

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

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

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

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

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

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

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

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