#8E4A72

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

Shades of Cannon Pink #8E4A72

Tints of Cannon Pink #8E4A72

Color information

#8E4A72 (or 0x8E4A72) is unknown color: approx Cannon Pink. HEX triplet: 8E, 4A and 72. RGB value is (142,74,114). Sum of RGB (Red+Green+Blue) = 142+74+114=330 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.03% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4A72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4A72 is #71B58D. Grayscale: #626262. Windows color (decimal): -7452046 or 7490190. OLE color: 7490190.

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

Color convert

RGB14274114-
CMYK00.480.200.44
HSL324.71º31.48%42.35%-
HSV(B)324.71º47.89%55.69%-
XYZ16.6411.8617.33-
YUV98.89136.53158.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.03%
GREEN value IS 74 (29.30% from 255) = 22.42%
BLUE value IS 114 (44.92% from 255) = 34.55%
R=43.03%
G=22.42%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427411400.480.200.44324.7131.4842.35
Hex8E4A72030142C1451f2a
Octal21611216206024545053752
Binary100011101001010111001001100001010010110010100010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,74,114); }

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

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

 a { background-color: rgb(142,74,114); }

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

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

 span { border-color: rgb(142,74,114); }

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