#8E494B

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

Shades of Solid Pink #8E494B

Tints of Solid Pink #8E494B

Color information

#8E494B (or 0x8E494B) is unknown color: approx Solid Pink. HEX triplet: 8E, 49 and 4B. RGB value is (142,73,75). Sum of RGB (Red+Green+Blue) = 142+73+75=290 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.97% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 142 - color contains mainly: red. Hex color #8E494B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E494B is #71B6B4. Grayscale: #5D5D5D. Windows color (decimal): -7452341 or 4934030. OLE color: 4934030.

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

Color convert

RGB1427375-
CMYK00.490.470.44
HSL358.26º32.09%42.16%-
HSV(B)358.26º48.59%55.69%-
XYZ14.8111.028-
YUV93.86117.36162.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.97%
GREEN value IS 73 (28.91% from 255) = 25.17%
BLUE value IS 75 (29.69% from 255) = 25.86%
R=48.97%
G=25.17%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142737500.490.470.44358.2632.0942.16
Hex8E494B0312F2C166202a
Octal21611111306157545464052
Binary10001110100100110010110110001101111101100101100110100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,73,75); }

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

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

 a { background-color: rgb(142,73,75); }

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

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

 span { border-color: rgb(142,73,75); }

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