#8E4F62

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

Shades of Cannon Pink #8E4F62

Tints of Cannon Pink #8E4F62

Color information

#8E4F62 (or 0x8E4F62) is unknown color: approx Cannon Pink. HEX triplet: 8E, 4F and 62. RGB value is (142,79,98). Sum of RGB (Red+Green+Blue) = 142+79+98=319 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.51% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E4F62 is #71B09D. Grayscale: #636363. Windows color (decimal): -7450782 or 6442894. OLE color: 6442894.

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

Color convert

RGB1427998-
CMYK00.440.310.44
HSL341.9º28.51%43.33%-
HSV(B)341.9º44.37%55.69%-
XYZ16.1612.2213.06-
YUV100126.87157.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.51%
GREEN value IS 79 (31.25% from 255) = 24.76%
BLUE value IS 98 (38.67% from 255) = 30.72%
R=44.51%
G=24.76%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142799800.440.310.44341.928.5143.33
Hex8E4F6202C1F2C1561d2b
Octal21611714205437545263553
Binary100011101001111110001001011001111110110010101011011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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