#8E608B

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

Shades of Trendy Pink #8E608B

Tints of Trendy Pink #8E608B

Color information

#8E608B (or 0x8E608B) is unknown color: approx Trendy Pink. HEX triplet: 8E, 60 and 8B. RGB value is (142,96,139). Sum of RGB (Red+Green+Blue) = 142+96+139=377 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.67% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 142 - color contains mainly: red. Hex color #8E608B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E608B is #719F74. Grayscale: #727272. Windows color (decimal): -7446389 or 9134222. OLE color: 9134222.

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

Color convert

RGB14296139-
CMYK00.320.020.44
HSL303.91º19.33%46.67%-
HSV(B)303.91º32.39%55.69%-
XYZ2015.9826.46-
YUV114.66141.74147.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.67%
GREEN value IS 96 (37.89% from 255) = 25.46%
BLUE value IS 139 (54.69% from 255) = 36.87%
R=37.67%
G=25.46%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429613900.320.020.44303.9119.3346.67
Hex8E608B02022C130132f
Octal2161402130402544602357
Binary1000111011000001000101101000001010110010011000010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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