#E7A083

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

Shades of Tonys Pink #E7A083

Tints of Tonys Pink #E7A083

Color information

#E7A083 (or 0xE7A083) is unknown color: approx Tonys Pink. HEX triplet: E7, A0 and 83. RGB value is (231,160,131). Sum of RGB (Red+Green+Blue) = 231+160+131=522 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.25% from 522); Green value is 160 (62.89% from 255 or 30.65% from 522); Blue value is 131 (51.56% from 255 or 25.10% from 522); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A083 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A083 is #185F7C. Grayscale: #B2B2B2. Windows color (decimal): -1597309 or 8626407. OLE color: 8626407.

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

Color convert

RGB231160131-
CMYK00.310.430.09
HSL17.4º67.57%70.98%-
HSV(B)17.4º43.29%90.59%-
XYZ49.6243.7727.31-
YUV177.92101.52165.86-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.25%
GREEN value IS 160 (62.89% from 255) = 30.65%
BLUE value IS 131 (51.56% from 255) = 25.10%
R=44.25%
G=30.65%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116013100.310.430.0917.467.5770.98
HexE7A08301F2B9114447
Octal347240203037531121104107
Binary11100111101000001000001101111110101110011000110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A083; }

 p { color: rgb(231,160,131); }

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

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

 a { background-color: rgb(231,160,131); }

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

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

 span { border-color: rgb(231,160,131); }

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