#E89F95

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

Shades of Tonys Pink #E89F95

Tints of Tonys Pink #E89F95

Color information

#E89F95 (or 0xE89F95) is unknown color: approx Tonys Pink. HEX triplet: E8, 9F and 95. RGB value is (232,159,149). Sum of RGB (Red+Green+Blue) = 232+159+149=540 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.96% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 232 - color contains mainly: red. Hex color #E89F95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89F95 is #17606A. Grayscale: #B3B3B3. Windows color (decimal): -1532011 or 9805800. OLE color: 9805800.

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

Color convert

RGB232159149-
CMYK00.310.360.09
HSL7.23º64.34%74.71%-
HSV(B)7.23º35.78%90.98%-
XYZ51.144.1234.26-
YUV179.69110.68165.31-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.96%
GREEN value IS 159 (62.5% from 255) = 29.44%
BLUE value IS 149 (58.59% from 255) = 27.59%
R=42.96%
G=29.44%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215914900.310.360.097.2364.3474.71
HexE89F9501F2497404b
Octal35023722503744117100113
Binary111010001001111110010101011111100100100111110000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89F95; }

 p { color: rgb(232,159,149); }

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

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

 a { background-color: rgb(232,159,149); }

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

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

 span { border-color: rgb(232,159,149); }

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