#E79886

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

Shades of Tonys Pink #E79886

Tints of Tonys Pink #E79886

Color information

#E79886 (or 0xE79886) is unknown color: approx Tonys Pink. HEX triplet: E7, 98 and 86. RGB value is (231,152,134). Sum of RGB (Red+Green+Blue) = 231+152+134=517 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.68% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 134 (52.73% from 255 or 25.92% from 517); Max value from RGB is 231 - color contains mainly: red. Hex color #E79886 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79886 is #186779. Grayscale: #ADADAD. Windows color (decimal): -1599354 or 8820967. OLE color: 8820967.

HSL color Cylindrical-coordinate representation of color #E79886: hue angle of 11.13º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E79886 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB231152134-
CMYK00.340.420.09
HSL11.13º66.9%71.57%-
HSV(B)11.13º41.99%90.59%-
XYZ48.4941.1727.94-
YUV173.57105.67168.96-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.68%
GREEN value IS 152 (59.77% from 255) = 29.40%
BLUE value IS 134 (52.73% from 255) = 25.92%
R=44.68%
G=29.40%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115213400.340.420.0911.1366.971.57
HexE798860222A9b4348
Octal347230206042521113103110
Binary11100111100110001000011001000101010101001101110000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79886; }

 p { color: rgb(231,152,134); }

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

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

 a { background-color: rgb(231,152,134); }

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

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

 span { border-color: rgb(231,152,134); }

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