#E2A08B

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

Shades of Tonys Pink #E2A08B

Tints of Tonys Pink #E2A08B

Color information

#E2A08B (or 0xE2A08B) is unknown color: approx Tonys Pink. HEX triplet: E2, A0 and 8B. RGB value is (226,160,139). Sum of RGB (Red+Green+Blue) = 226+160+139=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 139 (54.69% from 255 or 26.48% from 525); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A08B is #1D5F74. Grayscale: #B1B1B1. Windows color (decimal): -1924981 or 9150690. OLE color: 9150690.

HSL color Cylindrical-coordinate representation of color #E2A08B: hue angle of 14.48º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2A08B is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB226160139-
CMYK00.290.380.11
HSL14.48º60%71.57%-
HSV(B)14.48º38.5%88.63%-
XYZ48.643.1730.2-
YUV177.34106.37162.71-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.05%
GREEN value IS 160 (62.89% from 255) = 30.48%
BLUE value IS 139 (54.69% from 255) = 26.48%
R=43.05%
G=30.48%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22616013900.290.380.1114.486071.57
HexE2A08B01D26Be3c48
Octal34224021303546131674110
Binary111000101010000010001011011101100110101111101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A08B; }

 p { color: rgb(226,160,139); }

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

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

 a { background-color: rgb(226,160,139); }

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

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

 span { border-color: rgb(226,160,139); }

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