#8E5758

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

Shades of Solid Pink #8E5758

Tints of Solid Pink #8E5758

Color information

#8E5758 (or 0x8E5758) is unknown color: approx Solid Pink. HEX triplet: 8E, 57 and 58. RGB value is (142,87,88). Sum of RGB (Red+Green+Blue) = 142+87+88=317 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.79% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5758 is #71A8A7. Grayscale: #676767. Windows color (decimal): -7448744 or 5789582. OLE color: 5789582.

HSL color Cylindrical-coordinate representation of color #8E5758: hue angle of 358.91º degrees, saturation: 0.24, 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 #8E5758 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB1428788-
CMYK00.390.380.44
HSL358.91º24.02%44.9%-
HSV(B)358.91º38.73%55.69%-
XYZ16.3213.2710.93-
YUV103.56119.22155.42-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.79%
GREEN value IS 87 (34.38% from 255) = 27.44%
BLUE value IS 88 (34.77% from 255) = 27.76%
R=44.79%
G=27.44%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142878800.390.380.44358.9124.0244.9
Hex8E5758027262C167182d
Octal21612713004746545473055
Binary1000111010101111011000010011110011010110010110011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,87,88); }

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

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

 a { background-color: rgb(142,87,88); }

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

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

 span { border-color: rgb(142,87,88); }

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