#8E4B6A

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

Shades of Cannon Pink #8E4B6A

Tints of Cannon Pink #8E4B6A

Color information

#8E4B6A (or 0x8E4B6A) is unknown color: approx Cannon Pink. HEX triplet: 8E, 4B and 6A. RGB value is (142,75,106). Sum of RGB (Red+Green+Blue) = 142+75+106=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4B6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4B6A is #71B495. Grayscale: #626262. Windows color (decimal): -7451798 or 6966158. OLE color: 6966158.

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

Color convert

RGB14275106-
CMYK00.470.250.44
HSL332.24º30.88%42.55%-
HSV(B)332.24º47.18%55.69%-
XYZ16.2711.8215.06-
YUV98.57132.2158.98-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.96%
GREEN value IS 75 (29.69% from 255) = 23.22%
BLUE value IS 106 (41.80% from 255) = 32.82%
R=43.96%
G=23.22%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427510600.470.250.44332.2430.8842.55
Hex8E4B6A02F192C14c1f2b
Octal21611315205731545143753
Binary100011101001011110101001011111100110110010100110011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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