#E0A091

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

Shades of Tonys Pink #E0A091

Tints of Tonys Pink #E0A091

Color information

#E0A091 (or 0xE0A091) is unknown color: approx Tonys Pink. HEX triplet: E0, A0 and 91. RGB value is (224,160,145). Sum of RGB (Red+Green+Blue) = 224+160+145=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 145 (57.03% from 255 or 27.41% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A091 is #1F5F6E. Grayscale: #B1B1B1. Windows color (decimal): -2056047 or 9543904. OLE color: 9543904.

HSL color Cylindrical-coordinate representation of color #E0A091: hue angle of 11.39º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E0A091 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB224160145-
CMYK00.290.350.12
HSL11.39º56.03%72.35%-
HSV(B)11.39º35.27%87.84%-
XYZ48.4243.0332.54-
YUV177.43109.7161.22-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.34%
GREEN value IS 160 (62.89% from 255) = 30.25%
BLUE value IS 145 (57.03% from 255) = 27.41%
R=42.34%
G=30.25%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416014500.290.350.1211.3956.0372.35
HexE0A09101D23Cb3848
Octal34024022103543141370110
Binary111000001010000010010001011101100011110010111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A091; }

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

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

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

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

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

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

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

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