#E2A289

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

Shades of Tonys Pink #E2A289

Tints of Tonys Pink #E2A289

Color information

#E2A289 (or 0xE2A289) is unknown color: approx Tonys Pink. HEX triplet: E2, A2 and 89. RGB value is (226,162,137). Sum of RGB (Red+Green+Blue) = 226+162+137=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 162 (63.67% from 255 or 30.86% from 525); Blue value is 137 (53.91% from 255 or 26.10% from 525); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A289 is #1D5D76. Grayscale: #B2B2B2. Windows color (decimal): -1924471 or 9020130. OLE color: 9020130.

HSL color Cylindrical-coordinate representation of color #E2A289: hue angle of 16.85º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E2A289 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB226162137-
CMYK00.280.390.11
HSL16.85º60.54%71.18%-
HSV(B)16.85º39.38%88.63%-
XYZ48.843.8229.55-
YUV178.29104.7162.03-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.05%
GREEN value IS 162 (63.67% from 255) = 30.86%
BLUE value IS 137 (53.91% from 255) = 26.10%
R=43.05%
G=30.86%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22616213700.280.390.1116.8560.5471.18
HexE2A28901C27B113d47
Octal34224221103447132175107
Binary1110001010100010100010010111001001111011100011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A289; }

 p { color: rgb(226,162,137); }

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

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

 a { background-color: rgb(226,162,137); }

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

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

 span { border-color: rgb(226,162,137); }

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