#8E5271

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

Shades of Cannon Pink #8E5271

Tints of Cannon Pink #8E5271

Color information

#8E5271 (or 0x8E5271) is unknown color: approx Cannon Pink. HEX triplet: 8E, 52 and 71. RGB value is (142,82,113). Sum of RGB (Red+Green+Blue) = 142+82+113=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5271 is #71AD8E. Grayscale: #676767. Windows color (decimal): -7449999 or 7426702. OLE color: 7426702.

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

Color convert

RGB14282113-
CMYK00.420.200.44
HSL329º26.79%43.92%-
HSV(B)329º42.25%55.69%-
XYZ17.1512.9817.22-
YUV103.47133.38155.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.14%
GREEN value IS 82 (32.42% from 255) = 24.33%
BLUE value IS 113 (44.53% from 255) = 33.53%
R=42.14%
G=24.33%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428211300.420.200.4432926.7943.92
Hex8E527102A142C1491b2c
Octal21612216105224545113354
Binary100011101010010111000101010101010010110010100100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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