#8E4B70

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

Shades of Cannon Pink #8E4B70

Tints of Cannon Pink #8E4B70

Color information

#8E4B70 (or 0x8E4B70) is unknown color: approx Cannon Pink. HEX triplet: 8E, 4B and 70. RGB value is (142,75,112). Sum of RGB (Red+Green+Blue) = 142+75+112=329 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.16% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4B70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4B70 is #71B48F. Grayscale: #636363. Windows color (decimal): -7451792 or 7359374. OLE color: 7359374.

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

Color convert

RGB14275112-
CMYK00.470.210.44
HSL326.87º30.88%42.55%-
HSV(B)326.87º47.18%55.69%-
XYZ16.611.9516.76-
YUV99.25135.2158.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.16%
GREEN value IS 75 (29.69% from 255) = 22.80%
BLUE value IS 112 (44.14% from 255) = 34.04%
R=43.16%
G=22.80%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427511200.470.210.44326.8730.8842.55
Hex8E4B7002F152C1471f2b
Octal21611316005725545073753
Binary100011101001011111000001011111010110110010100011111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,75,112); }

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

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

 a { background-color: rgb(142,75,112); }

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

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

 span { border-color: rgb(142,75,112); }

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