#8E487A

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

Shades of Trendy Pink #8E487A

Tints of Trendy Pink #8E487A

Color information

#8E487A (or 0x8E487A) is unknown color: approx Trendy Pink. HEX triplet: 8E, 48 and 7A. RGB value is (142,72,122). Sum of RGB (Red+Green+Blue) = 142+72+122=336 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.26% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 142 - color contains mainly: red. Hex color #8E487A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E487A is #71B785. Grayscale: #626262. Windows color (decimal): -7452550 or 8013966. OLE color: 8013966.

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

Color convert

RGB14272122-
CMYK00.490.140.44
HSL317.14º32.71%41.96%-
HSV(B)317.14º49.3%55.69%-
XYZ16.9911.7919.79-
YUV98.63141.19158.93-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.26%
GREEN value IS 72 (28.52% from 255) = 21.43%
BLUE value IS 122 (48.05% from 255) = 36.31%
R=42.26%
G=21.43%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427212200.490.140.44317.1432.7141.96
Hex8E487A031E2C13d212a
Octal21611017206116544754152
Binary100011101001000111101001100011110101100100111101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E487A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,72,122); }

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

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

 a { background-color: rgb(142,72,122); }

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

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

 span { border-color: rgb(142,72,122); }

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