#8E4771

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

Shades of Cannon Pink #8E4771

Tints of Cannon Pink #8E4771

Color information

#8E4771 (or 0x8E4771) is unknown color: approx Cannon Pink. HEX triplet: 8E, 47 and 71. RGB value is (142,71,113). Sum of RGB (Red+Green+Blue) = 142+71+113=326 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.56% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4771 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4771 is #71B88E. Grayscale: #606060. Windows color (decimal): -7452815 or 7423886. OLE color: 7423886.

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

Color convert

RGB14271113-
CMYK00.50.200.44
HSL324.51º33.33%41.76%-
HSV(B)324.51º50%55.69%-
XYZ16.3911.4516.97-
YUV97.02137.02160.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.56%
GREEN value IS 71 (28.12% from 255) = 21.78%
BLUE value IS 113 (44.53% from 255) = 34.66%
R=43.56%
G=21.78%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427111300.50.200.44324.5133.3341.76
Hex8E4771032142C145212a
Octal21610716106224545054152
Binary1000111010001111110001011001010100101100101000101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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