#8E4672

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

Shades of Cannon Pink #8E4672

Tints of Cannon Pink #8E4672

Color information

#8E4672 (or 0x8E4672) is unknown color: approx Cannon Pink. HEX triplet: 8E, 46 and 72. RGB value is (142,70,114). Sum of RGB (Red+Green+Blue) = 142+70+114=326 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.56% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4672 is #71B98D. Grayscale: #606060. Windows color (decimal): -7453070 or 7489166. OLE color: 7489166.

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

Color convert

RGB14270114-
CMYK00.510.200.44
HSL323.33º33.96%41.57%-
HSV(B)323.33º50.7%55.69%-
XYZ16.3811.3517.25-
YUV96.54137.85160.42-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.56%
GREEN value IS 70 (27.73% from 255) = 21.47%
BLUE value IS 114 (44.92% from 255) = 34.97%
R=43.56%
G=21.47%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427011400.510.200.44323.3333.9641.57
Hex8E4672033142C143222a
Octal21610616206324545034252
Binary1000111010001101110010011001110100101100101000011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,70,114); }

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

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

 a { background-color: rgb(142,70,114); }

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

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

 span { border-color: rgb(142,70,114); }

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