#8E5358

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

Shades of Solid Pink #8E5358

Tints of Solid Pink #8E5358

Color information

#8E5358 (or 0x8E5358) is unknown color: approx Solid Pink. HEX triplet: 8E, 53 and 58. RGB value is (142,83,88). Sum of RGB (Red+Green+Blue) = 142+83+88=313 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.37% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5358 is #71ACA7. Grayscale: #656565. Windows color (decimal): -7449768 or 5788558. OLE color: 5788558.

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

Color convert

RGB1428388-
CMYK00.420.380.44
HSL354.92º26.22%44.12%-
HSV(B)354.92º41.55%55.69%-
XYZ16.0112.6410.83-
YUV101.21120.55157.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.37%
GREEN value IS 83 (32.81% from 255) = 26.52%
BLUE value IS 88 (34.77% from 255) = 28.12%
R=45.37%
G=26.52%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142838800.420.380.44354.9226.2244.12
Hex8E535802A262C1631a2c
Octal21612313005246545433254
Binary1000111010100111011000010101010011010110010110001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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