#8E446B

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

Shades of Cannon Pink #8E446B

Tints of Cannon Pink #8E446B

Color information

#8E446B (or 0x8E446B) is unknown color: approx Cannon Pink. HEX triplet: 8E, 44 and 6B. RGB value is (142,68,107). Sum of RGB (Red+Green+Blue) = 142+68+107=317 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.79% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 142 - color contains mainly: red. Hex color #8E446B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E446B is #71BB94. Grayscale: #5E5E5E. Windows color (decimal): -7453589 or 7029902. OLE color: 7029902.

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

Color convert

RGB14268107-
CMYK00.520.250.44
HSL328.38º35.24%41.18%-
HSV(B)328.38º52.11%55.69%-
XYZ15.8810.9515.19-
YUV94.57135.02161.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.79%
GREEN value IS 68 (26.95% from 255) = 21.45%
BLUE value IS 107 (42.19% from 255) = 33.75%
R=44.79%
G=21.45%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426810700.520.250.44328.3835.2441.18
Hex8E446B034192C1482329
Octal21610415306431545104351
Binary1000111010001001101011011010011001101100101001000100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E446B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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