#E3A495

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

Shades of Tonys Pink #E3A495

Tints of Tonys Pink #E3A495

Color information

#E3A495 (or 0xE3A495) is unknown color: approx Tonys Pink. HEX triplet: E3, A4 and 95. RGB value is (227,164,149). Sum of RGB (Red+Green+Blue) = 227+164+149=540 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.04% from 540); Green value is 164 (64.45% from 255 or 30.37% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3A495 is #1C5B6A. Grayscale: #B5B5B5. Windows color (decimal): -1858411 or 9807075. OLE color: 9807075.

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

Color convert

RGB227164149-
CMYK00.280.340.11
HSL11.54º58.21%73.73%-
HSV(B)11.54º34.36%89.02%-
XYZ50.3845.0534.47-
YUV181.13109.87160.72-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.04%
GREEN value IS 164 (64.45% from 255) = 30.37%
BLUE value IS 149 (58.59% from 255) = 27.59%
R=42.04%
G=30.37%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22716414900.280.340.1111.5458.2173.73
HexE3A49501C22Bc3a4a
Octal34324422503442131472112
Binary111000111010010010010101011100100010101111001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3A495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3A495; }

 p { color: rgb(227,164,149); }

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

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

 a { background-color: rgb(227,164,149); }

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

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

 span { border-color: rgb(227,164,149); }

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