#8E4566

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

Shades of Cannon Pink #8E4566

Tints of Cannon Pink #8E4566

Color information

#8E4566 (or 0x8E4566) is unknown color: approx Cannon Pink. HEX triplet: 8E, 45 and 66. RGB value is (142,69,102). Sum of RGB (Red+Green+Blue) = 142+69+102=313 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.37% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4566 is #71BA99. Grayscale: #5E5E5E. Windows color (decimal): -7453338 or 6702478. OLE color: 6702478.

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

Color convert

RGB14269102-
CMYK00.510.280.44
HSL332.88º34.6%41.37%-
HSV(B)332.88º51.41%55.69%-
XYZ15.6810.9713.86-
YUV94.59132.18161.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.37%
GREEN value IS 69 (27.34% from 255) = 22.04%
BLUE value IS 102 (40.23% from 255) = 32.59%
R=45.37%
G=22.04%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426910200.510.280.44332.8834.641.37
Hex8E45660331C2C14d2329
Octal21610514606334545154351
Binary1000111010001011100110011001111100101100101001101100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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