#E5A18B

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

Shades of Tonys Pink #E5A18B

Tints of Tonys Pink #E5A18B

Color information

#E5A18B (or 0xE5A18B) is unknown color: approx Tonys Pink. HEX triplet: E5, A1 and 8B. RGB value is (229,161,139). Sum of RGB (Red+Green+Blue) = 229+161+139=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 139 (54.69% from 255 or 26.28% from 529); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A18B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A18B is #1A5E74. Grayscale: #B2B2B2. Windows color (decimal): -1728117 or 9150949. OLE color: 9150949.

HSL color Cylindrical-coordinate representation of color #E5A18B: hue angle of 14.67º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E5A18B is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB229161139-
CMYK00.300.390.10
HSL14.67º63.38%72.16%-
HSV(B)14.67º39.3%89.8%-
XYZ49.7244.0130.3-
YUV178.82105.53163.79-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.29%
GREEN value IS 161 (63.28% from 255) = 30.43%
BLUE value IS 139 (54.69% from 255) = 26.28%
R=43.29%
G=30.43%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916113900.300.390.1014.6763.3872.16
HexE5A18B01E27Af3f48
Octal34524121303647121777110
Binary111001011010000110001011011110100111101011111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A18B; }

 p { color: rgb(229,161,139); }

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

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

 a { background-color: rgb(229,161,139); }

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

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

 span { border-color: rgb(229,161,139); }

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