#8E4D68

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

Shades of Cannon Pink #8E4D68

Tints of Cannon Pink #8E4D68

Color information

#8E4D68 (or 0x8E4D68) is unknown color: approx Cannon Pink. HEX triplet: 8E, 4D and 68. RGB value is (142,77,104). Sum of RGB (Red+Green+Blue) = 142+77+104=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E4D68 is #71B297. Grayscale: #636363. Windows color (decimal): -7451288 or 6835598. OLE color: 6835598.

HSL color Cylindrical-coordinate representation of color #8E4D68: hue angle of 335.08º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8E4D68 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB14277104-
CMYK00.460.270.44
HSL335.08º29.68%42.94%-
HSV(B)335.08º45.77%55.69%-
XYZ16.3112.0614.56-
YUV99.51130.53158.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.96%
GREEN value IS 77 (30.47% from 255) = 23.84%
BLUE value IS 104 (41.02% from 255) = 32.20%
R=43.96%
G=23.84%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427710400.460.270.44335.0829.6842.94
Hex8E4D6802E1B2C14f1e2b
Octal21611515005633545173653
Binary100011101001101110100001011101101110110010100111111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,77,104); }

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

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

 a { background-color: rgb(142,77,104); }

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

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

 span { border-color: rgb(142,77,104); }

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