#E8A794

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

Shades of Tonys Pink #E8A794

Tints of Tonys Pink #E8A794

Color information

#E8A794 (or 0xE8A794) is unknown color: approx Tonys Pink. HEX triplet: E8, A7 and 94. RGB value is (232,167,148). Sum of RGB (Red+Green+Blue) = 232+167+148=547 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.41% from 547); Green value is 167 (65.62% from 255 or 30.53% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A794 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A794 is #17586B. Grayscale: #B8B8B8. Windows color (decimal): -1529964 or 9742312. OLE color: 9742312.

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

Color convert

RGB232167148-
CMYK00.280.360.09
HSL13.57º64.62%74.51%-
HSV(B)13.57º36.21%90.98%-
XYZ52.4446.9334.31-
YUV184.27107.53162.04-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.41%
GREEN value IS 167 (65.62% from 255) = 30.53%
BLUE value IS 148 (58.20% from 255) = 27.06%
R=42.41%
G=30.53%
B=27.06%

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
Decimal23216714800.280.360.0913.5764.6274.51
HexE8A79401C249e414b
Octal350247224034441116101113
Binary1110100010100111100101000111001001001001111010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A794; }

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

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

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

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

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

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

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

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