#8E474A

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

Shades of Solid Pink #8E474A

Tints of Solid Pink #8E474A

Color information

#8E474A (or 0x8E474A) is unknown color: approx Solid Pink. HEX triplet: 8E, 47 and 4A. RGB value is (142,71,74). Sum of RGB (Red+Green+Blue) = 142+71+74=287 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.48% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 142 - color contains mainly: red. Hex color #8E474A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E474A is #71B8B5. Grayscale: #5C5C5C. Windows color (decimal): -7452854 or 4867982. OLE color: 4867982.

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

Color convert

RGB1427174-
CMYK00.50.480.44
HSL357.46º33.33%41.76%-
HSV(B)357.46º50%55.69%-
XYZ14.6410.757.78-
YUV92.57117.52163.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.48%
GREEN value IS 71 (28.12% from 255) = 24.74%
BLUE value IS 74 (29.30% from 255) = 25.78%
R=49.48%
G=24.74%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142717400.50.480.44357.4633.3341.76
Hex8E474A032302C165212a
Octal21610711206260545454152
Binary10001110100011110010100110010110000101100101100101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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