Shades of Cannon Pink #8E5470
Tints of Cannon Pink #8E5470
RGB
CMYK
RGB Variations
Color information
#8E5470 (or 0x8E5470) is known color: Cannon Pink. HEX triplet: 8E, 54 and 70. RGB value is (142,84,112). Sum of RGB (Red+Green+Blue) = 142+84+112=338 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.01% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5470 is #71AB8F. Grayscale: #686868. Windows color (decimal): -7449488 or 7361678. OLE color: 7361678.
HSL color Cylindrical-coordinate representation of color #8E5470: hue angle of 331.03º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8E5470 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 84 | 112 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.44 |
| HSL | 331.03º | 0.26% | 0.44% | - |
| HSV(B) | 331.03º | 0.41% | 0.56% | - |
| XYZ | 17.25 | 13.26 | 16.98 | - |
| YUV | 104.53 | 132.22 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 84 | 112 | 0 | 0.41 | 0.21 | 0.44 | 331.03 | 0.26 | 0.44 |
| Hex | 8E | 54 | 70 | 0 | 29 | 15 | 2C | 14B | 1A | 2C |
| Octal | 216 | 124 | 160 | 0 | 51 | 25 | 54 | 513 | 32 | 54 |
| Binary | 10001110 | 1010100 | 1110000 | 0 | 101001 | 10101 | 101100 | 101001011 | 11010 | 101100 |
Color Harmonies of #8E5470
Complementary color
Monochromatic Colors of #8E5470
Black with #8E5470
Text Example
Text Example
White with #8E5470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5470; }
p { color: rgb(142,84,112); }
H1.HeaderClassName
{
color: #8E5470;
}
.AnyTagClassName
{
color: #8E5470;
}
</style>
background-color css
<style>
a { background-color: #8E5470; }
a { background-color: rgb(142,84,112); }
div.DivClassName
{
background-color: #8E5470;
}
.BgClassName
{
background-color: #8E5470;
}
</style>
border-color css
<style>
span { border-color: #8E5470; }
span { border-color: rgb(142,84,112); }
td.TdClassName
{
border-color: #8E5470;
}
.TagClassName
{
border-color: #8E5470;
}
</style>