#E9A08A

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

Shades of Tonys Pink #E9A08A

Tints of Tonys Pink #E9A08A

Color information

#E9A08A (or 0xE9A08A) is unknown color: approx Tonys Pink. HEX triplet: E9, A0 and 8A. RGB value is (233,160,138). Sum of RGB (Red+Green+Blue) = 233+160+138=531 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.88% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 138 (54.30% from 255 or 25.99% from 531); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A08A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9A08A is #165F75. Grayscale: #B3B3B3. Windows color (decimal): -1466230 or 9085161. OLE color: 9085161.

HSL color Cylindrical-coordinate representation of color #E9A08A: hue angle of 13.89º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E9A08A is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB233160138-
CMYK00.310.410.09
HSL13.89º68.35%72.75%-
HSV(B)13.89º40.77%91.37%-
XYZ50.7644.329.92-
YUV179.32104.68166.29-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.88%
GREEN value IS 160 (62.89% from 255) = 30.13%
BLUE value IS 138 (54.30% from 255) = 25.99%
R=43.88%
G=30.13%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23316013800.310.410.0913.8968.3572.75
HexE9A08A01F299e4449
Octal351240212037511116104111
Binary1110100110100000100010100111111010011001111010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A08A; }

 p { color: rgb(233,160,138); }

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

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

 a { background-color: rgb(233,160,138); }

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

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

 span { border-color: rgb(233,160,138); }

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