#894479

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

Shades of Trendy Pink #894479

Tints of Trendy Pink #894479

Color information

#894479 (or 0x894479) is unknown color: approx Trendy Pink. HEX triplet: 89, 44 and 79. RGB value is (137,68,121). Sum of RGB (Red+Green+Blue) = 137+68+121=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 137 - color contains mainly: red. Hex color #894479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894479 is #76BB86. Grayscale: #5E5E5E. Windows color (decimal): -7781255 or 7947401. OLE color: 7947401.

HSL color Cylindrical-coordinate representation of color #894479: hue angle of 313.91º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #894479 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB13768121-
CMYK00.500.120.46
HSL313.91º33.66%40.2%-
HSV(B)313.91º50.36%53.73%-
XYZ15.8310.8319.35-
YUV94.67142.86158.19-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.02%
GREEN value IS 68 (26.95% from 255) = 20.86%
BLUE value IS 121 (47.66% from 255) = 37.12%
R=42.02%
G=20.86%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376812100.500.120.46313.9133.6640.2
Hex894479032C2E13a2228
Octal21110417106214564724250
Binary100010011000100111100101100101100101110100111010100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894479; }

 p { color: rgb(137,68,121); }

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

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

 a { background-color: rgb(137,68,121); }

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

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

 span { border-color: rgb(137,68,121); }

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