#8E4F73

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

Shades of Cannon Pink #8E4F73

Tints of Cannon Pink #8E4F73

Color information

#8E4F73 (or 0x8E4F73) is unknown color: approx Cannon Pink. HEX triplet: 8E, 4F and 73. RGB value is (142,79,115). Sum of RGB (Red+Green+Blue) = 142+79+115=336 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.26% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E4F73 is #71B08C. Grayscale: #656565. Windows color (decimal): -7450765 or 7557006. OLE color: 7557006.

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

Color convert

RGB14279115-
CMYK00.440.190.44
HSL325.71º28.51%43.33%-
HSV(B)325.71º44.37%55.69%-
XYZ17.0512.5817.75-
YUV101.94135.37156.57-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.26%
GREEN value IS 79 (31.25% from 255) = 23.51%
BLUE value IS 115 (45.31% from 255) = 34.23%
R=42.26%
G=23.51%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427911500.440.190.44325.7128.5143.33
Hex8E4F7302C132C1461d2b
Octal21611716305423545063553
Binary100011101001111111001101011001001110110010100011011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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