#894888

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

Shades of Trendy Pink #894888

Tints of Trendy Pink #894888

Color information

#894888 (or 0x894888) is unknown color: approx Trendy Pink. HEX triplet: 89, 48 and 88. RGB value is (137,72,136). Sum of RGB (Red+Green+Blue) = 137+72+136=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 137 - color contains mainly: red. Hex color #894888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894888 is #76B777. Grayscale: #626262. Windows color (decimal): -7780216 or 8931465. OLE color: 8931465.

HSL color Cylindrical-coordinate representation of color #894888: hue angle of 300.92º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #894888 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB13772136-
CMYK00.470.010.46
HSL300.92º31.1%40.98%-
HSV(B)300.92º47.45%53.73%-
XYZ17.0811.7324.66-
YUV98.73149.03155.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.71%
GREEN value IS 72 (28.52% from 255) = 20.87%
BLUE value IS 136 (53.52% from 255) = 39.42%
R=39.71%
G=20.87%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377213600.470.010.46300.9231.140.98
Hex89488802F12E12d1f29
Octal2111102100571564553751
Binary100010011001000100010000101111110111010010110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894888; }

 p { color: rgb(137,72,136); }

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

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

 a { background-color: rgb(137,72,136); }

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

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

 span { border-color: rgb(137,72,136); }

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