Shades of Cannon Pink #8E4861
Tints of Cannon Pink #8E4861
RGB
CMYK
RGB Variations
Color information
#8E4861 (or 0x8E4861) is known color: Cannon Pink. HEX triplet: 8E, 48 and 61. RGB value is (142,72,97). Sum of RGB (Red+Green+Blue) = 142+72+97=311 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.66% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4861 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4861 is #71B79E. Grayscale: #5F5F5F. Windows color (decimal): -7452575 or 6375566. OLE color: 6375566.
HSL color Cylindrical-coordinate representation of color #8E4861: hue angle of 338.57º 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 #8E4861 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 72 | 97 | - |
| CMYK | 0 | 0.49 | 0.32 | 0.44 |
| HSL | 338.57º | 0.33% | 0.42% | - |
| HSV(B) | 338.57º | 0.49% | 0.56% | - |
| XYZ | 15.63 | 11.25 | 12.66 | - |
| YUV | 95.78 | 128.69 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 72 | 97 | 0 | 0.49 | 0.32 | 0.44 | 338.57 | 0.33 | 0.42 |
| Hex | 8E | 48 | 61 | 0 | 31 | 20 | 2C | 153 | 21 | 2A |
| Octal | 216 | 110 | 141 | 0 | 61 | 40 | 54 | 523 | 41 | 52 |
| Binary | 10001110 | 1001000 | 1100001 | 0 | 110001 | 100000 | 101100 | 101010011 | 100001 | 101010 |
Color Harmonies of #8E4861
Complementary color
Monochromatic Colors of #8E4861
Black with #8E4861
Text Example
Text Example
White with #8E4861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4861; }
p { color: rgb(142,72,97); }
H1.HeaderClassName
{
color: #8E4861;
}
.AnyTagClassName
{
color: #8E4861;
}
</style>
background-color css
<style>
a { background-color: #8E4861; }
a { background-color: rgb(142,72,97); }
div.DivClassName
{
background-color: #8E4861;
}
.BgClassName
{
background-color: #8E4861;
}
</style>
border-color css
<style>
span { border-color: #8E4861; }
span { border-color: rgb(142,72,97); }
td.TdClassName
{
border-color: #8E4861;
}
.TagClassName
{
border-color: #8E4861;
}
</style>