#8E456F

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

Shades of Cannon Pink #8E456F

Tints of Cannon Pink #8E456F

Color information

#8E456F (or 0x8E456F) is unknown color: approx Cannon Pink. HEX triplet: 8E, 45 and 6F. RGB value is (142,69,111). Sum of RGB (Red+Green+Blue) = 142+69+111=322 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.10% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 142 - color contains mainly: red. Hex color #8E456F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E456F is #71BA90. Grayscale: #5F5F5F. Windows color (decimal): -7453329 or 7292302. OLE color: 7292302.

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

Color convert

RGB14269111-
CMYK00.510.220.44
HSL325.48º34.6%41.37%-
HSV(B)325.48º51.41%55.69%-
XYZ16.1511.1516.34-
YUV95.62136.68161.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.10%
GREEN value IS 69 (27.34% from 255) = 21.43%
BLUE value IS 111 (43.75% from 255) = 34.47%
R=44.10%
G=21.43%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426911100.510.220.44325.4834.641.37
Hex8E456F033162C1452329
Octal21610515706326545054351
Binary1000111010001011101111011001110110101100101000101100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E456F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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