#E1A491

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

Shades of Tonys Pink #E1A491

Tints of Tonys Pink #E1A491

Color information

#E1A491 (or 0xE1A491) is unknown color: approx Tonys Pink. HEX triplet: E1, A4 and 91. RGB value is (225,164,145). Sum of RGB (Red+Green+Blue) = 225+164+145=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 164 (64.45% from 255 or 30.71% from 534); Blue value is 145 (57.03% from 255 or 27.15% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A491 is #1E5B6E. Grayscale: #B4B4B4. Windows color (decimal): -1989487 or 9544929. OLE color: 9544929.

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

Color convert

RGB225164145-
CMYK00.270.360.12
HSL14.25º57.14%72.55%-
HSV(B)14.25º35.56%88.24%-
XYZ49.4444.632.79-
YUV180.07108.21160.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.13%
GREEN value IS 164 (64.45% from 255) = 30.71%
BLUE value IS 145 (57.03% from 255) = 27.15%
R=42.13%
G=30.71%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516414500.270.360.1214.2557.1472.55
HexE1A49101B24Ce3949
Octal34124422103344141671111
Binary111000011010010010010001011011100100110011101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A491; }

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

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

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

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

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

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

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

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