#8E454D

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

Shades of Solid Pink #8E454D

Tints of Solid Pink #8E454D

Color information

#8E454D (or 0x8E454D) is unknown color: approx Solid Pink. HEX triplet: 8E, 45 and 4D. RGB value is (142,69,77). Sum of RGB (Red+Green+Blue) = 142+69+77=288 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.31% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 142 - color contains mainly: red. Hex color #8E454D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E454D is #71BAB2. Grayscale: #5B5B5B. Windows color (decimal): -7453363 or 5064078. OLE color: 5064078.

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

Color convert

RGB1426977-
CMYK00.510.460.44
HSL353.42º34.6%41.37%-
HSV(B)353.42º51.41%55.69%-
XYZ14.6210.548.29-
YUV91.74119.68163.85-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.31%
GREEN value IS 69 (27.34% from 255) = 23.96%
BLUE value IS 77 (30.47% from 255) = 26.74%
R=49.31%
G=23.96%
B=26.74%

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
Decimal142697700.510.460.44353.4234.641.37
Hex8E454D0332E2C1612329
Octal21610511506356545414351
Binary10001110100010110011010110011101110101100101100001100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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