#8E4B7A

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

Shades of Trendy Pink #8E4B7A

Tints of Trendy Pink #8E4B7A

Color information

#8E4B7A (or 0x8E4B7A) is unknown color: approx Trendy Pink. HEX triplet: 8E, 4B and 7A. RGB value is (142,75,122). Sum of RGB (Red+Green+Blue) = 142+75+122=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 75 (29.69% from 255 or 22.12% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4B7A is #71B485. Grayscale: #646464. Windows color (decimal): -7451782 or 8014734. OLE color: 8014734.

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

Color convert

RGB14275122-
CMYK00.470.140.44
HSL317.91º30.88%42.55%-
HSV(B)317.91º47.18%55.69%-
XYZ17.1812.1919.86-
YUV100.39140.2157.68-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.89%
GREEN value IS 75 (29.69% from 255) = 22.12%
BLUE value IS 122 (48.05% from 255) = 35.99%
R=41.89%
G=22.12%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427512200.470.140.44317.9130.8842.55
Hex8E4B7A02FE2C13e1f2b
Octal21611317205716544763753
Binary10001110100101111110100101111111010110010011111011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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