#8E5470

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

Shades of Cannon Pink #8E5470

Tints of Cannon Pink #8E5470

Color information

#8E5470 (or 0x8E5470) is unknown color: approx Cannon Pink. HEX triplet: 8E, 54 and 70. RGB value is (142,84,112). Sum of RGB (Red+Green+Blue) = 142+84+112=338 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.01% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5470 is #71AB8F. Grayscale: #686868. Windows color (decimal): -7449488 or 7361678. OLE color: 7361678.

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

Color convert

RGB14284112-
CMYK00.410.210.44
HSL331.03º25.66%44.31%-
HSV(B)331.03º40.85%55.69%-
XYZ17.2513.2616.98-
YUV104.53132.22154.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.01%
GREEN value IS 84 (33.20% from 255) = 24.85%
BLUE value IS 112 (44.14% from 255) = 33.14%
R=42.01%
G=24.85%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428411200.410.210.44331.0325.6644.31
Hex8E5470029152C14b1a2c
Octal21612416005125545133254
Binary100011101010100111000001010011010110110010100101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,84,112); }

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

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

 a { background-color: rgb(142,84,112); }

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

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

 span { border-color: rgb(142,84,112); }

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