#8E4246

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

Shades of Solid Pink #8E4246

Tints of Solid Pink #8E4246

Color information

#8E4246 (or 0x8E4246) is unknown color: approx Solid Pink. HEX triplet: 8E, 42 and 46. RGB value is (142,66,70). Sum of RGB (Red+Green+Blue) = 142+66+70=278 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.08% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4246 is #71BDB9. Grayscale: #595959. Windows color (decimal): -7454138 or 4604558. OLE color: 4604558.

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

Color convert

RGB1426670-
CMYK00.540.510.44
HSL356.84º36.54%40.78%-
HSV(B)356.84º53.52%55.69%-
XYZ14.2110.096.99-
YUV89.18117.18165.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.08%
GREEN value IS 66 (26.17% from 255) = 23.74%
BLUE value IS 70 (27.73% from 255) = 25.18%
R=51.08%
G=23.74%
B=25.18%

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
Decimal142667000.540.510.44356.8436.5440.78
Hex8E4246036332C1652529
Octal21610210606663545454551
Binary10001110100001010001100110110110011101100101100101100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,66,70); }

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

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

 a { background-color: rgb(142,66,70); }

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

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

 span { border-color: rgb(142,66,70); }

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