#8E4373

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

Shades of Cannon Pink #8E4373

Tints of Cannon Pink #8E4373

Color information

#8E4373 (or 0x8E4373) is unknown color: approx Cannon Pink. HEX triplet: 8E, 43 and 73. RGB value is (142,67,115). Sum of RGB (Red+Green+Blue) = 142+67+115=324 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.83% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4373 is #71BC8C. Grayscale: #5E5E5E. Windows color (decimal): -7453837 or 7553934. OLE color: 7553934.

HSL color Cylindrical-coordinate representation of color #8E4373: hue angle of 321.6º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8E4373 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB14267115-
CMYK00.530.190.44
HSL321.6º35.89%40.98%-
HSV(B)321.6º52.82%55.69%-
XYZ16.261117.49-
YUV94.9139.35161.6-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.83%
GREEN value IS 67 (26.56% from 255) = 20.68%
BLUE value IS 115 (45.31% from 255) = 35.49%
R=43.83%
G=20.68%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426711500.530.190.44321.635.8940.98
Hex8E4373035132C1422429
Octal21610316306523545024451
Binary1000111010000111110011011010110011101100101000010100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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