#E89F94

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

Shades of Tonys Pink #E89F94

Tints of Tonys Pink #E89F94

Color information

#E89F94 (or 0xE89F94) is unknown color: approx Tonys Pink. HEX triplet: E8, 9F and 94. RGB value is (232,159,148). Sum of RGB (Red+Green+Blue) = 232+159+148=539 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.04% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 148 (58.20% from 255 or 27.46% from 539); Max value from RGB is 232 - color contains mainly: red. Hex color #E89F94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89F94 is #17606B. Grayscale: #B3B3B3. Windows color (decimal): -1532012 or 9740264. OLE color: 9740264.

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

Color convert

RGB232159148-
CMYK00.310.360.09
HSL7.86º64.62%74.51%-
HSV(B)7.86º36.21%90.98%-
XYZ51.0244.0933.84-
YUV179.57110.18165.39-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.04%
GREEN value IS 159 (62.5% from 255) = 29.50%
BLUE value IS 148 (58.20% from 255) = 27.46%
R=43.04%
G=29.50%
B=27.46%

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
Decimal23215914800.310.360.097.8664.6274.51
HexE89F9401F2498414b
Octal350237224037441110101113
Binary1110100010011111100101000111111001001001100010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89F94; }

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

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

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

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

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

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

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

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