#8E5258

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

Shades of Solid Pink #8E5258

Tints of Solid Pink #8E5258

Color information

#8E5258 (or 0x8E5258) is unknown color: approx Solid Pink. HEX triplet: 8E, 52 and 58. RGB value is (142,82,88). Sum of RGB (Red+Green+Blue) = 142+82+88=312 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.51% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5258 is #71ADA7. Grayscale: #646464. Windows color (decimal): -7450024 or 5788302. OLE color: 5788302.

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

Color convert

RGB1428288-
CMYK00.420.380.44
HSL354º26.79%43.92%-
HSV(B)354º42.25%55.69%-
XYZ15.9312.4910.8-
YUV100.62120.88157.51-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.51%
GREEN value IS 82 (32.42% from 255) = 26.28%
BLUE value IS 88 (34.77% from 255) = 28.21%
R=45.51%
G=26.28%
B=28.21%

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
Decimal142828800.420.380.4435426.7943.92
Hex8E525802A262C1621b2c
Octal21612213005246545423354
Binary1000111010100101011000010101010011010110010110001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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