Shades of Cannon Pink #8E486D
Tints of Cannon Pink #8E486D
RGB
CMYK
RGB Variations
Color information
#8E486D (or 0x8E486D) is known color: Cannon Pink. HEX triplet: 8E, 48 and 6D. RGB value is (142,72,109). Sum of RGB (Red+Green+Blue) = 142+72+109=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 142 - color contains mainly: red. Hex color #8E486D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E486D is #71B792. Grayscale: #616161. Windows color (decimal): -7452563 or 7161998. OLE color: 7161998.
HSL color Cylindrical-coordinate representation of color #8E486D: hue angle of 328.29º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8E486D is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 72 | 109 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.44 |
| HSL | 328.29º | 0.33% | 0.42% | - |
| HSV(B) | 328.29º | 0.49% | 0.56% | - |
| XYZ | 16.23 | 11.49 | 15.83 | - |
| YUV | 97.15 | 134.69 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 72 | 109 | 0 | 0.49 | 0.23 | 0.44 | 328.29 | 0.33 | 0.42 |
| Hex | 8E | 48 | 6D | 0 | 31 | 17 | 2C | 148 | 21 | 2A |
| Octal | 216 | 110 | 155 | 0 | 61 | 27 | 54 | 510 | 41 | 52 |
| Binary | 10001110 | 1001000 | 1101101 | 0 | 110001 | 10111 | 101100 | 101001000 | 100001 | 101010 |
Color Harmonies of #8E486D
Complementary color
Monochromatic Colors of #8E486D
Black with #8E486D
Text Example
Text Example
White with #8E486D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E486D; }
p { color: rgb(142,72,109); }
H1.HeaderClassName
{
color: #8E486D;
}
.AnyTagClassName
{
color: #8E486D;
}
</style>
background-color css
<style>
a { background-color: #8E486D; }
a { background-color: rgb(142,72,109); }
div.DivClassName
{
background-color: #8E486D;
}
.BgClassName
{
background-color: #8E486D;
}
</style>
border-color css
<style>
span { border-color: #8E486D; }
span { border-color: rgb(142,72,109); }
td.TdClassName
{
border-color: #8E486D;
}
.TagClassName
{
border-color: #8E486D;
}
</style>