#E79A8D

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

Shades of Tonys Pink #E79A8D

Tints of Tonys Pink #E79A8D

Color information

#E79A8D (or 0xE79A8D) is unknown color: approx Tonys Pink. HEX triplet: E7, 9A and 8D. RGB value is (231,154,141). Sum of RGB (Red+Green+Blue) = 231+154+141=526 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.92% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 231 - color contains mainly: red. Hex color #E79A8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79A8D is #186572. Grayscale: #AFAFAF. Windows color (decimal): -1598835 or 9280231. OLE color: 9280231.

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

Color convert

RGB231154141-
CMYK00.330.390.09
HSL8.67º65.22%72.94%-
HSV(B)8.67º38.96%90.59%-
XYZ49.3242.0230.71-
YUV175.54108.51167.56-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.92%
GREEN value IS 154 (60.55% from 255) = 29.28%
BLUE value IS 141 (55.47% from 255) = 26.81%
R=43.92%
G=29.28%
B=26.81%

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
Decimal23115414100.330.390.098.6765.2272.94
HexE79A8D02127994149
Octal347232215041471111101111
Binary11100111100110101000110101000011001111001100110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79A8D; }

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

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

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

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

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

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

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

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