#EAA088

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

Shades of Tonys Pink #EAA088

Tints of Tonys Pink #EAA088

Color information

#EAA088 (or 0xEAA088) is unknown color: approx Tonys Pink. HEX triplet: EA, A0 and 88. RGB value is (234,160,136). Sum of RGB (Red+Green+Blue) = 234+160+136=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 160 (62.89% from 255 or 30.19% from 530); Blue value is 136 (53.52% from 255 or 25.66% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA088 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA088 is #155F77. Grayscale: #B3B3B3. Windows color (decimal): -1400696 or 8954090. OLE color: 8954090.

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

Color convert

RGB234160136-
CMYK00.320.420.08
HSL14.69º70%72.55%-
HSV(B)14.69º41.88%91.76%-
XYZ50.9544.4129.18-
YUV179.39103.52166.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.15%
GREEN value IS 160 (62.89% from 255) = 30.19%
BLUE value IS 136 (53.52% from 255) = 25.66%
R=44.15%
G=30.19%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416013600.320.420.0814.697072.55
HexEAA0880202A8f4649
Octal352240210040521017106111
Binary11101010101000001000100001000001010101000111110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA088; }

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

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

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

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

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

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

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

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