#8E5466

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

Shades of Cannon Pink #8E5466

Tints of Cannon Pink #8E5466

Color information

#8E5466 (or 0x8E5466) is unknown color: approx Cannon Pink. HEX triplet: 8E, 54 and 66. RGB value is (142,84,102). Sum of RGB (Red+Green+Blue) = 142+84+102=328 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.29% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5466 is #71AB99. Grayscale: #676767. Windows color (decimal): -7449498 or 6706318. OLE color: 6706318.

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

Color convert

RGB14284102-
CMYK00.410.280.44
HSL341.38º25.66%44.31%-
HSV(B)341.38º40.85%55.69%-
XYZ16.7213.0514.21-
YUV103.39127.22155.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.29%
GREEN value IS 84 (33.20% from 255) = 25.61%
BLUE value IS 102 (40.23% from 255) = 31.10%
R=43.29%
G=25.61%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428410200.410.280.44341.3825.6644.31
Hex8E54660291C2C1551a2c
Octal21612414605134545253254
Binary100011101010100110011001010011110010110010101010111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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