#8e426b

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

Shades of Cannon Pink #8E426B

Tints of Cannon Pink #8E426B

Color information

#8E426B (or 0x8E426B) is unknown color: approx Cannon Pink. HEX triplet: 8E, 42 and 6B. RGB value is (142,66,107). Sum of RGB (Red+Green+Blue) = 142+66+107=315 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.08% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 142 - color contains mainly: red. Hex color #8E426B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E426B is #71BD94. Grayscale: #5D5D5D. Windows color (decimal): -7454101 or 7029390. OLE color: 7029390.

HSL color Cylindrical-coordinate representation of color #8E426B: hue angle of 327.63º 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 #8E426B is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB14266107-
CMYK00.540.250.44
HSL327.63º36.54%40.78%-
HSV(B)327.63º53.52%55.69%-
XYZ15.7610.7115.15-
YUV93.4135.68162.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.08%
GREEN value IS 66 (26.17% from 255) = 20.95%
BLUE value IS 107 (42.19% from 255) = 33.97%
R=45.08%
G=20.95%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426610700.540.250.44327.6336.5440.78
Hex8E426B036192C1482529
Octal21610215306631545104551
Binary1000111010000101101011011011011001101100101001000100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e426b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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