#E89C85

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

Shades of Tonys Pink #E89C85

Tints of Tonys Pink #E89C85

Color information

#E89C85 (or 0xE89C85) is unknown color: approx Tonys Pink. HEX triplet: E8, 9C and 85. RGB value is (232,156,133). Sum of RGB (Red+Green+Blue) = 232+156+133=521 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.53% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 232 - color contains mainly: red. Hex color #E89C85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89C85 is #17637A. Grayscale: #B0B0B0. Windows color (decimal): -1532795 or 8756456. OLE color: 8756456.

HSL color Cylindrical-coordinate representation of color #E89C85: hue angle of 13.94º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E89C85 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB232156133-
CMYK00.330.430.09
HSL13.94º68.28%71.57%-
HSV(B)13.94º42.67%90.98%-
XYZ49.442.6327.81-
YUV176.1103.68167.87-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.53%
GREEN value IS 156 (61.33% from 255) = 29.94%
BLUE value IS 133 (52.34% from 255) = 25.53%
R=44.53%
G=29.94%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215613300.330.430.0913.9468.2871.57
HexE89C850212B9e4448
Octal350234205041531116104110
Binary11101000100111001000010101000011010111001111010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89C85; }

 p { color: rgb(232,156,133); }

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

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

 a { background-color: rgb(232,156,133); }

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

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

 span { border-color: rgb(232,156,133); }

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