#8E6187

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

Shades of Trendy Pink #8E6187

Tints of Trendy Pink #8E6187

Color information

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

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

Color convert

RGB14297135-
CMYK00.320.050.44
HSL309.33º18.83%46.86%-
HSV(B)309.33º31.69%55.69%-
XYZ19.816.0524.98-
YUV114.79139.41147.41-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429713500.320.050.44309.3318.8346.86
Hex8E618702052C135132f
Octal2161412070405544652357
Binary10001110110000110000111010000010110110010011010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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