#8E4B67

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

Shades of Cannon Pink #8E4B67

Tints of Cannon Pink #8E4B67

Color information

#8E4B67 (or 0x8E4B67) is unknown color: approx Cannon Pink. HEX triplet: 8E, 4B and 67. RGB value is (142,75,103). Sum of RGB (Red+Green+Blue) = 142+75+103=320 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.38% from 320); Green value is 75 (29.69% from 255 or 23.44% from 320); Blue value is 103 (40.62% from 255 or 32.19% from 320); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4B67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4B67 is #71B498. Grayscale: #626262. Windows color (decimal): -7451801 or 6769550. OLE color: 6769550.

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

Color convert

RGB14275103-
CMYK00.470.270.44
HSL334.93º30.88%42.55%-
HSV(B)334.93º47.18%55.69%-
XYZ16.1211.7614.25-
YUV98.22130.7159.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.38%
GREEN value IS 75 (29.69% from 255) = 23.44%
BLUE value IS 103 (40.62% from 255) = 32.19%
R=44.38%
G=23.44%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427510300.470.270.44334.9330.8842.55
Hex8E4B6702F1B2C14f1f2b
Octal21611314705733545173753
Binary100011101001011110011101011111101110110010100111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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