#E79485

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

Shades of Tonys Pink #E79485

Tints of Tonys Pink #E79485

Color information

#E79485 (or 0xE79485) is unknown color: approx Tonys Pink. HEX triplet: E7, 94 and 85. RGB value is (231,148,133). Sum of RGB (Red+Green+Blue) = 231+148+133=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 231 - color contains mainly: red. Hex color #E79485 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79485 is #186B7A. Grayscale: #ABABAB. Windows color (decimal): -1600379 or 8754407. OLE color: 8754407.

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

Color convert

RGB231148133-
CMYK00.360.420.09
HSL9.18º67.12%71.37%-
HSV(B)9.18º42.42%90.59%-
XYZ47.7839.8627.37-
YUV171.11106.5170.72-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.12%
GREEN value IS 148 (58.20% from 255) = 28.91%
BLUE value IS 133 (52.34% from 255) = 25.98%
R=45.12%
G=28.91%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114813300.360.420.099.1867.1271.37
HexE794850242A994347
Octal347224205044521111103107
Binary11100111100101001000010101001001010101001100110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79485; }

 p { color: rgb(231,148,133); }

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

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

 a { background-color: rgb(231,148,133); }

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

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

 span { border-color: rgb(231,148,133); }

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