Shades of Cannon Pink #8E496F
Tints of Cannon Pink #8E496F
RGB
CMYK
RGB Variations
Color information
#8E496F (or 0x8E496F) is known color: Cannon Pink. HEX triplet: 8E, 49 and 6F. RGB value is (142,73,111). Sum of RGB (Red+Green+Blue) = 142+73+111=326 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.56% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 142 - color contains mainly: red. Hex color #8E496F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E496F is #71B690. Grayscale: #616161. Windows color (decimal): -7452305 or 7293326. OLE color: 7293326.
HSL color Cylindrical-coordinate representation of color #8E496F: hue angle of 326.96º degrees, saturation: 0.32, 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 #8E496F is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 73 | 111 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.44 |
| HSL | 326.96º | 0.32% | 0.42% | - |
| HSV(B) | 326.96º | 0.49% | 0.56% | - |
| XYZ | 16.41 | 11.66 | 16.43 | - |
| YUV | 97.96 | 135.36 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 73 | 111 | 0 | 0.49 | 0.22 | 0.44 | 326.96 | 0.32 | 0.42 |
| Hex | 8E | 49 | 6F | 0 | 31 | 16 | 2C | 147 | 20 | 2A |
| Octal | 216 | 111 | 157 | 0 | 61 | 26 | 54 | 507 | 40 | 52 |
| Binary | 10001110 | 1001001 | 1101111 | 0 | 110001 | 10110 | 101100 | 101000111 | 100000 | 101010 |
Color Harmonies of #8E496F
Complementary color
Monochromatic Colors of #8E496F
Black with #8E496F
Text Example
Text Example
White with #8E496F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E496F; }
p { color: rgb(142,73,111); }
H1.HeaderClassName
{
color: #8E496F;
}
.AnyTagClassName
{
color: #8E496F;
}
</style>
background-color css
<style>
a { background-color: #8E496F; }
a { background-color: rgb(142,73,111); }
div.DivClassName
{
background-color: #8E496F;
}
.BgClassName
{
background-color: #8E496F;
}
</style>
border-color css
<style>
span { border-color: #8E496F; }
span { border-color: rgb(142,73,111); }
td.TdClassName
{
border-color: #8E496F;
}
.TagClassName
{
border-color: #8E496F;
}
</style>