#E8A391

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

Shades of Tonys Pink #E8A391

Tints of Tonys Pink #E8A391

Color information

#E8A391 (or 0xE8A391) is unknown color: approx Tonys Pink. HEX triplet: E8, A3 and 91. RGB value is (232,163,145). Sum of RGB (Red+Green+Blue) = 232+163+145=540 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.96% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 145 (57.03% from 255 or 26.85% from 540); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A391 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A391 is #175C6E. Grayscale: #B5B5B5. Windows color (decimal): -1530991 or 9544680. OLE color: 9544680.

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

Color convert

RGB232163145-
CMYK00.300.380.09
HSL12.41º65.41%73.92%-
HSV(B)12.41º37.5%90.98%-
XYZ51.4945.3932.84-
YUV181.58107.36163.96-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.96%
GREEN value IS 163 (64.06% from 255) = 30.19%
BLUE value IS 145 (57.03% from 255) = 26.85%
R=42.96%
G=30.19%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216314500.300.380.0912.4165.4173.92
HexE8A39101E269c414a
Octal350243221036461114101112
Binary1110100010100011100100010111101001101001110010000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A391; }

 p { color: rgb(232,163,145); }

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

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

 a { background-color: rgb(232,163,145); }

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

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

 span { border-color: rgb(232,163,145); }

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