#E1A187

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

Shades of Tonys Pink #E1A187

Tints of Tonys Pink #E1A187

Color information

#E1A187 (or 0xE1A187) is unknown color: approx Tonys Pink. HEX triplet: E1, A1 and 87. RGB value is (225,161,135). Sum of RGB (Red+Green+Blue) = 225+161+135=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 135 (53.12% from 255 or 25.91% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A187 is #1E5E78. Grayscale: #B1B1B1. Windows color (decimal): -1990265 or 8888801. OLE color: 8888801.

HSL color Cylindrical-coordinate representation of color #E1A187: hue angle of 17.33º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E1A187 is Cyan = 0, Magento = 0.28, Yellow = 0.4 and Black (K on CMYK) = 0.12.

Color convert

RGB225161135-
CMYK00.280.40.12
HSL17.33º60%70.59%-
HSV(B)17.33º40%88.24%-
XYZ48.1743.2528.73-
YUV177.17104.2162.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.19%
GREEN value IS 161 (63.28% from 255) = 30.90%
BLUE value IS 135 (53.12% from 255) = 25.91%
R=43.19%
G=30.90%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.4
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516113500.280.40.1217.336070.59
HexE1A18701C28C113c47
Octal34124120703450142174107
Binary1110000110100001100001110111001010001100100011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A187; }

 p { color: rgb(225,161,135); }

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

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

 a { background-color: rgb(225,161,135); }

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

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

 span { border-color: rgb(225,161,135); }

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