#8E5051

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

Shades of Solid Pink #8E5051

Tints of Solid Pink #8E5051

Color information

#8E5051 (or 0x8E5051) is unknown color: approx Solid Pink. HEX triplet: 8E, 50 and 51. RGB value is (142,80,81). Sum of RGB (Red+Green+Blue) = 142+80+81=303 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.86% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5051 is #71AFAE. Grayscale: #626262. Windows color (decimal): -7450543 or 5329038. OLE color: 5329038.

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

Color convert

RGB1428081-
CMYK00.440.430.44
HSL359.03º27.93%43.53%-
HSV(B)359.03º43.66%55.69%-
XYZ15.5112.089.3-
YUV98.65118.04158.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.86%
GREEN value IS 80 (31.64% from 255) = 26.40%
BLUE value IS 81 (32.03% from 255) = 26.73%
R=46.86%
G=26.40%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142808100.440.430.44359.0327.9343.53
Hex8E505102C2B2C1671c2c
Octal21612012105453545473454
Binary1000111010100001010001010110010101110110010110011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,80,81); }

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

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

 a { background-color: rgb(142,80,81); }

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

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

 span { border-color: rgb(142,80,81); }

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