#8E5173

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

Shades of Cannon Pink #8E5173

Tints of Cannon Pink #8E5173

Color information

#8E5173 (or 0x8E5173) is unknown color: approx Cannon Pink. HEX triplet: 8E, 51 and 73. RGB value is (142,81,115). Sum of RGB (Red+Green+Blue) = 142+81+115=338 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.01% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5173 is #71AE8C. Grayscale: #676767. Windows color (decimal): -7450253 or 7557518. OLE color: 7557518.

HSL color Cylindrical-coordinate representation of color #8E5173: hue angle of 326.56º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E5173 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB14281115-
CMYK00.430.190.44
HSL326.56º27.35%43.73%-
HSV(B)326.56º42.96%55.69%-
XYZ17.1912.8717.8-
YUV103.12134.71155.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.01%
GREEN value IS 81 (32.03% from 255) = 23.96%
BLUE value IS 115 (45.31% from 255) = 34.02%
R=42.01%
G=23.96%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428111500.430.190.44326.5627.3543.73
Hex8E517302B132C1471b2c
Octal21612116305323545073354
Binary100011101010001111001101010111001110110010100011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,81,115); }

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

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

 a { background-color: rgb(142,81,115); }

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

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

 span { border-color: rgb(142,81,115); }

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