#EAA095

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

Shades of Tonys Pink #EAA095

Tints of Tonys Pink #EAA095

Color information

#EAA095 (or 0xEAA095) is unknown color: approx Tonys Pink. HEX triplet: EA, A0 and 95. RGB value is (234,160,149). Sum of RGB (Red+Green+Blue) = 234+160+149=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 160 (62.89% from 255 or 29.47% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA095 is #155F6A. Grayscale: #B4B4B4. Windows color (decimal): -1400683 or 9806058. OLE color: 9806058.

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

Color convert

RGB234160149-
CMYK00.320.360.08
HSL7.76º66.93%75.1%-
HSV(B)7.76º36.32%91.76%-
XYZ51.9344.834.34-
YUV180.87110.02165.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.09%
GREEN value IS 160 (62.89% from 255) = 29.47%
BLUE value IS 149 (58.59% from 255) = 27.44%
R=43.09%
G=29.47%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416014900.320.360.087.7666.9375.1
HexEAA0950202488434b
Octal352240225040441010103113
Binary11101010101000001001010101000001001001000100010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA095; }

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

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

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

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

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

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

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

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