#8E4773

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

Shades of Cannon Pink #8E4773

Tints of Cannon Pink #8E4773

Color information

#8E4773 (or 0x8E4773) is unknown color: approx Cannon Pink. HEX triplet: 8E, 47 and 73. RGB value is (142,71,115). Sum of RGB (Red+Green+Blue) = 142+71+115=328 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.29% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4773 is #71B88C. Grayscale: #616161. Windows color (decimal): -7452813 or 7554958. OLE color: 7554958.

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

Color convert

RGB14271115-
CMYK00.50.190.44
HSL322.82º33.33%41.76%-
HSV(B)322.82º50%55.69%-
XYZ16.511.517.57-
YUV97.24138.02159.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.29%
GREEN value IS 71 (28.12% from 255) = 21.65%
BLUE value IS 115 (45.31% from 255) = 35.06%
R=43.29%
G=21.65%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427111500.50.190.44322.8233.3341.76
Hex8E4773032132C143212a
Octal21610716306223545034152
Binary1000111010001111110011011001010011101100101000011100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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