#8E4F71

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

Shades of Cannon Pink #8E4F71

Tints of Cannon Pink #8E4F71

Color information

#8E4F71 (or 0x8E4F71) is unknown color: approx Cannon Pink. HEX triplet: 8E, 4F and 71. RGB value is (142,79,113). Sum of RGB (Red+Green+Blue) = 142+79+113=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E4F71 is #71B08E. Grayscale: #656565. Windows color (decimal): -7450767 or 7425934. OLE color: 7425934.

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

Color convert

RGB14279113-
CMYK00.440.200.44
HSL327.62º28.51%43.33%-
HSV(B)327.62º44.37%55.69%-
XYZ16.9312.5417.15-
YUV101.71134.37156.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.51%
GREEN value IS 79 (31.25% from 255) = 23.65%
BLUE value IS 113 (44.53% from 255) = 33.83%
R=42.51%
G=23.65%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427911300.440.200.44327.6228.5143.33
Hex8E4F7102C142C1481d2b
Octal21611716105424545103553
Binary100011101001111111000101011001010010110010100100011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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