#8E436E

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

Shades of Cannon Pink #8E436E

Tints of Cannon Pink #8E436E

Color information

#8E436E (or 0x8E436E) is unknown color: approx Cannon Pink. HEX triplet: 8E, 43 and 6E. RGB value is (142,67,110). Sum of RGB (Red+Green+Blue) = 142+67+110=319 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.51% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 142 - color contains mainly: red. Hex color #8E436E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E436E is #71BC91. Grayscale: #5E5E5E. Windows color (decimal): -7453842 or 7226254. OLE color: 7226254.

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

Color convert

RGB14267110-
CMYK00.530.230.44
HSL325.6º35.89%40.98%-
HSV(B)325.6º52.82%55.69%-
XYZ15.9810.8916.01-
YUV94.33136.85162-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.51%
GREEN value IS 67 (26.56% from 255) = 21.00%
BLUE value IS 110 (43.36% from 255) = 34.48%
R=44.51%
G=21.00%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426711000.530.230.44325.635.8940.98
Hex8E436E035172C1462429
Octal21610315606527545064451
Binary1000111010000111101110011010110111101100101000110100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E436E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,67,110); }

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

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

 a { background-color: rgb(142,67,110); }

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

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

 span { border-color: rgb(142,67,110); }

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