#8E4145

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

Shades of Solid Pink #8E4145

Tints of Solid Pink #8E4145

Color information

#8E4145 (or 0x8E4145) is unknown color: approx Solid Pink. HEX triplet: 8E, 41 and 45. RGB value is (142,65,69). Sum of RGB (Red+Green+Blue) = 142+65+69=276 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.45% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4145 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4145 is #71BEBA. Grayscale: #585858. Windows color (decimal): -7454395 or 4538766. OLE color: 4538766.

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

Color convert

RGB1426569-
CMYK00.540.510.44
HSL356.88º37.2%40.59%-
HSV(B)356.88º54.23%55.69%-
XYZ14.129.966.81-
YUV88.48117.01166.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.45%
GREEN value IS 65 (25.78% from 255) = 23.55%
BLUE value IS 69 (27.34% from 255) = 25%
R=51.45%
G=23.55%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142656900.540.510.44356.8837.240.59
Hex8E4145036332C1652529
Octal21610110506663545454551
Binary10001110100000110001010110110110011101100101100101100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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