#E6AA8F

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

Shades of Tonys Pink #E6AA8F

Tints of Tonys Pink #E6AA8F

Color information

#E6AA8F (or 0xE6AA8F) is unknown color: approx Tonys Pink. HEX triplet: E6, AA and 8F. RGB value is (230,170,143). Sum of RGB (Red+Green+Blue) = 230+170+143=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 143 (56.25% from 255 or 26.34% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AA8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AA8F is #195570. Grayscale: #B9B9B9. Windows color (decimal): -1660273 or 9415398. OLE color: 9415398.

HSL color Cylindrical-coordinate representation of color #E6AA8F: hue angle of 18.62º 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 #E6AA8F is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB230170143-
CMYK00.260.380.10
HSL18.62º63.5%73.14%-
HSV(B)18.62º37.83%90.2%-
XYZ51.9747.5632.43-
YUV184.86104.38160.2-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.36%
GREEN value IS 170 (66.80% from 255) = 31.31%
BLUE value IS 143 (56.25% from 255) = 26.34%
R=42.36%
G=31.31%
B=26.34%

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
Decimal23017014300.260.380.1018.6263.573.14
HexE6AA8F01A26A134049
Octal346252217032461223100111
Binary11100110101010101000111101101010011010101001110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AA8F; }

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

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

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

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

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

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

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

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