#E1A791

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

Shades of Tonys Pink #E1A791

Tints of Tonys Pink #E1A791

Color information

#E1A791 (or 0xE1A791) is unknown color: approx Tonys Pink. HEX triplet: E1, A7 and 91. RGB value is (225,167,145). Sum of RGB (Red+Green+Blue) = 225+167+145=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 167 (65.62% from 255 or 31.10% from 537); Blue value is 145 (57.03% from 255 or 27.00% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A791 is #1E586E. Grayscale: #B5B5B5. Windows color (decimal): -1988719 or 9545697. OLE color: 9545697.

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

Color convert

RGB225167145-
CMYK00.260.360.12
HSL16.5º57.14%72.55%-
HSV(B)16.5º35.56%88.24%-
XYZ49.9845.6932.97-
YUV181.83107.22158.79-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.90%
GREEN value IS 167 (65.62% from 255) = 31.10%
BLUE value IS 145 (57.03% from 255) = 27.00%
R=41.90%
G=31.10%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516714500.260.360.1216.557.1472.55
HexE1A79101A24C113949
Octal34124722103244142171111
Binary1110000110100111100100010110101001001100100011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A791; }

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

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

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

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

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

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

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

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