#8E464B

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

Shades of Solid Pink #8E464B

Tints of Solid Pink #8E464B

Color information

#8E464B (or 0x8E464B) is unknown color: approx Solid Pink. HEX triplet: 8E, 46 and 4B. RGB value is (142,70,75). Sum of RGB (Red+Green+Blue) = 142+70+75=287 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.48% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 142 - color contains mainly: red. Hex color #8E464B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E464B is #71B9B4. Grayscale: #5C5C5C. Windows color (decimal): -7453109 or 4933262. OLE color: 4933262.

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

Color convert

RGB1427075-
CMYK00.510.470.44
HSL355.83º33.96%41.57%-
HSV(B)355.83º50.7%55.69%-
XYZ14.6210.647.94-
YUV92.1118.35163.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.48%
GREEN value IS 70 (27.73% from 255) = 24.39%
BLUE value IS 75 (29.69% from 255) = 26.13%
R=49.48%
G=24.39%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142707500.510.470.44355.8333.9641.57
Hex8E464B0332F2C164222a
Octal21610611306357545444252
Binary10001110100011010010110110011101111101100101100100100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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