#8E476E

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

Shades of Cannon Pink #8E476E

Tints of Cannon Pink #8E476E

Color information

#8E476E (or 0x8E476E) is unknown color: approx Cannon Pink. HEX triplet: 8E, 47 and 6E. RGB value is (142,71,110). Sum of RGB (Red+Green+Blue) = 142+71+110=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 142 - color contains mainly: red. Hex color #8E476E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E476E is #71B891. Grayscale: #606060. Windows color (decimal): -7452818 or 7227278. OLE color: 7227278.

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

Color convert

RGB14271110-
CMYK00.50.230.44
HSL327.04º33.33%41.76%-
HSV(B)327.04º50%55.69%-
XYZ16.2211.3816.09-
YUV96.68135.52160.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.96%
GREEN value IS 71 (28.12% from 255) = 21.98%
BLUE value IS 110 (43.36% from 255) = 34.06%
R=43.96%
G=21.98%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427111000.50.230.44327.0433.3341.76
Hex8E476E032172C147212a
Octal21610715606227545074152
Binary1000111010001111101110011001010111101100101000111100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E476E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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