#8E474D

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

Shades of Solid Pink #8E474D

Tints of Solid Pink #8E474D

Color information

#8E474D (or 0x8E474D) is unknown color: approx Solid Pink. HEX triplet: 8E, 47 and 4D. RGB value is (142,71,77). Sum of RGB (Red+Green+Blue) = 142+71+77=290 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.97% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 142 - color contains mainly: red. Hex color #8E474D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E474D is #71B8B2. Grayscale: #5C5C5C. Windows color (decimal): -7452851 or 5064590. OLE color: 5064590.

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

Color convert

RGB1427177-
CMYK00.50.460.44
HSL354.93º33.33%41.76%-
HSV(B)354.93º50%55.69%-
XYZ14.7510.798.33-
YUV92.91119.02163.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.97%
GREEN value IS 71 (28.12% from 255) = 24.48%
BLUE value IS 77 (30.47% from 255) = 26.55%
R=48.97%
G=24.48%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142717700.50.460.44354.9333.3341.76
Hex8E474D0322E2C163212a
Octal21610711506256545434152
Binary10001110100011110011010110010101110101100101100011100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,71,77); }

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

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

 a { background-color: rgb(142,71,77); }

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

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

 span { border-color: rgb(142,71,77); }

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