#8E4787

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

Shades of Trendy Pink #8E4787

Tints of Trendy Pink #8E4787

Color information

#8E4787 (or 0x8E4787) is unknown color: approx Trendy Pink. HEX triplet: 8E, 47 and 87. RGB value is (142,71,135). Sum of RGB (Red+Green+Blue) = 142+71+135=348 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.80% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 135 (53.12% from 255 or 38.79% from 348); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4787 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4787 is #71B878. Grayscale: #636363. Windows color (decimal): -7452793 or 8865678. OLE color: 8865678.

HSL color Cylindrical-coordinate representation of color #8E4787: hue angle of 305.92º 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 #8E4787 is Cyan = 0, Magento = 0.5, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB14271135-
CMYK00.50.050.44
HSL305.92º33.33%41.76%-
HSV(B)305.92º50%55.69%-
XYZ17.7812.0124.3-
YUV99.52148.02158.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.80%
GREEN value IS 71 (28.12% from 255) = 20.40%
BLUE value IS 135 (53.12% from 255) = 38.79%
R=40.80%
G=20.40%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427113500.50.050.44305.9233.3341.76
Hex8E478703252C132212a
Octal2161072070625544624152
Binary100011101000111100001110110010101101100100110010100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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