#87618E

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

Shades of Trendy Pink #87618E

Tints of Trendy Pink #87618E

Color information

#87618E (or 0x87618E) is unknown color: approx Trendy Pink. HEX triplet: 87, 61 and 8E. RGB value is (135,97,142). Sum of RGB (Red+Green+Blue) = 135+97+142=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 142 - color contains mainly: blue. Hex color #87618E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87618E is #789E71. Grayscale: #717171. Windows color (decimal): -7904882 or 9331079. OLE color: 9331079.

HSL color Cylindrical-coordinate representation of color #87618E: hue angle of 290.67º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #87618E is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13597142-
CMYK0.050.3200.44
HSL290.67º18.83%46.86%-
HSV(B)290.67º31.69%55.69%-
XYZ19.1515.6527.6-
YUV113.49144.09143.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.10%
GREEN value IS 97 (38.28% from 255) = 25.94%
BLUE value IS 142 (55.86% from 255) = 37.97%
R=36.10%
G=25.94%
B=37.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal135971420.050.3200.44290.6718.8346.86
Hex87618E52002C123132f
Octal2071412165400544432357
Binary10000111110000110001110101100000010110010010001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87618E; }

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

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

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

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

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

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

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

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