#8E4B6C

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

Shades of Cannon Pink #8E4B6C

Tints of Cannon Pink #8E4B6C

Color information

#8E4B6C (or 0x8E4B6C) is unknown color: approx Cannon Pink. HEX triplet: 8E, 4B and 6C. RGB value is (142,75,108). Sum of RGB (Red+Green+Blue) = 142+75+108=325 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.69% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4B6C is #71B493. Grayscale: #626262. Windows color (decimal): -7451796 or 7097230. OLE color: 7097230.

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

Color convert

RGB14275108-
CMYK00.470.240.44
HSL330.45º30.88%42.55%-
HSV(B)330.45º47.18%55.69%-
XYZ16.3811.8715.61-
YUV98.8133.2158.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.69%
GREEN value IS 75 (29.69% from 255) = 23.08%
BLUE value IS 108 (42.58% from 255) = 33.23%
R=43.69%
G=23.08%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427510800.470.240.44330.4530.8842.55
Hex8E4B6C02F182C14a1f2b
Octal21611315405730545123753
Binary100011101001011110110001011111100010110010100101011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,75,108); }

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

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

 a { background-color: rgb(142,75,108); }

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

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

 span { border-color: rgb(142,75,108); }

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