#8E4070

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

Shades of Cannon Pink #8E4070

Tints of Cannon Pink #8E4070

Color information

#8E4070 (or 0x8E4070) is unknown color: approx Cannon Pink. HEX triplet: 8E, 40 and 70. RGB value is (142,64,112). Sum of RGB (Red+Green+Blue) = 142+64+112=318 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.65% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4070 is #71BF8F. Grayscale: #5C5C5C. Windows color (decimal): -7454608 or 7356558. OLE color: 7356558.

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

Color convert

RGB14264112-
CMYK00.550.210.44
HSL323.08º37.86%40.39%-
HSV(B)323.08º54.93%55.69%-
XYZ15.9110.5916.53-
YUV92.79138.84163.1-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.65%
GREEN value IS 64 (25.39% from 255) = 20.13%
BLUE value IS 112 (44.14% from 255) = 35.22%
R=44.65%
G=20.13%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426411200.550.210.44323.0837.8640.39
Hex8E4070037152C1432628
Octal21610016006725545034650
Binary1000111010000001110000011011110101101100101000011100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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