#E2A091

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

Shades of Tonys Pink #E2A091

Tints of Tonys Pink #E2A091

Color information

#E2A091 (or 0xE2A091) is unknown color: approx Tonys Pink. HEX triplet: E2, A0 and 91. RGB value is (226,160,145). Sum of RGB (Red+Green+Blue) = 226+160+145=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 145 (57.03% from 255 or 27.31% from 531); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A091 is #1D5F6E. Grayscale: #B2B2B2. Windows color (decimal): -1924975 or 9543906. OLE color: 9543906.

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

Color convert

RGB226160145-
CMYK00.290.360.11
HSL11.11º58.27%72.75%-
HSV(B)11.11º35.84%88.63%-
XYZ49.0543.3532.57-
YUV178.02109.37162.22-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.56%
GREEN value IS 160 (62.89% from 255) = 30.13%
BLUE value IS 145 (57.03% from 255) = 27.31%
R=42.56%
G=30.13%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22616014500.290.360.1111.1158.2772.75
HexE2A09101D24Bb3a49
Octal34224022103544131372111
Binary111000101010000010010001011101100100101110111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A091; }

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

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

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

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

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

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

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

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