#8E464D

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

Shades of Solid Pink #8E464D

Tints of Solid Pink #8E464D

Color information

#8E464D (or 0x8E464D) is unknown color: approx Solid Pink. HEX triplet: 8E, 46 and 4D. RGB value is (142,70,77). Sum of RGB (Red+Green+Blue) = 142+70+77=289 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.13% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 142 - color contains mainly: red. Hex color #8E464D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E464D is #71B9B2. Grayscale: #5C5C5C. Windows color (decimal): -7453107 or 5064334. OLE color: 5064334.

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

Color convert

RGB1427077-
CMYK00.510.460.44
HSL354.17º33.96%41.57%-
HSV(B)354.17º50.7%55.69%-
XYZ14.6910.678.31-
YUV92.33119.35163.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.13%
GREEN value IS 70 (27.73% from 255) = 24.22%
BLUE value IS 77 (30.47% from 255) = 26.64%
R=49.13%
G=24.22%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142707700.510.460.44354.1733.9641.57
Hex8E464D0332E2C162222a
Octal21610611506356545424252
Binary10001110100011010011010110011101110101100101100010100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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