#8e4789

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

Shades of Trendy Pink #8E4789

Tints of Trendy Pink #8E4789

Color information

#8E4789 (or 0x8E4789) is unknown color: approx Trendy Pink. HEX triplet: 8E, 47 and 89. RGB value is (142,71,137). Sum of RGB (Red+Green+Blue) = 142+71+137=350 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.57% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4789 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4789 is #71B876. Grayscale: #636363. Windows color (decimal): -7452791 or 8996750. OLE color: 8996750.

HSL color Cylindrical-coordinate representation of color #8E4789: hue angle of 304.23º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E4789 is Cyan = 0, Magento = 0.5, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB14271137-
CMYK00.50.040.44
HSL304.23º33.33%41.76%-
HSV(B)304.23º50%55.69%-
XYZ17.9212.0625.05-
YUV99.75149.02158.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.57%
GREEN value IS 71 (28.12% from 255) = 20.29%
BLUE value IS 137 (53.91% from 255) = 39.14%
R=40.57%
G=20.29%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427113700.50.040.44304.2333.3341.76
Hex8E478903242C130212a
Octal2161072110624544604152
Binary100011101000111100010010110010100101100100110000100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e4789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8e4789; }

 p { color: rgb(142,71,137); }

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

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

 a { background-color: rgb(142,71,137); }

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

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

 span { border-color: rgb(142,71,137); }

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