#8E4B59

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

Shades of Cannon Pink #8E4B59

Tints of Cannon Pink #8E4B59

Color information

#8E4B59 (or 0x8E4B59) is unknown color: approx Cannon Pink. HEX triplet: 8E, 4B and 59. RGB value is (142,75,89). Sum of RGB (Red+Green+Blue) = 142+75+89=306 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.41% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 89 (35.16% from 255 or 29.08% from 306); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4B59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4B59 is #71B4A6. Grayscale: #606060. Windows color (decimal): -7451815 or 5852046. OLE color: 5852046.

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

Color convert

RGB1427589-
CMYK00.470.370.44
HSL347.46º30.88%42.55%-
HSV(B)347.46º47.18%55.69%-
XYZ15.4711.510.86-
YUV96.63123.7160.36-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.41%
GREEN value IS 75 (29.69% from 255) = 24.51%
BLUE value IS 89 (35.16% from 255) = 29.08%
R=46.41%
G=24.51%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142758900.470.370.44347.4630.8842.55
Hex8E4B5902F252C15b1f2b
Octal21611313105745545333753
Binary1000111010010111011001010111110010110110010101101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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