#8E414C

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

Shades of Solid Pink #8E414C

Tints of Solid Pink #8E414C

Color information

#8E414C (or 0x8E414C) is unknown color: approx Solid Pink. HEX triplet: 8E, 41 and 4C. RGB value is (142,65,76). Sum of RGB (Red+Green+Blue) = 142+65+76=283 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.18% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 142 - color contains mainly: red. Hex color #8E414C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E414C is #71BEB3. Grayscale: #595959. Windows color (decimal): -7454388 or 4997518. OLE color: 4997518.

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

Color convert

RGB1426576-
CMYK00.540.460.44
HSL351.43º37.2%40.59%-
HSV(B)351.43º54.23%55.69%-
XYZ14.3510.058.02-
YUV89.28120.51165.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.18%
GREEN value IS 65 (25.78% from 255) = 22.97%
BLUE value IS 76 (30.08% from 255) = 26.86%
R=50.18%
G=22.97%
B=26.86%

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
Decimal142657600.540.460.44351.4337.240.59
Hex8E414C0362E2C15f2529
Octal21610111406656545374551
Binary10001110100000110011000110110101110101100101011111100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E414C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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