#E8A496

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

Shades of Tonys Pink #E8A496

Tints of Tonys Pink #E8A496

Color information

#E8A496 (or 0xE8A496) is unknown color: approx Tonys Pink. HEX triplet: E8, A4 and 96. RGB value is (232,164,150). Sum of RGB (Red+Green+Blue) = 232+164+150=546 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.49% from 546); Green value is 164 (64.45% from 255 or 30.04% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A496 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A496 is #175B69. Grayscale: #B6B6B6. Windows color (decimal): -1530730 or 9872616. OLE color: 9872616.

HSL color Cylindrical-coordinate representation of color #E8A496: hue angle of 10.24º degrees, saturation: 0.64, 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 #E8A496 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB232164150-
CMYK00.290.350.09
HSL10.24º64.06%74.9%-
HSV(B)10.24º35.34%90.98%-
XYZ52.0645.9134.97-
YUV182.74109.53163.14-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.49%
GREEN value IS 164 (64.45% from 255) = 30.04%
BLUE value IS 150 (58.98% from 255) = 27.47%
R=42.49%
G=30.04%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216415000.290.350.0910.2464.0674.9
HexE8A49601D239a404b
Octal350244226035431112100113
Binary1110100010100100100101100111011000111001101010000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A496; }

 p { color: rgb(232,164,150); }

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

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

 a { background-color: rgb(232,164,150); }

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

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

 span { border-color: rgb(232,164,150); }

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