#8E4F51

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

Shades of Solid Pink #8E4F51

Tints of Solid Pink #8E4F51

Color information

#8E4F51 (or 0x8E4F51) is unknown color: approx Solid Pink. HEX triplet: 8E, 4F and 51. RGB value is (142,79,81). Sum of RGB (Red+Green+Blue) = 142+79+81=302 (40% of max value = 765). Red value is 142 (55.86% from 255 or 47.02% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 81 (32.03% from 255 or 26.82% from 302); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E4F51 is #71B0AE. Grayscale: #626262. Windows color (decimal): -7450799 or 5328782. OLE color: 5328782.

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

Color convert

RGB1427981-
CMYK00.440.430.44
HSL358.1º28.51%43.33%-
HSV(B)358.1º44.37%55.69%-
XYZ15.4411.949.28-
YUV98.06118.37159.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.02%
GREEN value IS 79 (31.25% from 255) = 26.16%
BLUE value IS 81 (32.03% from 255) = 26.82%
R=47.02%
G=26.16%
B=26.82%

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
Decimal142798100.440.430.44358.128.5143.33
Hex8E4F5102C2B2C1661d2b
Octal21611712105453545463553
Binary1000111010011111010001010110010101110110010110011011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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