#8E416E

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

Shades of Cannon Pink #8E416E

Tints of Cannon Pink #8E416E

Color information

#8E416E (or 0x8E416E) is unknown color: approx Cannon Pink. HEX triplet: 8E, 41 and 6E. RGB value is (142,65,110). Sum of RGB (Red+Green+Blue) = 142+65+110=317 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.79% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 142 - color contains mainly: red. Hex color #8E416E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E416E is #71BE91. Grayscale: #5D5D5D. Windows color (decimal): -7454354 or 7225742. OLE color: 7225742.

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

Color convert

RGB14265110-
CMYK00.540.230.44
HSL324.94º37.2%40.59%-
HSV(B)324.94º54.23%55.69%-
XYZ15.8610.6615.97-
YUV93.15137.51162.84-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.79%
GREEN value IS 65 (25.78% from 255) = 20.50%
BLUE value IS 110 (43.36% from 255) = 34.70%
R=44.79%
G=20.50%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426511000.540.230.44324.9437.240.59
Hex8E416E036172C1452529
Octal21610115606627545054551
Binary1000111010000011101110011011010111101100101000101100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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