#8E414D

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

Shades of Solid Pink #8E414D

Tints of Solid Pink #8E414D

Color information

#8E414D (or 0x8E414D) is unknown color: approx Solid Pink. HEX triplet: 8E, 41 and 4D. RGB value is (142,65,77). Sum of RGB (Red+Green+Blue) = 142+65+77=284 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 142 - color contains mainly: red. Hex color #8E414D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E414D is #71BEB2. Grayscale: #595959. Windows color (decimal): -7454387 or 5063054. OLE color: 5063054.

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

Color convert

RGB1426577-
CMYK00.540.460.44
HSL350.65º37.2%40.59%-
HSV(B)350.65º54.23%55.69%-
XYZ14.3910.078.21-
YUV89.39121.01165.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50%
GREEN value IS 65 (25.78% from 255) = 22.89%
BLUE value IS 77 (30.47% from 255) = 27.11%
R=50%
G=22.89%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142657700.540.460.44350.6537.240.59
Hex8E414D0362E2C15f2529
Octal21610111506656545374551
Binary10001110100000110011010110110101110101100101011111100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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