#8E4A5F

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

Shades of Cannon Pink #8E4A5F

Tints of Cannon Pink #8E4A5F

Color information

#8E4A5F (or 0x8E4A5F) is unknown color: approx Cannon Pink. HEX triplet: 8E, 4A and 5F. RGB value is (142,74,95). Sum of RGB (Red+Green+Blue) = 142+74+95=311 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.66% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4A5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4A5F is #71B5A0. Grayscale: #606060. Windows color (decimal): -7452065 or 6245006. OLE color: 6245006.

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

Color convert

RGB1427495-
CMYK00.480.330.44
HSL341.47º31.48%42.35%-
HSV(B)341.47º47.89%55.69%-
XYZ15.6711.4712.22-
YUV96.73127.03160.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.66%
GREEN value IS 74 (29.30% from 255) = 23.79%
BLUE value IS 95 (37.5% from 255) = 30.55%
R=45.66%
G=23.79%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142749500.480.330.44341.4731.4842.35
Hex8E4A5F030212C1551f2a
Octal21611213706041545253752
Binary1000111010010101011111011000010000110110010101010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,74,95); }

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

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

 a { background-color: rgb(142,74,95); }

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

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

 span { border-color: rgb(142,74,95); }

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