#E1AA91

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

Shades of Tonys Pink #E1AA91

Tints of Tonys Pink #E1AA91

Color information

#E1AA91 (or 0xE1AA91) is unknown color: approx Tonys Pink. HEX triplet: E1, AA and 91. RGB value is (225,170,145). Sum of RGB (Red+Green+Blue) = 225+170+145=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 145 (57.03% from 255 or 26.85% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AA91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AA91 is #1E556E. Grayscale: #B7B7B7. Windows color (decimal): -1987951 or 9546465. OLE color: 9546465.

HSL color Cylindrical-coordinate representation of color #E1AA91: hue angle of 18.75º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E1AA91 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB225170145-
CMYK00.240.360.12
HSL18.75º57.14%72.55%-
HSV(B)18.75º35.56%88.24%-
XYZ50.5446.833.16-
YUV183.6106.22157.53-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.67%
GREEN value IS 170 (66.80% from 255) = 31.48%
BLUE value IS 145 (57.03% from 255) = 26.85%
R=41.67%
G=31.48%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517014500.240.360.1218.7557.1472.55
HexE1AA9101824C133949
Octal34125222103044142371111
Binary1110000110101010100100010110001001001100100111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AA91; }

 p { color: rgb(225,170,145); }

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

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

 a { background-color: rgb(225,170,145); }

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

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

 span { border-color: rgb(225,170,145); }

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