#E6AA8E

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

Shades of Tonys Pink #E6AA8E

Tints of Tonys Pink #E6AA8E

Color information

#E6AA8E (or 0xE6AA8E) is unknown color: approx Tonys Pink. HEX triplet: E6, AA and 8E. RGB value is (230,170,142). Sum of RGB (Red+Green+Blue) = 230+170+142=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AA8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AA8E is #195571. Grayscale: #B8B8B8. Windows color (decimal): -1660274 or 9349862. OLE color: 9349862.

HSL color Cylindrical-coordinate representation of color #E6AA8E: hue angle of 19.09º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E6AA8E is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB230170142-
CMYK00.260.380.10
HSL19.09º63.77%72.94%-
HSV(B)19.09º38.26%90.2%-
XYZ51.8947.5332.03-
YUV184.75103.88160.28-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.44%
GREEN value IS 170 (66.80% from 255) = 31.37%
BLUE value IS 142 (55.86% from 255) = 26.20%
R=42.44%
G=31.37%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017014200.260.380.1019.0963.7772.94
HexE6AA8E01A26A134049
Octal346252216032461223100111
Binary11100110101010101000111001101010011010101001110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AA8E; }

 p { color: rgb(230,170,142); }

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

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

 a { background-color: rgb(230,170,142); }

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

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

 span { border-color: rgb(230,170,142); }

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