#8E454A

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

Shades of Solid Pink #8E454A

Tints of Solid Pink #8E454A

Color information

#8E454A (or 0x8E454A) is unknown color: approx Solid Pink. HEX triplet: 8E, 45 and 4A. RGB value is (142,69,74). Sum of RGB (Red+Green+Blue) = 142+69+74=285 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.82% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 142 - color contains mainly: red. Hex color #8E454A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E454A is #71BAB5. Grayscale: #5B5B5B. Windows color (decimal): -7453366 or 4867470. OLE color: 4867470.

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

Color convert

RGB1426974-
CMYK00.510.480.44
HSL355.89º34.6%41.37%-
HSV(B)355.89º51.41%55.69%-
XYZ14.5210.57.74-
YUV91.4118.18164.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.82%
GREEN value IS 69 (27.34% from 255) = 24.21%
BLUE value IS 74 (29.30% from 255) = 25.96%
R=49.82%
G=24.21%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142697400.510.480.44355.8934.641.37
Hex8E454A033302C1642329
Octal21610511206360545444351
Binary10001110100010110010100110011110000101100101100100100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E454A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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