#8E4B75

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

Shades of Cannon Pink #8E4B75

Tints of Cannon Pink #8E4B75

Color information

#8E4B75 (or 0x8E4B75) is unknown color: approx Cannon Pink. HEX triplet: 8E, 4B and 75. RGB value is (142,75,117). Sum of RGB (Red+Green+Blue) = 142+75+117=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4B75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4B75 is #71B48A. Grayscale: #636363. Windows color (decimal): -7451787 or 7687054. OLE color: 7687054.

HSL color Cylindrical-coordinate representation of color #8E4B75: hue angle of 322.39º 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 #8E4B75 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB14275117-
CMYK00.470.180.44
HSL322.39º30.88%42.55%-
HSV(B)322.39º47.18%55.69%-
XYZ16.8812.0718.27-
YUV99.82137.7158.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.51%
GREEN value IS 75 (29.69% from 255) = 22.46%
BLUE value IS 117 (46.09% from 255) = 35.03%
R=42.51%
G=22.46%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427511700.470.180.44322.3930.8842.55
Hex8E4B7502F122C1421f2b
Octal21611316505722545023753
Binary100011101001011111010101011111001010110010100001011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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