#E79986

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

Shades of Tonys Pink #E79986

Tints of Tonys Pink #E79986

Color information

#E79986 (or 0xE79986) is unknown color: approx Tonys Pink. HEX triplet: E7, 99 and 86. RGB value is (231,153,134). Sum of RGB (Red+Green+Blue) = 231+153+134=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 134 (52.73% from 255 or 25.87% from 518); Max value from RGB is 231 - color contains mainly: red. Hex color #E79986 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79986 is #186679. Grayscale: #AEAEAE. Windows color (decimal): -1599098 or 8821223. OLE color: 8821223.

HSL color Cylindrical-coordinate representation of color #E79986: hue angle of 11.75º 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 #E79986 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB231153134-
CMYK00.340.420.09
HSL11.75º66.9%71.57%-
HSV(B)11.75º41.99%90.59%-
XYZ48.6541.4928-
YUV174.16105.34168.54-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.59%
GREEN value IS 153 (60.16% from 255) = 29.54%
BLUE value IS 134 (52.73% from 255) = 25.87%
R=44.59%
G=29.54%
B=25.87%

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
Decimal23115313400.340.420.0911.7566.971.57
HexE799860222A9c4348
Octal347231206042521114103110
Binary11100111100110011000011001000101010101001110010000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79986; }

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

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

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

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

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

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

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

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