#8E4974

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

Shades of Cannon Pink #8E4974

Tints of Cannon Pink #8E4974

Color information

#8E4974 (or 0x8E4974) is unknown color: approx Cannon Pink. HEX triplet: 8E, 49 and 74. RGB value is (142,73,116). Sum of RGB (Red+Green+Blue) = 142+73+116=331 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.90% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4974 is #71B68B. Grayscale: #626262. Windows color (decimal): -7452300 or 7621006. OLE color: 7621006.

HSL color Cylindrical-coordinate representation of color #8E4974: hue angle of 322.61º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8E4974 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB14273116-
CMYK00.490.180.44
HSL322.61º32.09%42.16%-
HSV(B)322.61º48.59%55.69%-
XYZ16.6911.7817.92-
YUV98.53137.86159-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.90%
GREEN value IS 73 (28.91% from 255) = 22.05%
BLUE value IS 116 (45.70% from 255) = 35.05%
R=42.90%
G=22.05%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427311600.490.180.44322.6132.0942.16
Hex8E4974031122C143202a
Octal21611116406122545034052
Binary1000111010010011110100011000110010101100101000011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,73,116); }

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

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

 a { background-color: rgb(142,73,116); }

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

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

 span { border-color: rgb(142,73,116); }

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