#8E404D

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

Shades of Solid Pink #8E404D

Tints of Solid Pink #8E404D

Color information

#8E404D (or 0x8E404D) is unknown color: approx Solid Pink. HEX triplet: 8E, 40 and 4D. RGB value is (142,64,77). Sum of RGB (Red+Green+Blue) = 142+64+77=283 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.18% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 142 - color contains mainly: red. Hex color #8E404D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E404D is #71BFB2. Grayscale: #585858. Windows color (decimal): -7454643 or 5062798. OLE color: 5062798.

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

Color convert

RGB1426477-
CMYK00.550.460.44
HSL350º37.86%40.39%-
HSV(B)350º54.93%55.69%-
XYZ14.339.958.19-
YUV88.8121.34165.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.18%
GREEN value IS 64 (25.39% from 255) = 22.61%
BLUE value IS 77 (30.47% from 255) = 27.21%
R=50.18%
G=22.61%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142647700.550.460.4435037.8640.39
Hex8E404D0372E2C15e2628
Octal21610011506756545364650
Binary10001110100000010011010110111101110101100101011110100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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