#E1A08D

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

Shades of Tonys Pink #E1A08D

Tints of Tonys Pink #E1A08D

Color information

#E1A08D (or 0xE1A08D) is unknown color: approx Tonys Pink. HEX triplet: E1, A0 and 8D. RGB value is (225,160,141). Sum of RGB (Red+Green+Blue) = 225+160+141=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A08D is #1E5F72. Grayscale: #B1B1B1. Windows color (decimal): -1990515 or 9281761. OLE color: 9281761.

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

Color convert

RGB225160141-
CMYK00.290.370.12
HSL13.57º58.33%71.76%-
HSV(B)13.57º37.33%88.24%-
XYZ48.4343.0730.96-
YUV177.27107.53162.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.78%
GREEN value IS 160 (62.89% from 255) = 30.42%
BLUE value IS 141 (55.47% from 255) = 26.81%
R=42.78%
G=30.42%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516014100.290.370.1213.5758.3371.76
HexE1A08D01D25Ce3a48
Octal34124021503545141672110
Binary111000011010000010001101011101100101110011101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A08D; }

 p { color: rgb(225,160,141); }

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

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

 a { background-color: rgb(225,160,141); }

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

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

 span { border-color: rgb(225,160,141); }

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