#8E5070

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

Shades of Cannon Pink #8E5070

Tints of Cannon Pink #8E5070

Color information

#8E5070 (or 0x8E5070) is unknown color: approx Cannon Pink. HEX triplet: 8E, 50 and 70. RGB value is (142,80,112). Sum of RGB (Red+Green+Blue) = 142+80+112=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5070 is #71AF8F. Grayscale: #666666. Windows color (decimal): -7450512 or 7360654. OLE color: 7360654.

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

Color convert

RGB14280112-
CMYK00.440.210.44
HSL329.03º27.93%43.53%-
HSV(B)329.03º43.66%55.69%-
XYZ16.9512.6616.88-
YUV102.19133.54156.4-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.51%
GREEN value IS 80 (31.64% from 255) = 23.95%
BLUE value IS 112 (44.14% from 255) = 33.53%
R=42.51%
G=23.95%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428011200.440.210.44329.0327.9343.53
Hex8E507002C152C1491c2c
Octal21612016005425545113454
Binary100011101010000111000001011001010110110010100100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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