#8E5558

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

Shades of Solid Pink #8E5558

Tints of Solid Pink #8E5558

Color information

#8E5558 (or 0x8E5558) is unknown color: approx Solid Pink. HEX triplet: 8E, 55 and 58. RGB value is (142,85,88). Sum of RGB (Red+Green+Blue) = 142+85+88=315 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.08% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 88 (34.77% from 255 or 27.94% from 315); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5558 is #71AAA7. Grayscale: #666666. Windows color (decimal): -7449256 or 5789070. OLE color: 5789070.

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

Color convert

RGB1428588-
CMYK00.400.380.44
HSL356.84º25.11%44.51%-
HSV(B)356.84º40.14%55.69%-
XYZ16.1712.9510.88-
YUV102.38119.88156.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.08%
GREEN value IS 85 (33.59% from 255) = 26.98%
BLUE value IS 88 (34.77% from 255) = 27.94%
R=45.08%
G=26.98%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142858800.400.380.44356.8425.1144.51
Hex8E5558028262C165192d
Octal21612513005046545453155
Binary1000111010101011011000010100010011010110010110010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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