#8E494F

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

Shades of Solid Pink #8E494F

Tints of Solid Pink #8E494F

Color information

#8E494F (or 0x8E494F) is unknown color: approx Solid Pink. HEX triplet: 8E, 49 and 4F. RGB value is (142,73,79). Sum of RGB (Red+Green+Blue) = 142+73+79=294 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.30% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 142 - color contains mainly: red. Hex color #8E494F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E494F is #71B6B0. Grayscale: #5E5E5E. Windows color (decimal): -7452337 or 5196174. OLE color: 5196174.

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

Color convert

RGB1427379-
CMYK00.490.440.44
HSL354.78º32.09%42.16%-
HSV(B)354.78º48.59%55.69%-
XYZ14.9511.088.75-
YUV94.32119.36162.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.30%
GREEN value IS 73 (28.91% from 255) = 24.83%
BLUE value IS 79 (31.25% from 255) = 26.87%
R=48.30%
G=24.83%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142737900.490.440.44354.7832.0942.16
Hex8E494F0312C2C163202a
Octal21611111706154545434052
Binary10001110100100110011110110001101100101100101100011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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