#8E4971

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

Shades of Cannon Pink #8E4971

Tints of Cannon Pink #8E4971

Color information

#8E4971 (or 0x8E4971) is unknown color: approx Cannon Pink. HEX triplet: 8E, 49 and 71. RGB value is (142,73,113). Sum of RGB (Red+Green+Blue) = 142+73+113=328 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.29% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4971 is #71B68E. Grayscale: #626262. Windows color (decimal): -7452303 or 7424398. OLE color: 7424398.

HSL color Cylindrical-coordinate representation of color #8E4971: hue angle of 325.22º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8E4971 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB14273113-
CMYK00.490.200.44
HSL325.22º32.09%42.16%-
HSV(B)325.22º48.59%55.69%-
XYZ16.5211.7117.01-
YUV98.19136.36159.25-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.29%
GREEN value IS 73 (28.91% from 255) = 22.26%
BLUE value IS 113 (44.53% from 255) = 34.45%
R=43.29%
G=22.26%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427311300.490.200.44325.2232.0942.16
Hex8E4971031142C145202a
Octal21611116106124545054052
Binary1000111010010011110001011000110100101100101000101100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,73,113); }

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

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

 a { background-color: rgb(142,73,113); }

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

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

 span { border-color: rgb(142,73,113); }

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