#8E426D

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

Shades of Cannon Pink #8E426D

Tints of Cannon Pink #8E426D

Color information

#8E426D (or 0x8E426D) is unknown color: approx Cannon Pink. HEX triplet: 8E, 42 and 6D. RGB value is (142,66,109). Sum of RGB (Red+Green+Blue) = 142+66+109=317 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.79% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 142 - color contains mainly: red. Hex color #8E426D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E426D is #71BD92. Grayscale: #5D5D5D. Windows color (decimal): -7454099 or 7160462. OLE color: 7160462.

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

Color convert

RGB14266109-
CMYK00.540.230.44
HSL326.05º36.54%40.78%-
HSV(B)326.05º53.52%55.69%-
XYZ15.8610.7515.71-
YUV93.63136.68162.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.79%
GREEN value IS 66 (26.17% from 255) = 20.82%
BLUE value IS 109 (42.97% from 255) = 34.38%
R=44.79%
G=20.82%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426610900.540.230.44326.0536.5440.78
Hex8E426D036172C1462529
Octal21610215506627545064551
Binary1000111010000101101101011011010111101100101000110100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,66,109); }

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

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

 a { background-color: rgb(142,66,109); }

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

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

 span { border-color: rgb(142,66,109); }

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