#8E5053

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

Shades of Solid Pink #8E5053

Tints of Solid Pink #8E5053

Color information

#8E5053 (or 0x8E5053) is unknown color: approx Solid Pink. HEX triplet: 8E, 50 and 53. RGB value is (142,80,83). Sum of RGB (Red+Green+Blue) = 142+80+83=305 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.56% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 83 (32.81% from 255 or 27.21% from 305); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5053 is #71AFAC. Grayscale: #626262. Windows color (decimal): -7450541 or 5460110. OLE color: 5460110.

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

Color convert

RGB1428083-
CMYK00.440.420.44
HSL357.1º27.93%43.53%-
HSV(B)357.1º43.66%55.69%-
XYZ15.5912.119.7-
YUV98.88119.04158.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.56%
GREEN value IS 80 (31.64% from 255) = 26.23%
BLUE value IS 83 (32.81% from 255) = 27.21%
R=46.56%
G=26.23%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142808300.440.420.44357.127.9343.53
Hex8E505302C2A2C1651c2c
Octal21612012305452545453454
Binary1000111010100001010011010110010101010110010110010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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