#E79A8E

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

Shades of Tonys Pink #E79A8E

Tints of Tonys Pink #E79A8E

Color information

#E79A8E (or 0xE79A8E) is unknown color: approx Tonys Pink. HEX triplet: E7, 9A and 8E. RGB value is (231,154,142). Sum of RGB (Red+Green+Blue) = 231+154+142=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 142 (55.86% from 255 or 26.94% from 527); Max value from RGB is 231 - color contains mainly: red. Hex color #E79A8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79A8E is #186571. Grayscale: #AFAFAF. Windows color (decimal): -1598834 or 9345767. OLE color: 9345767.

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

Color convert

RGB231154142-
CMYK00.330.390.09
HSL8.09º64.96%73.14%-
HSV(B)8.09º38.53%90.59%-
XYZ49.3942.0531.1-
YUV175.65109.01167.48-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.83%
GREEN value IS 154 (60.55% from 255) = 29.22%
BLUE value IS 142 (55.86% from 255) = 26.94%
R=43.83%
G=29.22%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115414200.330.390.098.0964.9673.14
HexE79A8E02127984149
Octal347232216041471110101111
Binary11100111100110101000111001000011001111001100010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79A8E; }

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

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

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

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

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

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

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

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