Shades of Cannon Pink #8E446D
Tints of Cannon Pink #8E446D
RGB
CMYK
RGB Variations
Color information
#8E446D (or 0x8E446D) is known color: Cannon Pink. HEX triplet: 8E, 44 and 6D. RGB value is (142,68,109). Sum of RGB (Red+Green+Blue) = 142+68+109=319 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.51% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 142 - color contains mainly: red. Hex color #8E446D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E446D is #71BB92. Grayscale: #5E5E5E. Windows color (decimal): -7453587 or 7160974. OLE color: 7160974.
HSL color Cylindrical-coordinate representation of color #8E446D: hue angle of 326.76º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8E446D is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 68 | 109 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.44 |
| HSL | 326.76º | 0.35% | 0.41% | - |
| HSV(B) | 326.76º | 0.52% | 0.56% | - |
| XYZ | 15.98 | 10.99 | 15.75 | - |
| YUV | 94.8 | 136.02 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 68 | 109 | 0 | 0.52 | 0.23 | 0.44 | 326.76 | 0.35 | 0.41 |
| Hex | 8E | 44 | 6D | 0 | 34 | 17 | 2C | 147 | 23 | 29 |
| Octal | 216 | 104 | 155 | 0 | 64 | 27 | 54 | 507 | 43 | 51 |
| Binary | 10001110 | 1000100 | 1101101 | 0 | 110100 | 10111 | 101100 | 101000111 | 100011 | 101001 |
Color Harmonies of #8E446D
Complementary color
Monochromatic Colors of #8E446D
Black with #8E446D
Text Example
Text Example
White with #8E446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E446D; }
p { color: rgb(142,68,109); }
H1.HeaderClassName
{
color: #8E446D;
}
.AnyTagClassName
{
color: #8E446D;
}
</style>
background-color css
<style>
a { background-color: #8E446D; }
a { background-color: rgb(142,68,109); }
div.DivClassName
{
background-color: #8E446D;
}
.BgClassName
{
background-color: #8E446D;
}
</style>
border-color css
<style>
span { border-color: #8E446D; }
span { border-color: rgb(142,68,109); }
td.TdClassName
{
border-color: #8E446D;
}
.TagClassName
{
border-color: #8E446D;
}
</style>