#8E5254

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

Shades of Solid Pink #8E5254

Tints of Solid Pink #8E5254

Color information

#8E5254 (or 0x8E5254) is unknown color: approx Solid Pink. HEX triplet: 8E, 52 and 54. RGB value is (142,82,84). Sum of RGB (Red+Green+Blue) = 142+82+84=308 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.10% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 84 (33.20% from 255 or 27.27% from 308); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5254 is #71ADAB. Grayscale: #646464. Windows color (decimal): -7450028 or 5526158. OLE color: 5526158.

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

Color convert

RGB1428284-
CMYK00.420.410.44
HSL358º26.79%43.92%-
HSV(B)358º42.25%55.69%-
XYZ15.7712.439.95-
YUV100.17118.88157.84-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.10%
GREEN value IS 82 (32.42% from 255) = 26.62%
BLUE value IS 84 (33.20% from 255) = 27.27%
R=46.10%
G=26.62%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142828400.420.410.4435826.7943.92
Hex8E525402A292C1661b2c
Octal21612212405251545463354
Binary1000111010100101010100010101010100110110010110011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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