#8E5170

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

Shades of Cannon Pink #8E5170

Tints of Cannon Pink #8E5170

Color information

#8E5170 (or 0x8E5170) is unknown color: approx Cannon Pink. HEX triplet: 8E, 51 and 70. RGB value is (142,81,112). Sum of RGB (Red+Green+Blue) = 142+81+112=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5170 is #71AE8F. Grayscale: #666666. Windows color (decimal): -7450256 or 7360910. OLE color: 7360910.

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

Color convert

RGB14281112-
CMYK00.430.210.44
HSL329.51º27.35%43.73%-
HSV(B)329.51º42.96%55.69%-
XYZ17.0212.8116.9-
YUV102.77133.21155.98-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.39%
GREEN value IS 81 (32.03% from 255) = 24.18%
BLUE value IS 112 (44.14% from 255) = 33.43%
R=42.39%
G=24.18%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428111200.430.210.44329.5127.3543.73
Hex8E517002B152C14a1b2c
Octal21612116005325545123354
Binary100011101010001111000001010111010110110010100101011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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