Shades of Cannon Pink #8E4D71
Tints of Cannon Pink #8E4D71
RGB
CMYK
RGB Variations
Color information
#8E4D71 (or 0x8E4D71) is known color: Cannon Pink. HEX triplet: 8E, 4D and 71. RGB value is (142,77,113). Sum of RGB (Red+Green+Blue) = 142+77+113=332 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.77% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E4D71 is #71B28E. Grayscale: #646464. Windows color (decimal): -7451279 or 7425422. OLE color: 7425422.
HSL color Cylindrical-coordinate representation of color #8E4D71: hue angle of 326.77º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8E4D71 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 77 | 113 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.44 |
| HSL | 326.77º | 0.3% | 0.43% | - |
| HSV(B) | 326.77º | 0.46% | 0.56% | - |
| XYZ | 16.79 | 12.25 | 17.1 | - |
| YUV | 100.54 | 135.03 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 77 | 113 | 0 | 0.46 | 0.20 | 0.44 | 326.77 | 0.3 | 0.43 |
| Hex | 8E | 4D | 71 | 0 | 2E | 14 | 2C | 147 | 1E | 2B |
| Octal | 216 | 115 | 161 | 0 | 56 | 24 | 54 | 507 | 36 | 53 |
| Binary | 10001110 | 1001101 | 1110001 | 0 | 101110 | 10100 | 101100 | 101000111 | 11110 | 101011 |
Color Harmonies of #8E4D71
Complementary color
Monochromatic Colors of #8E4D71
Black with #8E4D71
Text Example
Text Example
White with #8E4D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4D71; }
p { color: rgb(142,77,113); }
H1.HeaderClassName
{
color: #8E4D71;
}
.AnyTagClassName
{
color: #8E4D71;
}
</style>
background-color css
<style>
a { background-color: #8E4D71; }
a { background-color: rgb(142,77,113); }
div.DivClassName
{
background-color: #8E4D71;
}
.BgClassName
{
background-color: #8E4D71;
}
</style>
border-color css
<style>
span { border-color: #8E4D71; }
span { border-color: rgb(142,77,113); }
td.TdClassName
{
border-color: #8E4D71;
}
.TagClassName
{
border-color: #8E4D71;
}
</style>