#E7A794

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

Shades of Tonys Pink #E7A794

Tints of Tonys Pink #E7A794

Color information

#E7A794 (or 0xE7A794) is unknown color: approx Tonys Pink. HEX triplet: E7, A7 and 94. RGB value is (231,167,148). Sum of RGB (Red+Green+Blue) = 231+167+148=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 167 (65.62% from 255 or 30.59% from 546); Blue value is 148 (58.20% from 255 or 27.11% from 546); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A794 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A794 is #18586B. Grayscale: #B8B8B8. Windows color (decimal): -1595500 or 9742311. OLE color: 9742311.

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

Color convert

RGB231167148-
CMYK00.280.360.09
HSL13.73º63.36%74.31%-
HSV(B)13.73º35.93%90.59%-
XYZ52.1246.7634.3-
YUV183.97107.7161.54-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.31%
GREEN value IS 167 (65.62% from 255) = 30.59%
BLUE value IS 148 (58.20% from 255) = 27.11%
R=42.31%
G=30.59%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116714800.280.360.0913.7363.3674.31
HexE7A79401C249e3f4a
Octal34724722403444111677112
Binary111001111010011110010100011100100100100111101111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A794; }

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

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

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

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

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

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

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

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