#8E5473

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

Shades of Cannon Pink #8E5473

Tints of Cannon Pink #8E5473

Color information

#8E5473 (or 0x8E5473) is unknown color: approx Cannon Pink. HEX triplet: 8E, 54 and 73. RGB value is (142,84,115). Sum of RGB (Red+Green+Blue) = 142+84+115=341 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.64% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5473 is #71AB8C. Grayscale: #686868. Windows color (decimal): -7449485 or 7558286. OLE color: 7558286.

HSL color Cylindrical-coordinate representation of color #8E5473: hue angle of 327.93º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8E5473 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB14284115-
CMYK00.410.190.44
HSL327.93º25.66%44.31%-
HSV(B)327.93º40.85%55.69%-
XYZ17.4213.3317.87-
YUV104.88133.72154.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.64%
GREEN value IS 84 (33.20% from 255) = 24.63%
BLUE value IS 115 (45.31% from 255) = 33.72%
R=41.64%
G=24.63%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428411500.410.190.44327.9325.6644.31
Hex8E5473029132C1481a2c
Octal21612416305123545103254
Binary100011101010100111001101010011001110110010100100011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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