#8E4F6F

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

Shades of Cannon Pink #8E4F6F

Tints of Cannon Pink #8E4F6F

Color information

#8E4F6F (or 0x8E4F6F) is unknown color: approx Cannon Pink. HEX triplet: 8E, 4F and 6F. RGB value is (142,79,111). Sum of RGB (Red+Green+Blue) = 142+79+111=332 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.77% from 332); Green value is 79 (31.25% from 255 or 23.80% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E4F6F is #71B090. Grayscale: #656565. Windows color (decimal): -7450769 or 7294862. OLE color: 7294862.

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

Color convert

RGB14279111-
CMYK00.440.220.44
HSL329.52º28.51%43.33%-
HSV(B)329.52º44.37%55.69%-
XYZ16.8212.4916.56-
YUV101.48133.37156.9-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.77%
GREEN value IS 79 (31.25% from 255) = 23.80%
BLUE value IS 111 (43.75% from 255) = 33.43%
R=42.77%
G=23.80%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427911100.440.220.44329.5228.5143.33
Hex8E4F6F02C162C14a1d2b
Octal21611715705426545123553
Binary100011101001111110111101011001011010110010100101011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,79,111); }

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

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

 a { background-color: rgb(142,79,111); }

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

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

 span { border-color: rgb(142,79,111); }

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