Shades of Cannon Pink #8E536D
Tints of Cannon Pink #8E536D
RGB
CMYK
RGB Variations
Color information
#8E536D (or 0x8E536D) is known color: Cannon Pink. HEX triplet: 8E, 53 and 6D. RGB value is (142,83,109). Sum of RGB (Red+Green+Blue) = 142+83+109=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 142 - color contains mainly: red. Hex color #8E536D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E536D is #71AC92. Grayscale: #676767. Windows color (decimal): -7449747 or 7164814. OLE color: 7164814.
HSL color Cylindrical-coordinate representation of color #8E536D: hue angle of 333.56º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E536D is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 83 | 109 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.44 |
| HSL | 333.56º | 0.26% | 0.44% | - |
| HSV(B) | 333.56º | 0.42% | 0.56% | - |
| XYZ | 17.01 | 13.04 | 16.09 | - |
| YUV | 103.61 | 131.05 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 83 | 109 | 0 | 0.42 | 0.23 | 0.44 | 333.56 | 0.26 | 0.44 |
| Hex | 8E | 53 | 6D | 0 | 2A | 17 | 2C | 14E | 1A | 2C |
| Octal | 216 | 123 | 155 | 0 | 52 | 27 | 54 | 516 | 32 | 54 |
| Binary | 10001110 | 1010011 | 1101101 | 0 | 101010 | 10111 | 101100 | 101001110 | 11010 | 101100 |
Color Harmonies of #8E536D
Complementary color
Monochromatic Colors of #8E536D
Black with #8E536D
Text Example
Text Example
White with #8E536D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E536D; }
p { color: rgb(142,83,109); }
H1.HeaderClassName
{
color: #8E536D;
}
.AnyTagClassName
{
color: #8E536D;
}
</style>
background-color css
<style>
a { background-color: #8E536D; }
a { background-color: rgb(142,83,109); }
div.DivClassName
{
background-color: #8E536D;
}
.BgClassName
{
background-color: #8E536D;
}
</style>
border-color css
<style>
span { border-color: #8E536D; }
span { border-color: rgb(142,83,109); }
td.TdClassName
{
border-color: #8E536D;
}
.TagClassName
{
border-color: #8E536D;
}
</style>