#8E4569

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

Shades of Cannon Pink #8E4569

Tints of Cannon Pink #8E4569

Color information

#8E4569 (or 0x8E4569) is unknown color: approx Cannon Pink. HEX triplet: 8E, 45 and 69. RGB value is (142,69,105). Sum of RGB (Red+Green+Blue) = 142+69+105=316 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.94% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4569 is #71BA96. Grayscale: #5E5E5E. Windows color (decimal): -7453335 or 6899086. OLE color: 6899086.

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

Color convert

RGB14269105-
CMYK00.510.260.44
HSL330.41º34.6%41.37%-
HSV(B)330.41º51.41%55.69%-
XYZ15.8311.0314.66-
YUV94.93133.68161.57-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.94%
GREEN value IS 69 (27.34% from 255) = 21.84%
BLUE value IS 105 (41.41% from 255) = 33.23%
R=44.94%
G=21.84%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426910500.510.260.44330.4134.641.37
Hex8E45690331A2C14a2329
Octal21610515106332545124351
Binary1000111010001011101001011001111010101100101001010100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,69,105); }

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

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

 a { background-color: rgb(142,69,105); }

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

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

 span { border-color: rgb(142,69,105); }

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