#8E628B

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

Shades of Trendy Pink #8E628B

Tints of Trendy Pink #8E628B

Color information

#8E628B (or 0x8E628B) is unknown color: approx Trendy Pink. HEX triplet: 8E, 62 and 8B. RGB value is (142,98,139). Sum of RGB (Red+Green+Blue) = 142+98+139=379 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.47% from 379); Green value is 98 (38.67% from 255 or 25.86% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 142 - color contains mainly: red. Hex color #8E628B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E628B is #719D74. Grayscale: #737373. Windows color (decimal): -7445877 or 9134734. OLE color: 9134734.

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

Color convert

RGB14298139-
CMYK00.310.020.44
HSL304.09º18.33%47.06%-
HSV(B)304.09º30.99%55.69%-
XYZ20.1816.3526.52-
YUV115.83141.08146.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.47%
GREEN value IS 98 (38.67% from 255) = 25.86%
BLUE value IS 139 (54.69% from 255) = 36.68%
R=37.47%
G=25.86%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429813900.310.020.44304.0918.3347.06
Hex8E628B01F22C130122f
Octal2161422130372544602257
Binary100011101100010100010110111111010110010011000010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,98,139); }

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

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

 a { background-color: rgb(142,98,139); }

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

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

 span { border-color: rgb(142,98,139); }

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