#8E4374

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

Shades of Cannon Pink #8E4374

Tints of Cannon Pink #8E4374

Color information

#8E4374 (or 0x8E4374) is unknown color: approx Cannon Pink. HEX triplet: 8E, 43 and 74. RGB value is (142,67,116). Sum of RGB (Red+Green+Blue) = 142+67+116=325 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.69% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4374 is #71BC8B. Grayscale: #5E5E5E. Windows color (decimal): -7453836 or 7619470. OLE color: 7619470.

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

Color convert

RGB14267116-
CMYK00.530.180.44
HSL320.8º35.89%40.98%-
HSV(B)320.8º52.82%55.69%-
XYZ16.3111.0317.79-
YUV95.01139.85161.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.69%
GREEN value IS 67 (26.56% from 255) = 20.62%
BLUE value IS 116 (45.70% from 255) = 35.69%
R=43.69%
G=20.62%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426711600.530.180.44320.835.8940.98
Hex8E4374035122C1412429
Octal21610316406522545014451
Binary1000111010000111110100011010110010101100101000001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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