#E79F95

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

Shades of Tonys Pink #E79F95

Tints of Tonys Pink #E79F95

Color information

#E79F95 (or 0xE79F95) is unknown color: approx Tonys Pink. HEX triplet: E7, 9F and 95. RGB value is (231,159,149). Sum of RGB (Red+Green+Blue) = 231+159+149=539 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.86% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 231 - color contains mainly: red. Hex color #E79F95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79F95 is #18606A. Grayscale: #B3B3B3. Windows color (decimal): -1597547 or 9805799. OLE color: 9805799.

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

Color convert

RGB231159149-
CMYK00.310.350.09
HSL7.32º63.08%74.51%-
HSV(B)7.32º35.5%90.59%-
XYZ50.7843.9634.24-
YUV179.39110.85164.81-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.86%
GREEN value IS 159 (62.5% from 255) = 29.50%
BLUE value IS 149 (58.59% from 255) = 27.64%
R=42.86%
G=29.50%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115914900.310.350.097.3263.0874.51
HexE79F9501F23973f4b
Octal3472372250374311777113
Binary11100111100111111001010101111110001110011111111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79F95; }

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

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

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

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

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

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

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

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