#8E4D62

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

Shades of Cannon Pink #8E4D62

Tints of Cannon Pink #8E4D62

Color information

#8E4D62 (or 0x8E4D62) is unknown color: approx Cannon Pink. HEX triplet: 8E, 4D and 62. RGB value is (142,77,98). Sum of RGB (Red+Green+Blue) = 142+77+98=317 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.79% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E4D62 is #71B29D. Grayscale: #626262. Windows color (decimal): -7451294 or 6442382. OLE color: 6442382.

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

Color convert

RGB1427798-
CMYK00.460.310.44
HSL340.62º29.68%42.94%-
HSV(B)340.62º45.77%55.69%-
XYZ16.0111.9413.02-
YUV98.83127.53158.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.79%
GREEN value IS 77 (30.47% from 255) = 24.29%
BLUE value IS 98 (38.67% from 255) = 30.91%
R=44.79%
G=24.29%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142779800.460.310.44340.6229.6842.94
Hex8E4D6202E1F2C1551e2b
Octal21611514205637545253653
Binary100011101001101110001001011101111110110010101010111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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