#8E446E

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

Shades of Cannon Pink #8E446E

Tints of Cannon Pink #8E446E

Color information

#8E446E (or 0x8E446E) is unknown color: approx Cannon Pink. HEX triplet: 8E, 44 and 6E. RGB value is (142,68,110). Sum of RGB (Red+Green+Blue) = 142+68+110=320 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.38% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 142 - color contains mainly: red. Hex color #8E446E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E446E is #71BB91. Grayscale: #5E5E5E. Windows color (decimal): -7453586 or 7226510. OLE color: 7226510.

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

Color convert

RGB14268110-
CMYK00.520.230.44
HSL325.95º35.24%41.18%-
HSV(B)325.95º52.11%55.69%-
XYZ16.0411.0116.03-
YUV94.91136.52161.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.38%
GREEN value IS 68 (26.95% from 255) = 21.25%
BLUE value IS 110 (43.36% from 255) = 34.38%
R=44.38%
G=21.25%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426811000.520.230.44325.9535.2441.18
Hex8E446E034172C1462329
Octal21610415606427545064351
Binary1000111010001001101110011010010111101100101000110100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,68,110); }

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

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

 a { background-color: rgb(142,68,110); }

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

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

 span { border-color: rgb(142,68,110); }

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