#8E5152

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

Shades of Solid Pink #8E5152

Tints of Solid Pink #8E5152

Color information

#8E5152 (or 0x8E5152) is unknown color: approx Solid Pink. HEX triplet: 8E, 51 and 52. RGB value is (142,81,82). Sum of RGB (Red+Green+Blue) = 142+81+82=305 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.56% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5152 is #71AEAD. Grayscale: #636363. Windows color (decimal): -7450286 or 5394830. OLE color: 5394830.

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

Color convert

RGB1428182-
CMYK00.430.420.44
HSL359.02º27.35%43.73%-
HSV(B)359.02º42.96%55.69%-
XYZ15.6212.249.52-
YUV99.35118.21158.42-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.56%
GREEN value IS 81 (32.03% from 255) = 26.56%
BLUE value IS 82 (32.42% from 255) = 26.89%
R=46.56%
G=26.56%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142818200.430.420.44359.0227.3543.73
Hex8E515202B2A2C1671b2c
Octal21612112205352545473354
Binary1000111010100011010010010101110101010110010110011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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