#E7A080

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

Shades of Tonys Pink #E7A080

Tints of Tonys Pink #E7A080

Color information

#E7A080 (or 0xE7A080) is unknown color: approx Tonys Pink. HEX triplet: E7, A0 and 80. RGB value is (231,160,128). Sum of RGB (Red+Green+Blue) = 231+160+128=519 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.51% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A080 is #185F7F. Grayscale: #B1B1B1. Windows color (decimal): -1597312 or 8429799. OLE color: 8429799.

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

Color convert

RGB231160128-
CMYK00.310.450.09
HSL18.64º68.21%70.39%-
HSV(B)18.64º44.59%90.59%-
XYZ49.4243.6926.25-
YUV177.58100.02166.1-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.51%
GREEN value IS 160 (62.89% from 255) = 30.83%
BLUE value IS 128 (50.39% from 255) = 24.66%
R=44.51%
G=30.83%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116012800.310.450.0918.6468.2170.39
HexE7A08001F2D9134446
Octal347240200037551123104106
Binary11100111101000001000000001111110110110011001110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A080; }

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

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

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

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

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

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

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

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