#8E4A63

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

Shades of Cannon Pink #8E4A63

Tints of Cannon Pink #8E4A63

Color information

#8E4A63 (or 0x8E4A63) is unknown color: approx Cannon Pink. HEX triplet: 8E, 4A and 63. RGB value is (142,74,99). Sum of RGB (Red+Green+Blue) = 142+74+99=315 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.08% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4A63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4A63 is #71B59C. Grayscale: #616161. Windows color (decimal): -7452061 or 6507150. OLE color: 6507150.

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

Color convert

RGB1427499-
CMYK00.480.300.44
HSL337.94º31.48%42.35%-
HSV(B)337.94º47.89%55.69%-
XYZ15.8611.5513.2-
YUV97.18129.03159.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.08%
GREEN value IS 74 (29.30% from 255) = 23.49%
BLUE value IS 99 (39.06% from 255) = 31.43%
R=45.08%
G=23.49%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142749900.480.300.44337.9431.4842.35
Hex8E4A630301E2C1521f2a
Octal21611214306036545223752
Binary100011101001010110001101100001111010110010101001011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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