#e1a58f

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

Shades of Tonys Pink #E1A58F

Tints of Tonys Pink #E1A58F

Color information

#E1A58F (or 0xE1A58F) is unknown color: approx Tonys Pink. HEX triplet: E1, A5 and 8F. RGB value is (225,165,143). Sum of RGB (Red+Green+Blue) = 225+165+143=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 165 (64.84% from 255 or 30.96% from 533); Blue value is 143 (56.25% from 255 or 26.83% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A58F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A58F is #1E5A70. Grayscale: #B4B4B4. Windows color (decimal): -1989233 or 9414113. OLE color: 9414113.

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

Color convert

RGB225165143-
CMYK00.270.360.12
HSL16.1º57.75%72.16%-
HSV(B)16.1º36.44%88.24%-
XYZ49.4644.932.05-
YUV180.43106.88159.79-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.21%
GREEN value IS 165 (64.84% from 255) = 30.96%
BLUE value IS 143 (56.25% from 255) = 26.83%
R=42.21%
G=30.96%
B=26.83%

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
Decimal22516514300.270.360.1216.157.7572.16
HexE1A58F01B24C103a48
Octal34124521703344142072110
Binary1110000110100101100011110110111001001100100001110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1a58f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1a58f; }

 p { color: rgb(225,165,143); }

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

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

 a { background-color: rgb(225,165,143); }

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

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

 span { border-color: rgb(225,165,143); }

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