#8E568B

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

Shades of Trendy Pink #8E568B

Tints of Trendy Pink #8E568B

Color information

#8E568B (or 0x8E568B) is unknown color: approx Trendy Pink. HEX triplet: 8E, 56 and 8B. RGB value is (142,86,139). Sum of RGB (Red+Green+Blue) = 142+86+139=367 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.69% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 142 - color contains mainly: red. Hex color #8E568B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E568B is #71A974. Grayscale: #6C6C6C. Windows color (decimal): -7448949 or 9131662. OLE color: 9131662.

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

Color convert

RGB14286139-
CMYK00.390.020.44
HSL303.21º24.56%44.71%-
HSV(B)303.21º39.44%55.69%-
XYZ19.1414.2726.17-
YUV108.79145.05151.69-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.69%
GREEN value IS 86 (33.98% from 255) = 23.43%
BLUE value IS 139 (54.69% from 255) = 37.87%
R=38.69%
G=23.43%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428613900.390.020.44303.2124.5644.71
Hex8E568B02722C12f192d
Octal2161262130472544573155
Binary1000111010101101000101101001111010110010010111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E568B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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