#8E4C52

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

Shades of Solid Pink #8E4C52

Tints of Solid Pink #8E4C52

Color information

#8E4C52 (or 0x8E4C52) is unknown color: approx Solid Pink. HEX triplet: 8E, 4C and 52. RGB value is (142,76,82). Sum of RGB (Red+Green+Blue) = 142+76+82=300 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.33% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4C52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4C52 is #71B3AD. Grayscale: #606060. Windows color (decimal): -7451566 or 5393550. OLE color: 5393550.

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

Color convert

RGB1427682-
CMYK00.460.420.44
HSL354.55º30.28%42.75%-
HSV(B)354.55º46.48%55.69%-
XYZ15.2611.539.4-
YUV96.42119.87160.51-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.33%
GREEN value IS 76 (30.08% from 255) = 25.33%
BLUE value IS 82 (32.42% from 255) = 27.33%
R=47.33%
G=25.33%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142768200.460.420.44354.5530.2842.75
Hex8E4C5202E2A2C1631e2b
Octal21611412205652545433653
Binary1000111010011001010010010111010101010110010110001111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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