#E9A296

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

Shades of Tonys Pink #E9A296

Tints of Tonys Pink #E9A296

Color information

#E9A296 (or 0xE9A296) is unknown color: approx Tonys Pink. HEX triplet: E9, A2 and 96. RGB value is (233,162,150). Sum of RGB (Red+Green+Blue) = 233+162+150=545 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.75% from 545); Green value is 162 (63.67% from 255 or 29.72% from 545); Blue value is 150 (58.98% from 255 or 27.52% from 545); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9A296 is #165D69. Grayscale: #B5B5B5. Windows color (decimal): -1465706 or 9872105. OLE color: 9872105.

HSL color Cylindrical-coordinate representation of color #E9A296: hue angle of 8.67º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E9A296 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB233162150-
CMYK00.300.360.09
HSL8.67º65.35%75.1%-
HSV(B)8.67º35.62%91.37%-
XYZ52.0345.3734.87-
YUV181.86110.02164.48-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.75%
GREEN value IS 162 (63.67% from 255) = 29.72%
BLUE value IS 150 (58.98% from 255) = 27.52%
R=42.75%
G=29.72%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23316215000.300.360.098.6765.3575.1
HexE9A29601E2499414b
Octal351242226036441111101113
Binary1110100110100010100101100111101001001001100110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A296; }

 p { color: rgb(233,162,150); }

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

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

 a { background-color: rgb(233,162,150); }

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

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

 span { border-color: rgb(233,162,150); }

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