#E79F8E

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

Shades of Tonys Pink #E79F8E

Tints of Tonys Pink #E79F8E

Color information

#E79F8E (or 0xE79F8E) is unknown color: approx Tonys Pink. HEX triplet: E7, 9F and 8E. RGB value is (231,159,142). Sum of RGB (Red+Green+Blue) = 231+159+142=532 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.42% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 142 (55.86% from 255 or 26.69% from 532); Max value from RGB is 231 - color contains mainly: red. Hex color #E79F8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79F8E is #186071. Grayscale: #B2B2B2. Windows color (decimal): -1597554 or 9347047. OLE color: 9347047.

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

Color convert

RGB231159142-
CMYK00.310.390.09
HSL11.46º64.96%73.14%-
HSV(B)11.46º38.53%90.59%-
XYZ50.2443.7431.39-
YUV178.59107.35165.38-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.42%
GREEN value IS 159 (62.5% from 255) = 29.89%
BLUE value IS 142 (55.86% from 255) = 26.69%
R=43.42%
G=29.89%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115914200.310.390.0911.4664.9673.14
HexE79F8E01F279b4149
Octal347237216037471113101111
Binary1110011110011111100011100111111001111001101110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79F8E; }

 p { color: rgb(231,159,142); }

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

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

 a { background-color: rgb(231,159,142); }

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

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

 span { border-color: rgb(231,159,142); }

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