#8E4F52

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

Shades of Solid Pink #8E4F52

Tints of Solid Pink #8E4F52

Color information

#8E4F52 (or 0x8E4F52) is unknown color: approx Solid Pink. HEX triplet: 8E, 4F and 52. RGB value is (142,79,82). Sum of RGB (Red+Green+Blue) = 142+79+82=303 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.86% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E4F52 is #71B0AD. Grayscale: #626262. Windows color (decimal): -7450798 or 5394318. OLE color: 5394318.

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

Color convert

RGB1427982-
CMYK00.440.420.44
HSL357.14º28.51%43.33%-
HSV(B)357.14º44.37%55.69%-
XYZ15.4711.959.47-
YUV98.18118.87159.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.86%
GREEN value IS 79 (31.25% from 255) = 26.07%
BLUE value IS 82 (32.42% from 255) = 27.06%
R=46.86%
G=26.07%
B=27.06%

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
Decimal142798200.440.420.44357.1428.5143.33
Hex8E4F5202C2A2C1651d2b
Octal21611712205452545453553
Binary1000111010011111010010010110010101010110010110010111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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