#8E6189

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

Shades of Trendy Pink #8E6189

Tints of Trendy Pink #8E6189

Color information

#8E6189 (or 0x8E6189) is unknown color: approx Trendy Pink. HEX triplet: 8E, 61 and 89. RGB value is (142,97,137). Sum of RGB (Red+Green+Blue) = 142+97+137=376 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.77% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6189 is #719E76. Grayscale: #727272. Windows color (decimal): -7446135 or 9003406. OLE color: 9003406.

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

Color convert

RGB14297137-
CMYK00.320.040.44
HSL306.67º18.83%46.86%-
HSV(B)306.67º31.69%55.69%-
XYZ19.9516.1125.72-
YUV115.01140.41147.25-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.77%
GREEN value IS 97 (38.28% from 255) = 25.80%
BLUE value IS 137 (53.91% from 255) = 36.44%
R=37.77%
G=25.80%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429713700.320.040.44306.6718.8346.86
Hex8E618902042C133132f
Octal2161412110404544632357
Binary10001110110000110001001010000010010110010011001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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