#8E456A

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

Shades of Cannon Pink #8E456A

Tints of Cannon Pink #8E456A

Color information

#8E456A (or 0x8E456A) is unknown color: approx Cannon Pink. HEX triplet: 8E, 45 and 6A. RGB value is (142,69,106). Sum of RGB (Red+Green+Blue) = 142+69+106=317 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.79% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 142 - color contains mainly: red. Hex color #8E456A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E456A is #71BA95. Grayscale: #5E5E5E. Windows color (decimal): -7453334 or 6964622. OLE color: 6964622.

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

Color convert

RGB14269106-
CMYK00.510.250.44
HSL329.59º34.6%41.37%-
HSV(B)329.59º51.41%55.69%-
XYZ15.8811.0514.93-
YUV95.04134.18161.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.79%
GREEN value IS 69 (27.34% from 255) = 21.77%
BLUE value IS 106 (41.80% from 255) = 33.44%
R=44.79%
G=21.77%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426910600.510.250.44329.5934.641.37
Hex8E456A033192C14a2329
Octal21610515206331545124351
Binary1000111010001011101010011001111001101100101001010100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E456A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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