#E8A082

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

Shades of Tonys Pink #E8A082

Tints of Tonys Pink #E8A082

Color information

#E8A082 (or 0xE8A082) is unknown color: approx Tonys Pink. HEX triplet: E8, A0 and 82. RGB value is (232,160,130). Sum of RGB (Red+Green+Blue) = 232+160+130=522 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.44% from 522); Green value is 160 (62.89% from 255 or 30.65% from 522); Blue value is 130 (51.17% from 255 or 24.90% from 522); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A082 is #175F7D. Grayscale: #B2B2B2. Windows color (decimal): -1531774 or 8560872. OLE color: 8560872.

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

Color convert

RGB232160130-
CMYK00.310.440.09
HSL17.65º68.92%70.98%-
HSV(B)17.65º43.97%90.98%-
XYZ49.8843.9126.97-
YUV178.11100.85166.44-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.44%
GREEN value IS 160 (62.89% from 255) = 30.65%
BLUE value IS 130 (51.17% from 255) = 24.90%
R=44.44%
G=30.65%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216013000.310.440.0917.6568.9270.98
HexE8A08201F2C9124547
Octal350240202037541122105107
Binary11101000101000001000001001111110110010011001010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A082; }

 p { color: rgb(232,160,130); }

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

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

 a { background-color: rgb(232,160,130); }

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

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

 span { border-color: rgb(232,160,130); }

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