#8E5570

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

Shades of Cannon Pink #8E5570

Tints of Cannon Pink #8E5570

Color information

#8E5570 (or 0x8E5570) is unknown color: approx Cannon Pink. HEX triplet: 8E, 55 and 70. RGB value is (142,85,112). Sum of RGB (Red+Green+Blue) = 142+85+112=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5570 is #71AA8F. Grayscale: #696969. Windows color (decimal): -7449232 or 7361934. OLE color: 7361934.

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

Color convert

RGB14285112-
CMYK00.400.210.44
HSL331.58º25.11%44.51%-
HSV(B)331.58º40.14%55.69%-
XYZ17.3313.4217.01-
YUV105.12131.88154.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.89%
GREEN value IS 85 (33.59% from 255) = 25.07%
BLUE value IS 112 (44.14% from 255) = 33.04%
R=41.89%
G=25.07%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428511200.400.210.44331.5825.1144.51
Hex8E5570028152C14c192d
Octal21612516005025545143155
Binary100011101010101111000001010001010110110010100110011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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