#8E5573

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

Shades of Cannon Pink #8E5573

Tints of Cannon Pink #8E5573

Color information

#8E5573 (or 0x8E5573) is unknown color: approx Cannon Pink. HEX triplet: 8E, 55 and 73. RGB value is (142,85,115). Sum of RGB (Red+Green+Blue) = 142+85+115=342 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.52% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5573 is #71AA8C. Grayscale: #696969. Windows color (decimal): -7449229 or 7558542. OLE color: 7558542.

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

Color convert

RGB14285115-
CMYK00.400.190.44
HSL328.42º25.11%44.51%-
HSV(B)328.42º40.14%55.69%-
XYZ17.513.4917.9-
YUV105.46133.38154.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.52%
GREEN value IS 85 (33.59% from 255) = 24.85%
BLUE value IS 115 (45.31% from 255) = 33.63%
R=41.52%
G=24.85%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428511500.400.190.44328.4225.1144.51
Hex8E5573028132C148192d
Octal21612516305023545103155
Binary100011101010101111001101010001001110110010100100011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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