#8E5359

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

Shades of Solid Pink #8E5359

Tints of Solid Pink #8E5359

Color information

#8E5359 (or 0x8E5359) is unknown color: approx Solid Pink. HEX triplet: 8E, 53 and 59. RGB value is (142,83,89). Sum of RGB (Red+Green+Blue) = 142+83+89=314 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.22% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 89 (35.16% from 255 or 28.34% from 314); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5359 is #71ACA6. Grayscale: #656565. Windows color (decimal): -7449767 or 5854094. OLE color: 5854094.

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

Color convert

RGB1428389-
CMYK00.420.370.44
HSL353.9º26.22%44.12%-
HSV(B)353.9º41.55%55.69%-
XYZ16.0512.6611.05-
YUV101.32121.05157.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.22%
GREEN value IS 83 (32.81% from 255) = 26.43%
BLUE value IS 89 (35.16% from 255) = 28.34%
R=45.22%
G=26.43%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142838900.420.370.44353.926.2244.12
Hex8E535902A252C1621a2c
Octal21612313105245545423254
Binary1000111010100111011001010101010010110110010110001011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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