#E7AA8C

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

Shades of Tonys Pink #E7AA8C

Tints of Tonys Pink #E7AA8C

Color information

#E7AA8C (or 0xE7AA8C) is unknown color: approx Tonys Pink. HEX triplet: E7, AA and 8C. RGB value is (231,170,140). Sum of RGB (Red+Green+Blue) = 231+170+140=541 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.70% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 140 (55.08% from 255 or 25.88% from 541); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AA8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AA8C is #185573. Grayscale: #B9B9B9. Windows color (decimal): -1594740 or 9218791. OLE color: 9218791.

HSL color Cylindrical-coordinate representation of color #E7AA8C: hue angle of 19.78º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E7AA8C is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB231170140-
CMYK00.260.390.09
HSL19.78º65.47%72.75%-
HSV(B)19.78º39.39%90.59%-
XYZ52.0647.6331.26-
YUV184.82102.71160.94-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.70%
GREEN value IS 170 (66.80% from 255) = 31.42%
BLUE value IS 140 (55.08% from 255) = 25.88%
R=42.70%
G=31.42%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117014000.260.390.0919.7865.4772.75
HexE7AA8C01A279144149
Octal347252214032471124101111
Binary11100111101010101000110001101010011110011010010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AA8C; }

 p { color: rgb(231,170,140); }

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

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

 a { background-color: rgb(231,170,140); }

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

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

 span { border-color: rgb(231,170,140); }

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