#8E454C

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

Shades of Solid Pink #8E454C

Tints of Solid Pink #8E454C

Color information

#8E454C (or 0x8E454C) is unknown color: approx Solid Pink. HEX triplet: 8E, 45 and 4C. RGB value is (142,69,76). Sum of RGB (Red+Green+Blue) = 142+69+76=287 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.48% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 142 - color contains mainly: red. Hex color #8E454C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E454C is #71BAB3. Grayscale: #5B5B5B. Windows color (decimal): -7453364 or 4998542. OLE color: 4998542.

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

Color convert

RGB1426976-
CMYK00.510.460.44
HSL354.25º34.6%41.37%-
HSV(B)354.25º51.41%55.69%-
XYZ14.5910.538.1-
YUV91.62119.18163.93-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.48%
GREEN value IS 69 (27.34% from 255) = 24.04%
BLUE value IS 76 (30.08% from 255) = 26.48%
R=49.48%
G=24.04%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142697600.510.460.44354.2534.641.37
Hex8E454C0332E2C1622329
Octal21610511406356545424351
Binary10001110100010110011000110011101110101100101100010100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E454C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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