Shades of Cannon Pink #8E5570
Tints of Cannon Pink #8E5570
RGB
CMYK
RGB Variations
Color information
#8E5570 (or 0x8E5570) is known color: Cannon Pink. HEX triplet: 8E, 55 and 70. RGB value is (142,85,112). Sum of RGB (Red+Green+Blue) = 142+85+112=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5570 is #71AA8F. Grayscale: #696969. Windows color (decimal): -7449232 or 7361934. OLE color: 7361934.
HSL color Cylindrical-coordinate representation of color #8E5570: hue angle of 331.58º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E5570 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 85 | 112 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.44 |
| HSL | 331.58º | 0.25% | 0.45% | - |
| HSV(B) | 331.58º | 0.4% | 0.56% | - |
| XYZ | 17.33 | 13.42 | 17.01 | - |
| YUV | 105.12 | 131.88 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 85 | 112 | 0 | 0.40 | 0.21 | 0.44 | 331.58 | 0.25 | 0.45 |
| Hex | 8E | 55 | 70 | 0 | 28 | 15 | 2C | 14C | 19 | 2D |
| Octal | 216 | 125 | 160 | 0 | 50 | 25 | 54 | 514 | 31 | 55 |
| Binary | 10001110 | 1010101 | 1110000 | 0 | 101000 | 10101 | 101100 | 101001100 | 11001 | 101101 |
Color Harmonies of #8E5570
Complementary color
Monochromatic Colors of #8E5570
Black with #8E5570
Text Example
Text Example
White with #8E5570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5570; }
p { color: rgb(142,85,112); }
H1.HeaderClassName
{
color: #8E5570;
}
.AnyTagClassName
{
color: #8E5570;
}
</style>
background-color css
<style>
a { background-color: #8E5570; }
a { background-color: rgb(142,85,112); }
div.DivClassName
{
background-color: #8E5570;
}
.BgClassName
{
background-color: #8E5570;
}
</style>
border-color css
<style>
span { border-color: #8E5570; }
span { border-color: rgb(142,85,112); }
td.TdClassName
{
border-color: #8E5570;
}
.TagClassName
{
border-color: #8E5570;
}
</style>