#8E4B63

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

Shades of Cannon Pink #8E4B63

Tints of Cannon Pink #8E4B63

Color information

#8E4B63 (or 0x8E4B63) is unknown color: approx Cannon Pink. HEX triplet: 8E, 4B and 63. RGB value is (142,75,99). Sum of RGB (Red+Green+Blue) = 142+75+99=316 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.94% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4B63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4B63 is #71B49C. Grayscale: #616161. Windows color (decimal): -7451805 or 6507406. OLE color: 6507406.

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

Color convert

RGB1427599-
CMYK00.470.300.44
HSL338.51º30.88%42.55%-
HSV(B)338.51º47.18%55.69%-
XYZ15.9211.6813.22-
YUV97.77128.7159.55-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.94%
GREEN value IS 75 (29.69% from 255) = 23.73%
BLUE value IS 99 (39.06% from 255) = 31.33%
R=44.94%
G=23.73%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142759900.470.300.44338.5130.8842.55
Hex8E4B6302F1E2C1531f2b
Octal21611314305736545233753
Binary100011101001011110001101011111111010110010101001111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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